summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher-equinox/src/main/resources/org/apache/tuscany/sca/node/equinox/launcher/ode-bpel-schemas-1.3.2.MF
blob: 55ea21ff01a304fc6b50f503465ed204b552bce1 (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
41
42
43
44
45
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
Tool: Bnd-0.0.313
Bundle-Name: ode-bpel-schemas
Created-By: 1.6.0_13 (Sun Microsystems Inc.)
Implementation-Vendor: Apache Software Foundation
Bundle-Version: 1.3.2
Build-Jdk: 1.6.0_13
Bnd-LastModified: 1250921588453
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"
Originally-Created-By: Buildr
Build-By: MikeEdwards