You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/06 20:58:50 UTC

svn commit: r896648 - /tuscany/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF

Author: antelder
Date: Wed Jan  6 19:58:48 2010
New Revision: 896648

URL: http://svn.apache.org/viewvc?rev=896648&view=rev
Log:
Updates to the Hazelcast regsitry manifest

Modified:
    tuscany/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF

Modified: tuscany/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF?rev=896648&r1=896647&r2=896648&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF (original)
+++ tuscany/sca-java-2.x/trunk/modules/endpoint-hazelcast/META-INF/MANIFEST.MF Wed Jan  6 19:58:48 2010
@@ -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"