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:05:39 UTC

svn commit: r1308764 - in /servicemix/smx4/bundles/trunk: antlr-2.7.7/pom.xml pom.xml

Author: jbonofre
Date: Tue Apr  3 09:05:39 2012
New Revision: 1308764

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

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

Modified: servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml?rev=1308764&r1=1308763&r2=1308764&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml Tue Apr  3 09:05:39 2012
@@ -39,15 +39,13 @@
         <pkgGroupId>antlr</pkgGroupId>
         <pkgArtifactId>antlr</pkgArtifactId>
         <pkgVersion>2.7.7</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            !antlr*,
-            javax.swing*;resolution:=optional,
-            org.hibernate.hql.ast;resolution:=optional,
-            *
-        </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
             antlr
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.swing*;resolution:=optional,
+            org.hibernate.hql.ast;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=1308764&r1=1308763&r2=1308764&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Apr  3 09:05:39 2012
@@ -49,6 +49,7 @@
         <module>jung-api-2.0.1</module>
         <module>jung-graph-impl-2.0.1</module>
         <module>ant-1.8.2</module>
+        <module>antlr-2.7.7</module>
     </modules>
 
 </project>