You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/08 16:32:10 UTC

svn commit: r931957 - /geronimo/server/trunk/framework/bundles/sxc-runtime/pom.xml

Author: rickmcguire
Date: Thu Apr  8 14:32:09 2010
New Revision: 931957

URL: http://svn.apache.org/viewvc?rev=931957&view=rev
Log:
Fix incorrect export instructions

Modified:
    geronimo/server/trunk/framework/bundles/sxc-runtime/pom.xml

Modified: geronimo/server/trunk/framework/bundles/sxc-runtime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/bundles/sxc-runtime/pom.xml?rev=931957&r1=931956&r2=931957&view=diff
==============================================================================
--- geronimo/server/trunk/framework/bundles/sxc-runtime/pom.xml (original)
+++ geronimo/server/trunk/framework/bundles/sxc-runtime/pom.xml Thu Apr  8 14:32:09 2010
@@ -101,9 +101,8 @@
                 <!--<version>2.0.1-SNAPSHOT</version>-->
                 <configuration>
                     <instructions>
-                        <Export-Package>com.envoisolutions.sxc.runtime*;version="0.7.2",*</Export-Package>
+                        <Export-Package>com.envoisolutions.sxc.util*;version="0.7.2"</Export-Package>
                         <!--<Import-Package>com.sun.jdmk.comm;resolution:=optional,javax.jms;resolution:=optional,javax.mail.*;resolution:=optional,org.slf4j.helpers;resolution:=optional,*</Import-Package>-->
-                        <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
                     </instructions>
                 </configuration>
             </plugin>