Author: jbonofre
Date: Fri Aug 12 07:17:59 2011
New Revision: 1156989
URL: http://svn.apache.org/viewvc?rev=1156989&view=rev
Log:
[SMX4-895] Add Hibernate AST package in Import-Package statement in antlr bundle
Modified:
servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml
servicemix/smx4/bundles/trunk/antlr-3.0.1/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=1156989&r1=1156988&r2=1156989&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-2.7.7/pom.xml Fri Aug 12 07:17:59 2011
@@ -41,6 +41,7 @@
<servicemix.osgi.import.pkg>
!antlr*,
javax.swing*;resolution:=optional,
+ org.hibernate.hql.ast*;resolution:=optional,
*
</servicemix.osgi.import.pkg>
<servicemix.osgi.export.pkg>
Modified: servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml?rev=1156989&r1=1156988&r2=1156989&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/antlr-3.0.1/pom.xml Fri Aug 12 07:17:59 2011
@@ -42,6 +42,7 @@
org.antlr.stringtemplate*;resolution:=optional;version="[3.1.0.b1,4)",
!org.antlr*,
antlr*;resolution:=optional;version="[2.7.7,3)",
+ org.hibernate.hql.ast*;resolution:=optional,
*
</servicemix.osgi.import.pkg>
<servicemix.osgi.export>
Modified: servicemix/smx4/bundles/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1156989&r1=1156988&r2=1156989&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Aug 12 07:17:59 2011
@@ -41,6 +41,8 @@
<name>Apache ServiceMix :: Bundles</name>
<modules>
+ <module>antlr-2.7.7</module>
+ <module>antlr-3.0.1</module>
</modules>
</project>