You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/08 07:47:33 UTC

svn commit: r823037 - in /tuscany/java/sca/modules/data-api: META-INF/ META-INF/MANIFEST.MF pom.xml

Author: lresende
Date: Thu Oct  8 05:47:33 2009
New Revision: 823037

URL: http://svn.apache.org/viewvc?rev=823037&view=rev
Log:
Adding generated OSGi manifest to source control

Added:
    tuscany/java/sca/modules/data-api/META-INF/
    tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF
Modified:
    tuscany/java/sca/modules/data-api/pom.xml

Added: tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF?rev=823037&view=auto
==============================================================================
--- tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF (added)
+++ tuscany/java/sca/modules/data-api/META-INF/MANIFEST.MF Thu Oct  8 05:47:33 2009
@@ -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/
+

Modified: tuscany/java/sca/modules/data-api/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/data-api/pom.xml?rev=823037&r1=823036&r2=823037&view=diff
==============================================================================
--- tuscany/java/sca/modules/data-api/pom.xml (original)
+++ tuscany/java/sca/modules/data-api/pom.xml Thu Oct  8 05:47:33 2009
@@ -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>