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/01 05:53:15 UTC

svn commit: r820517 - in /tuscany/java/sca/modules/binding-jsonrpc: META-INF/ META-INF/MANIFEST.MF pom.xml

Author: lresende
Date: Thu Oct  1 03:53:15 2009
New Revision: 820517

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

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

Added: tuscany/java/sca/modules/binding-jsonrpc/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc/META-INF/MANIFEST.MF?rev=820517&view=auto
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc/META-INF/MANIFEST.MF (added)
+++ tuscany/java/sca/modules/binding-jsonrpc/META-INF/MANIFEST.MF Thu Oct  1 03:53:15 2009
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Export-Package: org.apache.tuscany.sca.binding.jsonrpc;uses:="org.apac
+ he.tuscany.sca.assembly,javax.xml.namespace";version="2.0.0",org.apache.tu
+ scany.sca.binding.jsonrpc.impl;uses:="org.apache.tuscany.sca.binding.
+ jsonrpc,javax.xml.namespace";version="2.0.0"
+Tool: Bnd-0.0.357
+Bundle-Name: Apache Tuscany SCA JSON-RPC Binding Model
+Created-By: 1.6.0_15 (Apple Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1253941204236
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA JSON-RPC Binding Model
+Import-Package: javax.xml.namespace,org.apache.tuscany.sca.assembly;ve
+ rsion="2.0",org.apache.tuscany.sca.assembly.xml;version="2.0.0",org.apa
+ che.tuscany.sca.binding.jsonrpc;version="2.0.0",org.apache.t
+ uscany.sca.binding.jsonrpc.impl;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.binding.jsonrpc
+Bundle-DocURL: http://www.apache.org/
+

Modified: tuscany/java/sca/modules/binding-jsonrpc/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc/pom.xml?rev=820517&r1=820516&r2=820517&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc/pom.xml (original)
+++ tuscany/java/sca/modules/binding-jsonrpc/pom.xml Thu Oct  1 03:53:15 2009
@@ -55,24 +55,4 @@
             <scope>test</scope>
         </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.jsonrpc</Bundle-SymbolicName>
-                        <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>org.apache.tuscany.sca.binding.jsonrpc*</Export-Package>
-                        <Import-Package>org.apache.tuscany.sca.assembly.xml,*</Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>