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/17 19:40:56 UTC

svn commit: r705681 - /tuscany/branches/sca-equinox/modules/implementation-java-runtime/pom.xml

Author: rfeng
Date: Fri Oct 17 10:40:56 2008
New Revision: 705681

URL: http://svn.apache.org/viewvc?rev=705681&view=rev
Log:
Restrict Export-Package

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

Modified: tuscany/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/implementation-java-runtime/pom.xml?rev=705681&r1=705680&r2=705681&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/implementation-java-runtime/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/implementation-java-runtime/pom.xml Fri Oct 17 10:40:56 2008
@@ -71,7 +71,10 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.implementation.java.runtime</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.implementation.java*</Export-Package>
+                        <Export-Package>
+                            org.apache.tuscany.sca.implementation.java.context,
+                            org.apache.tuscany.sca.implementation.java.injection,
+                        </Export-Package>
                     </instructions>
                 </configuration>
             </plugin>