Author: jbonofre
Date: Thu Feb 25 12:03:16 2010
New Revision: 916258

URL: http://svn.apache.org/viewvc?rev=916258&view=rev
Log:
[SMX4-491] Fix a mistake in the OSGi properties used.

Modified:
    servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml
    servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml?rev=916258&r1=916257&r2=916258&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-pool-1.4/pom.xml Thu Feb 25 12:03:16 
2010
@@ -40,13 +40,13 @@
         <pkgGroupId>commons-pool</pkgGroupId>
         <pkgArtifactId>commons-pool</pkgArtifactId>
         <pkgVersion>1.4</pkgVersion>
-        <servicemix.osgi.export>
-            org.apache.commons.pool*;version=${pkgVersion}
-        </servicemix.osgi.export>
-        <servicemix.osgi.import>
+        <servicemix.osgi.export.pkg>
+            org.apache.commons.pool*
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
             !org.apache.commons.pool*,
             *
-        </servicemix.osgi.import>
+        </servicemix.osgi.import.pkg>
     </properties>
     
     <dependencies>

Modified: servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml?rev=916258&r1=916257&r2=916258&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-pool-1.5.4/pom.xml Thu Feb 25 
12:03:16 2010
@@ -40,13 +40,13 @@
         <pkgGroupId>commons-pool</pkgGroupId>
         <pkgArtifactId>commons-pool</pkgArtifactId>
         <pkgVersion>1.5.4</pkgVersion>
-        <servicemix.osgi.export>
-            org.apache.commons.pool*;version=${pkgVersion}
-        </servicemix.osgi.export>
-        <servicemix.osgi.import>
+        <servicemix.osgi.export.pkg>
+            org.apache.commons.pool*
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
             !org.apache.commons.pool*,
             *
-        </servicemix.osgi.import>
+        </servicemix.osgi.import.pkg>
     </properties>
     
     <dependencies>


Reply via email to