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/15 22:15:27 UTC

svn commit: r705019 - in /tuscany/branches/sca-equinox/modules: binding-http-runtime/pom.xml binding-http/pom.xml

Author: rfeng
Date: Wed Oct 15 13:15:26 2008
New Revision: 705019

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

Modified:
    tuscany/branches/sca-equinox/modules/binding-http-runtime/pom.xml
    tuscany/branches/sca-equinox/modules/binding-http/pom.xml

Modified: tuscany/branches/sca-equinox/modules/binding-http-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-http-runtime/pom.xml?rev=705019&r1=705018&r2=705019&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-http-runtime/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-http-runtime/pom.xml Wed Oct 15 13:15:26 2008
@@ -103,7 +103,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.binding.http.runtime</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package>
+                        <Export-Package></Export-Package>
                     </instructions>
                 </configuration>
             </plugin>

Modified: tuscany/branches/sca-equinox/modules/binding-http/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/binding-http/pom.xml?rev=705019&r1=705018&r2=705019&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/binding-http/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/binding-http/pom.xml Wed Oct 15 13:15:26 2008
@@ -75,7 +75,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.binding.http</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package>
+                        <Export-Package>org.apache.tuscany.sca.binding.http</Export-Package>
                         <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
                     </instructions>
                 </configuration>