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:05:33 UTC

svn commit: r705013 - /tuscany/branches/sca-equinox/modules/binding-corba/pom.xml

Author: rfeng
Date: Wed Oct 15 13:05:33 2008
New Revision: 705013

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

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

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