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/15 01:06:48 UTC

svn commit: r704737 - /tuscany/branches/sca-equinox/modules/workspace/pom.xml

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>