summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/assembly
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-10 18:35:10 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-10 18:35:10 +0000
commit612615c4efe2748c3d97d1dca61567ea57c6d5a2 (patch)
treed0012fd51fcbec79207429d785ae0f902f2f5108 /branches/sca-equinox/modules/assembly
parent0a0b56ae3714fcfa1a6755836144bf8f2abf11cc (diff)
Make the o.a.t.s.a.builder.impl package private
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/assembly')
-rw-r--r--branches/sca-equinox/modules/assembly/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/assembly/pom.xml b/branches/sca-equinox/modules/assembly/pom.xml
index 5257d7ef63..72feae6185 100644
--- a/branches/sca-equinox/modules/assembly/pom.xml
+++ b/branches/sca-equinox/modules/assembly/pom.xml
@@ -66,7 +66,11 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.assembly</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.assembly*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.assembly,
+ org.apache.tuscany.sca.assembly.builder,
+ org.apache.tuscany.sca.assembly.impl,
+ </Export-Package>
</instructions>
</configuration>
</plugin>