diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-08 05:47:33 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-08 05:47:33 +0000 |
commit | 04203fe7e14afc9ee099f6c77794864cb2f34275 (patch) | |
tree | 4321b39b2e7fba1ce404dac294a3874a945506af | |
parent | 89c7d7fa41f9caf24e07ca9cd291687b8854d071 (diff) |
Adding generated OSGi manifest to source control
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@823037 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/data-api/META-INF/MANIFEST.MF | 17 | ||||
-rw-r--r-- | java/sca/modules/data-api/pom.xml | 20 |
2 files changed, 17 insertions, 20 deletions
diff --git a/java/sca/modules/data-api/META-INF/MANIFEST.MF b/java/sca/modules/data-api/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..efcf19c3a0 --- /dev/null +++ b/java/sca/modules/data-api/META-INF/MANIFEST.MF @@ -0,0 +1,17 @@ +Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.data.collection;uses:="org.oasi
+ sopen.sca.annotation";version=""
+Tool: Bnd-0.0.357
+Bundle-Name: Apache Tuscany SCA Data API
+Created-By: 1.6.0_15 (Apple Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1254955362620
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Data API
+Import-Package: org.apache.tuscany.sca.data.collection;version="2.0.0",
+ org.oasisopen.sca.annotation;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.data.api
+Bundle-DocURL: http://www.apache.org/
+
diff --git a/java/sca/modules/data-api/pom.xml b/java/sca/modules/data-api/pom.xml index d0d39506b9..5da4d2ef0a 100644 --- a/java/sca/modules/data-api/pom.xml +++ b/java/sca/modules/data-api/pom.xml @@ -35,24 +35,4 @@ <version>2.0-SNAPSHOT</version> </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.data.api</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.data*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
|