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