Author: rfeng
Date: Tue Oct 14 16:04:07 2008
New Revision: 704735
URL: http://svn.apache.org/viewvc?rev=704735&view=rev
Log:
No package should be exported from this module
Modified:
tuscany/branches/sca-equinox/modules/workspace-xml/pom.xml
Modified: tuscany/branches/sca-equinox/modules/workspace-xml/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/workspace-xml/pom.xml?rev=704735&r1=704734&r2=704735&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/workspace-xml/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/workspace-xml/pom.xml Tue Oct 14
16:04:07 2008
@@ -60,7 +60,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.workspace.xml</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.workspace.xml*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>