You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/10/19 09:16:06 UTC

svn commit: r826596 - in /servicemix/smx4/bundles/trunk: stringtemplate-3.2/pom.xml tagsoup-1.2/pom.xml

Author: gertv
Date: Mon Oct 19 07:16:05 2009
New Revision: 826596

URL: http://svn.apache.org/viewvc?rev=826596&view=rev
Log:
Add version to exported packages for tagsoup and stringtemplate

Modified:
    servicemix/smx4/bundles/trunk/stringtemplate-3.2/pom.xml
    servicemix/smx4/bundles/trunk/tagsoup-1.2/pom.xml

Modified: servicemix/smx4/bundles/trunk/stringtemplate-3.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/stringtemplate-3.2/pom.xml?rev=826596&r1=826595&r2=826596&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/stringtemplate-3.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/stringtemplate-3.2/pom.xml Mon Oct 19 07:16:05 2009
@@ -46,7 +46,7 @@
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>
-            org.antlr.stringtemplate*
+            org.antlr.stringtemplate*;version=${pkgVersion}
         </servicemix.osgi.export>
     </properties>
 

Modified: servicemix/smx4/bundles/trunk/tagsoup-1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/tagsoup-1.2/pom.xml?rev=826596&r1=826595&r2=826596&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/tagsoup-1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/tagsoup-1.2/pom.xml Mon Oct 19 07:16:05 2009
@@ -44,7 +44,7 @@
             *
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.export>
-            org.ccil.cowan.tagsoup*
+            org.ccil.cowan.tagsoup*;version=${pkgVersion}
         </servicemix.osgi.export>
     </properties>