summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/databinding/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 18:23:23 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 18:23:23 +0000
commit02337e4a7c49f36b6e0a1c19535f635dec7926b0 (patch)
tree45062dda0850a72d8fbcf37b3d5972d64772b345 /branches/sca-equinox/modules/databinding/pom.xml
parent27135c0af6c70a3cc82e64b5c34c6cbdf9b738c3 (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/databinding/pom.xml')
-rw-r--r--branches/sca-equinox/modules/databinding/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/databinding/pom.xml b/branches/sca-equinox/modules/databinding/pom.xml
index 8021c62970..1af4f28647 100644
--- a/branches/sca-equinox/modules/databinding/pom.xml
+++ b/branches/sca-equinox/modules/databinding/pom.xml
@@ -98,7 +98,14 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.databinding</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.databinding*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.databinding,
+ org.apache.tuscany.sca.databinding.annotation,
+ org.apache.tuscany.sca.databinding.impl,
+ org.apache.tuscany.sca.databinding.javabeans,
+ org.apache.tuscany.sca.databinding.util,
+ org.apache.tuscany.sca.databinding.xml
+ </Export-Package>
</instructions>
</configuration>
</plugin>