Author: rfeng
Date: Tue Oct 14 16:00:12 2008
New Revision: 704730

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

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

Modified: tuscany/branches/sca-equinox/modules/xsd-xml/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/xsd-xml/pom.xml?rev=704730&r1=704729&r2=704730&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/xsd-xml/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/xsd-xml/pom.xml Tue Oct 14 16:00:12 
2008
@@ -65,7 +65,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         
<Bundle-SymbolicName>org.apache.tuscany.sca.xsd.xml</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        
<Export-Package>org.apache.tuscany.sca.xsd.xml*</Export-Package>
+                        
<Export-Package>org.apache.tuscany.sca.xsd.xml</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>

Modified: tuscany/branches/sca-equinox/modules/xsd/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/xsd/pom.xml?rev=704730&r1=704729&r2=704730&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/xsd/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/xsd/pom.xml Tue Oct 14 16:00:12 2008
@@ -69,7 +69,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         
<Bundle-SymbolicName>org.apache.tuscany.sca.xsd</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        
<Export-Package>org.apache.tuscany.sca.xsd*</Export-Package>
+                        
<Export-Package>org.apache.tuscany.sca.xsd</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>


Reply via email to