You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/03 11:29:18 UTC

svn commit: r1308774 - in /servicemix/smx4/bundles/trunk: antlr-runtime-3.0.1/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 09:29:18 2012
New Revision: 1308774

URL: http://svn.apache.org/viewvc?rev=1308774&view=rev
Log:
[SMX4-1119] Fix warning messages in antlr-runtime 3.0.1 bundle

Modified:
    servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml?rev=1308774&r1=1308773&r2=1308774&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-runtime-3.0.1/pom.xml Tue Apr  3 09:29:18 2012
@@ -39,15 +39,12 @@
         <pkgGroupId>org.antlr</pkgGroupId>
         <pkgArtifactId>antlr-runtime</pkgArtifactId>
         <pkgVersion>3.0.1</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            !org.antlr.runtime*,
-            javax.swing*;resolution:=optional,
-            org.antlr.stringtemplate*;resolution:=optional,
-            *
-        </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
             org.antlr.runtime
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            org.antlr.stringtemplate*;resolution:=optional
+        </servicemix.osgi.import.pkg>
     </properties>
     
     <dependencies>

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1308774&r1=1308773&r2=1308774&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 09:29:18 2012
@@ -52,6 +52,7 @@
         <module>antlr-2.7.7</module>
         <module>antlr-3.0.1</module>
         <module>antlr-3.4</module>
+        <module>antlr-runtime-3.0.1</module>
     </modules>
 
 </project>