Author: rfeng
Date: Wed Oct 15 15:42:47 2008
New Revision: 705086
URL: http://svn.apache.org/viewvc?rev=705086&view=rev
Log:
Restrict Export-Package
Modified:
tuscany/branches/sca-equinox/modules/host-ejb/pom.xml
tuscany/branches/sca-equinox/modules/host-openejb/pom.xml
Modified: tuscany/branches/sca-equinox/modules/host-ejb/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/host-ejb/pom.xml?rev=705086&r1=705085&r2=705086&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/host-ejb/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/host-ejb/pom.xml Wed Oct 15 15:42:47
2008
@@ -47,7 +47,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.ejb</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.host.ejb*</Export-Package>
+
<Export-Package>org.apache.tuscany.sca.host.ejb</Export-Package>
</instructions>
</configuration>
</plugin>
Modified: tuscany/branches/sca-equinox/modules/host-openejb/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/host-openejb/pom.xml?rev=705086&r1=705085&r2=705086&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/host-openejb/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/host-openejb/pom.xml Wed Oct 15
15:42:47 2008
@@ -87,7 +87,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.openejb</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.host.openejb*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>