summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-sca/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 21:40:59 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-15 21:40:59 +0000
commit1d9c2f3c19d1d7af1408baa0b761e3cd367331f4 (patch)
treed6833311d581801436296e1b081ebfb9259b41a8 /branches/sca-equinox/modules/binding-sca/pom.xml
parentd96bb77b63f2577de38fc6912893275bddaca5a1 (diff)
Restrict Export-Package and refactor some internal classes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705061 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/binding-sca/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-sca/pom.xml b/branches/sca-equinox/modules/binding-sca/pom.xml
index c7d1c8890d..73148416a3 100644
--- a/branches/sca-equinox/modules/binding-sca/pom.xml
+++ b/branches/sca-equinox/modules/binding-sca/pom.xml
@@ -75,7 +75,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.sca</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.sca*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.binding.sca</Export-Package>
</instructions>
</configuration>
</plugin>