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