Author: rfeng
Date: Wed Oct 15 14:27:05 2008
New Revision: 705055
URL: http://svn.apache.org/viewvc?rev=705055&view=rev
Log:
Restrict Export-Package
Modified:
tuscany/branches/sca-equinox/modules/binding-rss-rome/pom.xml
tuscany/branches/sca-equinox/modules/binding-rss/pom.xml
Modified: tuscany/branches/sca-equinox/modules/binding-rss-rome/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-rss-rome/pom.xml?rev=705055&r1=705054&r2=705055&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-rss-rome/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-rss-rome/pom.xml Wed Oct 15
14:27:05 2008
@@ -160,7 +160,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.rss.rome</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.binding.rss*</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>
Modified: tuscany/branches/sca-equinox/modules/binding-rss/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-rss/pom.xml?rev=705055&r1=705054&r2=705055&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-rss/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-rss/pom.xml Wed Oct 15
14:27:05 2008
@@ -88,7 +88,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.rss</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
-
<Export-Package>org.apache.tuscany.sca.binding.rss*</Export-Package>
+
<Export-Package>org.apache.tuscany.sca.binding.rss</Export-Package>
</instructions>
</configuration>
</plugin>