From b9182510905d90dda7c3e0b2e5a65651ae0cda50 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 4 Feb 2010 14:43:52 +0000 Subject: Add local axis manifests to handle split package between kernel and transport-http. Export package versions are a bit wonky still. These manifest a used during the distro build to create the bundle repo that's used when you load the project using the Eclipse PDE. They aren't used during runtime. Runtime uses the manifests in the node-launcher-equinox! Needs work to remove this confusion. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@906503 13f79535-47bb-0310-9956-ffa450edef68 --- .../distribution/all/manifests/axis2-transport-http-1.5.1.MF | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sca-java-2.x/trunk/distribution/all/manifests/axis2-transport-http-1.5.1.MF (limited to 'sca-java-2.x/trunk/distribution/all/manifests/axis2-transport-http-1.5.1.MF') diff --git a/sca-java-2.x/trunk/distribution/all/manifests/axis2-transport-http-1.5.1.MF b/sca-java-2.x/trunk/distribution/all/manifests/axis2-transport-http-1.5.1.MF new file mode 100644 index 0000000000..4c040b2347 --- /dev/null +++ b/sca-java-2.x/trunk/distribution/all/manifests/axis2-transport-http-1.5.1.MF @@ -0,0 +1,12 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-SymbolicName: axis2-transport-http +Bundle-Name: axis2-transport-http +Bundle-Version: 1.5.1 +DynamicImport-Package: javax.transaction;version="1.1",javax.transacti + on.xa;version="1.1",* +Bundle-ClassPath: axis2-transport-http-1.5.1.jar +Export-Package: org.apache.axis2.transport.http.server;version=1.0,org + .apache.axis2.transport.http;version=1.0,org.apache.axis2.transport.h + ttp.util;version=1.0 +Fragment-Host: org.apache.axis2.kernel -- cgit v1.2.3