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:30 UTC

svn commit: r705680 - in /tuscany/branches/sca-equinox/modules: implementation-node-runtime/pom.xml implementation-node/pom.xml

Author: rfeng
Date: Fri Oct 17 10:40:29 2008
New Revision: 705680

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

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

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

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