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

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

Author: rfeng
Date: Fri Oct 17 10:42:30 2008
New Revision: 705682

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

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

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

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