summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0.1-RC1/modules/node-launcher-equinox/src/main/resources/org/apache/tuscany/sca/node/equinox/launcher/ode-bpel-schemas-1.3.2.MF
blob: 82f4a2732a00c1f154e47616c05a1a4b762d046a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Manifest-Version: 1.0
Export-Package: org.apache.ode.bpel.dd;version="1.3.2";
  uses:="javax.xml.stream,
   org.apache.xmlbeans,
   org.w3c.dom,
   org.apache.xmlbeans.xml.stream,
   javax.xml.namespace",
 org.apache.ode.bpel.dd.impl;version="1.3.2";
  uses:="org.apache.xmlbeans.impl.values,
   org.apache.xmlbeans,
   org.apache.ode.bpel.dd,
   javax.xml.namespace",
 org.apache.ode.bpel.pmapi;version="1.3.2";
  uses:="javax.xml.stream,
   org.apache.xmlbeans,
   org.w3c.dom,
   org.apache.xmlbeans.xml.stream,
   javax.xml.namespace",
 org.apache.ode.bpel.pmapi.impl;version="1.3.2";
  uses:="org.apache.xmlbeans.impl.values,
   org.apache.xmlbeans,
   org.apache.ode.bpel.pmapi,
   javax.xml.namespace"
Private-Package: .
Implementation-Title: Apache ODE
Implementation-Version: 1.3.2
Bundle-Name: ode-bpel-schemas
Implementation-Vendor: Apache Software Foundation
Bundle-Version: 1.3.2
Build-Jdk: 1.6.0_13
Bundle-ManifestVersion: 2
Import-Package: javax.xml.namespace,
 javax.xml.stream,
 org.apache.xmlbeans,
 org.apache.xmlbeans.impl.values,
 org.apache.xmlbeans.xml.stream,
 org.w3c.dom
Bundle-SymbolicName: ode-bpel-schemas
Fragment-Host: ode-bpel-compiler;version="1.3.2"