diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/binding-http-runtime/META-INF/MANIFEST.MF | 25 | ||||
-rw-r--r-- | java/sca/modules/binding-http-runtime/pom.xml | 20 | ||||
-rw-r--r-- | java/sca/modules/binding-http/META-INF/MANIFEST.MF | 26 | ||||
-rw-r--r-- | java/sca/modules/binding-http/pom.xml | 21 |
4 files changed, 51 insertions, 41 deletions
diff --git a/java/sca/modules/binding-http-runtime/META-INF/MANIFEST.MF b/java/sca/modules/binding-http-runtime/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..7ab18b4669 --- /dev/null +++ b/java/sca/modules/binding-http-runtime/META-INF/MANIFEST.MF @@ -0,0 +1,25 @@ +Manifest-Version: 1.0 +Export-Package: org.apache.tuscany.sca.binding.http.runtime;uses:="org.apache. + tuscany.sca.binding.http,org.apache.tuscany.sca.assembly,javax.xml. + namespace,javax.servlet.http";version="2.0.0" +Private-Package: org.apache.tuscany.sca.binding.http.provider;version="2.0. + 0",.;version="2.0.0" +Tool: Bnd-0.0.311 +Bundle-Name: Apache Tuscany SCA HTTP Binding Model +Created-By: 1.6.0_15 (Apple Inc.) +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0 +Bnd-LastModified: 1253494834368 +Bundle-ManifestVersion: 2 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-Description: Apache Tuscany SCA HTTP Binding Runtime +Import-Package: javax.servlet.http,javax.xml.namespace,javax.xml.strea + m;version="1.0",org.apache.tuscany.sca.assembly;version="2.0",org.apa + che.tuscany.sca.assembly.xml;version="2.0.0",org.apache.tuscany.sca.b + inding.http;version="2.0",org.apache.tuscany.sca.contribution.process + or;version="2.0",org.apache.tuscany.sca.contribution.resolver;version + ="2.0",org.apache.tuscany.sca.core;version="2.0",org.apache.tuscany.s + ca.monitor;version="2.0" +Bundle-SymbolicName: org.apache.tuscany.sca.binding.http +Bundle-DocURL: http://www.apache.org/ + diff --git a/java/sca/modules/binding-http-runtime/pom.xml b/java/sca/modules/binding-http-runtime/pom.xml index 86ea68a260..d238637bfd 100644 --- a/java/sca/modules/binding-http-runtime/pom.xml +++ b/java/sca/modules/binding-http-runtime/pom.xml @@ -110,24 +110,4 @@ </dependency> </dependencies> - - <!-- - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <configuration> - <instructions> - <Bundle-Version>${tuscany.version}</Bundle-Version> - <Bundle-SymbolicName>org.apache.tuscany.sca.binding.http.runtime</Bundle-SymbolicName> - <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - --> </project> diff --git a/java/sca/modules/binding-http/META-INF/MANIFEST.MF b/java/sca/modules/binding-http/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..d95777c5dd --- /dev/null +++ b/java/sca/modules/binding-http/META-INF/MANIFEST.MF @@ -0,0 +1,26 @@ +Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.binding.http;uses:="org.apache.
+ tuscany.sca.assembly,javax.xml.namespace,javax.servlet.http";version=
+ "2.0.0"
+Private-Package: org.apache.tuscany.sca.binding.http.xml;version="2.0.
+ 0",.;version="2.0.0",org.apache.tuscany.sca.binding.http.impl;version
+ ="2.0.0"
+Tool: Bnd-0.0.311
+Bundle-Name: Apache Tuscany SCA HTTP Binding Model
+Created-By: 1.6.0_15 (Apple Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1253494834368
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA HTTP Binding Model
+Import-Package: javax.servlet.http,javax.xml.namespace,javax.xml.strea
+ m;version="1.0",org.apache.tuscany.sca.assembly;version="2.0",org.apa
+ che.tuscany.sca.assembly.xml;version="2.0.0",org.apache.tuscany.sca.b
+ inding.http;version="2.0",org.apache.tuscany.sca.contribution.process
+ or;version="2.0",org.apache.tuscany.sca.contribution.resolver;version
+ ="2.0",org.apache.tuscany.sca.core;version="2.0",org.apache.tuscany.s
+ ca.monitor;version="2.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.binding.http
+Bundle-DocURL: http://www.apache.org/
+
diff --git a/java/sca/modules/binding-http/pom.xml b/java/sca/modules/binding-http/pom.xml index 89ce906655..c8013285bf 100644 --- a/java/sca/modules/binding-http/pom.xml +++ b/java/sca/modules/binding-http/pom.xml @@ -65,25 +65,4 @@ </dependency> </dependencies> - - <!-- - <build> - <plugins> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - - <configuration> - <instructions> - <Bundle-Version>${tuscany.version}</Bundle-Version> - <Bundle-SymbolicName>org.apache.tuscany.sca.binding.http</Bundle-SymbolicName> - <Bundle-Description>${pom.name}</Bundle-Description> - <Export-Package>org.apache.tuscany.sca.binding.http*</Export-Package> - <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package> - </instructions> - </configuration> - </plugin> - </plugins> - </build> - --> </project> |