summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-http-runtime
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-21 04:04:19 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-09-21 04:04:19 +0000
commit90bda9077e5b4cb4d8cda74b65ae7d2c135047df (patch)
tree00ef8fa30c095db0e1fddc142533c21bb279e7ce /java/sca/modules/binding-http-runtime
parentaa2acb53dbb4420641e4fc354529849e5342439a (diff)
Adding generated manifest to source control and removing generation from project pom
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@817150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-http-runtime')
-rw-r--r--java/sca/modules/binding-http-runtime/META-INF/MANIFEST.MF25
-rw-r--r--java/sca/modules/binding-http-runtime/pom.xml20
2 files changed, 25 insertions, 20 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>