Workaround: Export some internal packages before the dependencies are fixed

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810372 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2009-09-02 06:23:06 +00:00
parent b96e3ec508
commit 90fae7c994
3 changed files with 6 additions and 1 deletions
java/sca/modules
endpoint-tribes/META-INF
endpoint-wrapper/META-INF
endpoint/META-INF

View file

@ -24,3 +24,4 @@ Import-Package: org.apache.catalina.tribes,
org.apache.tuscany.sca.management;version="2.0.0",
org.apache.tuscany.sca.policy;version="2.0.0",
org.apache.tuscany.sca.runtime;version="2.0.0"
Export-Package: org.apache.tuscany.sca.endpoint.tribes;version="2.0.0"

View file

@ -9,7 +9,10 @@ Bnd-LastModified: 1225397237968
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-Description: Apache Tuscany SCA Default Endpoint Wrapper
Import-Package: org.apache.tuscany.sca.endpoint.impl;version="2.0.0",
Import-Package: org.apache.tuscany.sca.assembly;version="2.0.0";resolution:=optional,
org.apache.tuscany.sca.assembly.builder;version="2.0.0";resolution:=optional,
org.apache.tuscany.sca.core;version="2.0.0";resolution:=optional,
org.apache.tuscany.sca.endpoint.impl;version="2.0.0",
org.apache.tuscany.sca.endpoint.tribes;version="2.0.0",
org.apache.tuscany.sca.management;version="2.0.0",
org.apache.tuscany.sca.runtime;version="2.0.0"

View file

@ -27,3 +27,4 @@ Import-Package: javax.xml.stream;resolution:=optional,
Bundle-SymbolicName: org.apache.tuscany.sca.endpoint
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6
Export-Package: org.apache.tuscany.sca.endpoint.impl;version="2.0.0"