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/16 00:48:36 UTC

svn commit: r705090 - in /tuscany/branches/sca-equinox/modules: policy-logging/ policy-security-jsr250/src/main/java/org/apache/tuscany/sca/implementation/java/impl/ policy-security-jsr250/src/main/java/org/apache/tuscany/sca/implementation/java/intros...

Author: rfeng
Date: Wed Oct 15 15:48:36 2008
New Revision: 705090

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

Removed:
    tuscany/branches/sca-equinox/modules/policy-security-jsr250/src/main/java/org/apache/tuscany/sca/implementation/java/impl/
    tuscany/branches/sca-equinox/modules/policy-security-jsr250/src/main/java/org/apache/tuscany/sca/implementation/java/introspect/impl/
Modified:
    tuscany/branches/sca-equinox/modules/policy-logging/pom.xml

Modified: tuscany/branches/sca-equinox/modules/policy-logging/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/policy-logging/pom.xml?rev=705090&r1=705089&r2=705090&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/policy-logging/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/policy-logging/pom.xml Wed Oct 15 15:48:36 2008
@@ -60,7 +60,7 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.policy.logging</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.policy.logging*</Export-Package>
+                        <Export-Package></Export-Package>
                     </instructions>
                 </configuration>
             </plugin>