diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-14 23:05:44 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-14 23:05:44 +0000 |
commit | 639a660ff2701c0dc9f9ecb16bc19a0df48e8a8b (patch) | |
tree | f3755cc8a60176297a8955aaa872064e3f6c62dd /branches | |
parent | b3d5a39aa164417a8796267ba13c8ce45f2ea3a3 (diff) |
No package should be exported from this module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r-- | branches/sca-equinox/modules/workspace-impl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/workspace-impl/pom.xml b/branches/sca-equinox/modules/workspace-impl/pom.xml index da61ef8660..d73a568284 100644 --- a/branches/sca-equinox/modules/workspace-impl/pom.xml +++ b/branches/sca-equinox/modules/workspace-impl/pom.xml @@ -73,7 +73,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.workspace.impl</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.workspace*</Export-Package> + <Export-Package></Export-Package> </instructions> </configuration> </plugin> |