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/21 22:44:30 UTC

svn commit: r706761 - /tuscany/branches/sca-equinox/modules/policy/pom.xml

Author: rfeng
Date: Tue Oct 21 13:44:30 2008
New Revision: 706761

URL: http://svn.apache.org/viewvc?rev=706761&view=rev
Log:
Adjust Export-Package as a workaround

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

Modified: tuscany/branches/sca-equinox/modules/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/modules/policy/pom.xml?rev=706761&r1=706760&r2=706761&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/modules/policy/pom.xml (original)
+++ tuscany/branches/sca-equinox/modules/policy/pom.xml Tue Oct 21 13:44:30 2008
@@ -48,8 +48,10 @@
                         <Bundle-Version>${tuscany.version}</Bundle-Version>
                         <Bundle-SymbolicName>org.apache.tuscany.sca.policy</Bundle-SymbolicName>
                         <Bundle-Description>${pom.name}</Bundle-Description>
+                        <!-- FIXME: o.a.t.s.p.impl should be removed -->
                         <Export-Package>
                             org.apache.tuscany.sca.policy,
+                            org.apache.tuscany.sca.policy.impl,
                             org.apache.tuscany.sca.policy.util
                         </Export-Package>
                     </instructions>