Author: rfeng
Date: Tue Oct 14 16:06:48 2008
New Revision: 704737

URL: http://svn.apache.org/viewvc?rev=704737&view=rev
Log:
Remove impl package from Export-Package

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

Modified: tuscany/branches/sca-equinox/modules/workspace/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/workspace/pom.xml?rev=704737&r1=704736&r2=704737&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/workspace/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/workspace/pom.xml Tue Oct 14 16:06:48 
2008
@@ -54,7 +54,10 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         
<Bundle-SymbolicName>org.apache.tuscany.sca.workspace</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        
<Export-Package>org.apache.tuscany.sca.workspace*</Export-Package>
+                        <Export-Package>
+                            org.apache.tuscany.sca.workspace,
+                            org.apache.tuscany.sca.workspace.builder
+                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>


Reply via email to