You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/10/14 22:48:06 UTC

svn commit: r704676 - /tuscany/branches/sca-equinox/modules/interface-java-xml/pom.xml

Author: rfeng
Date: Tue Oct 14 13:48:05 2008
New Revision: 704676

URL: http://svn.apache.org/viewvc?rev=704676&view=rev
Log:
No package should be exported from this module

Modified:
    tuscany/branches/sca-equinox/modules/interface-java-xml/pom.xml

Modified: tuscany/branches/sca-equinox/modules/interface-java-xml/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/interface-java-xml/pom.xml?rev=704676&r1=704675&r2=704676&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/interface-java-xml/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/interface-java-xml/pom.xml Tue Oct 14 13:48:05 2008
@@ -66,7 +66,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.interface.java.xml</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.interfacedef.java.xml*</Export-Package>
+                        <Export-Package></Export-Package>
                     </instructions>
                 </configuration>
             </plugin>