From fd668973c43cefe11cba23799af65c95d989058d Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 6 Jan 2010 19:58:48 +0000 Subject: Updates to the Hazelcast regsitry manifest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896648 13f79535-47bb-0310-9956-ffa450edef68 --- .../endpoint-hazelcast/META-INF/MANIFEST.MF | 23 +++++++--------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF') diff --git a/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF index 06df55ef38..a11bce326c 100644 --- a/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF +++ b/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF @@ -1,28 +1,19 @@ Manifest-Version: 1.0 -Private-Package: org.apache.tuscany.sca.xsd.impl;version="2.0.0" SCA-Version: 1.1 -Bundle-Name: Apache Tuscany SCA Tomcat Tribes Based EndPoint Registry +Bundle-Name: Apache Tuscany SCA Hazelcast Based EndPoint Registry Bundle-Vendor: The Apache Software Foundation Bundle-Version: 2.0.0 Bundle-ManifestVersion: 2 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt -Bundle-Description: Apache Tuscany SCA XSD Model -Bundle-SymbolicName: org.apache.tuscany.sca.endpoint.tribes +Bundle-Description: Apache Tuscany Hazelcast Endpoint Regsitry +Bundle-SymbolicName: org.apache.tuscany.sca.endpoint.hazelcast Bundle-DocURL: http://www.apache.org/ Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6 -Import-Package: org.apache.catalina.tribes, - org.apache.catalina.tribes.group, - org.apache.catalina.tribes.group.interceptors, - org.apache.catalina.tribes.io, - org.apache.catalina.tribes.membership, - org.apache.catalina.tribes.tipis, - org.apache.catalina.tribes.transport, - org.apache.catalina.tribes.util, - org.apache.juli.logging;resolution:=optional, +Import-Package: com.hazelcast.config, + com.hazelcast.core, + com.hazelcast.nio, org.apache.tuscany.sca.assembly;version="2.0.0", org.apache.tuscany.sca.core;version="2.0.0", org.apache.tuscany.sca.core.assembly.impl;scope=internal;version="2.0.0";resolution:=optional, - 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" +Export-Package: org.apache.tuscany.sca.endpoint.hazelcast;version="2.0.0" -- cgit v1.2.3