diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-14 20:17:20 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-14 20:17:20 +0000 |
commit | 38978a6704662c0682c74546817a4e724d925256 (patch) | |
tree | 37c9490163ed597e925285bd7726667c2b2fc304 /branches/sca-equinox/modules/endpoint/pom.xml | |
parent | c60a17f13d2b111c0f22b58bba20c92d9c3d50d9 (diff) |
No package should be exported from this module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704661 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/endpoint/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/endpoint/pom.xml b/branches/sca-equinox/modules/endpoint/pom.xml index c1cd932751..96cca15223 100644 --- a/branches/sca-equinox/modules/endpoint/pom.xml +++ b/branches/sca-equinox/modules/endpoint/pom.xml @@ -97,7 +97,7 @@ <Bundle-Version>${tuscany.version}</Bundle-Version> <Bundle-SymbolicName>org.apache.tuscany.sca.endpoint</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.endpoint*</Export-Package> + <Export-Package></Export-Package> </instructions> </configuration> </plugin> |