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:35:18 UTC

svn commit: r1308782 - in /servicemix/smx4/bundles/trunk: antlr-runtime-3.4/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 09:35:18 2012
New Revision: 1308782

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

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

Modified: servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml?rev=1308782&r1=1308781&r2=1308782&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-runtime-3.4/pom.xml Tue Apr  3 09:35:18 2012
@@ -43,10 +43,7 @@
             org.antlr.runtime
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !org.antlr.runtime*,
-            javax.swing*;resolution:=optional,
-            org.antlr.stringtemplate*;resolution:=optional,
-            *
+            org.antlr.stringtemplate*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
     

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