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 2010/02/08 16:28:37 UTC

svn commit: r907691 - /servicemix/smx4/specs/trunk/locator/pom.xml

Author: jbonofre
Date: Mon Feb  8 15:28:36 2010
New Revision: 907691

URL: http://svn.apache.org/viewvc?rev=907691&view=rev
Log:
Cleanup locator (pkg* properties not used).

Modified:
    servicemix/smx4/specs/trunk/locator/pom.xml

Modified: servicemix/smx4/specs/trunk/locator/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/specs/trunk/locator/pom.xml?rev=907691&r1=907690&r2=907691&view=diff
==============================================================================
--- servicemix/smx4/specs/trunk/locator/pom.xml (original)
+++ servicemix/smx4/specs/trunk/locator/pom.xml Mon Feb  8 15:28:36 2010
@@ -42,23 +42,6 @@
         </dependency>
     </dependencies>
 
-    <properties>
-        <pkgArtifactId>woodstox</pkgArtifactId>
-        <pkgVersion>${woodstox.version}</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            com.sun.msv*;resolution:=optional,
-            org.relaxng*;resolution:=optional,
-            *
-        </servicemix.osgi.import.pkg>
-        <servicemix.osgi.export>
-            com.ctc.wstx*;version=${pkgVersion};-split-package:=merge-first,
-            org.codehaus.stax2*;version=${pkgVersion};-split-package:=merge-first,
-        </servicemix.osgi.export>
-        <servicemix.osgi.private.pkg>
-            META-INF*
-        </servicemix.osgi.private.pkg>
-    </properties>
-
     <profiles>
         <profile>
             <id>deploy</id>