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:54:18 UTC

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

Author: lresende
Date: Thu Oct  1 03:54:18 2009
New Revision: 820518

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

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

Added: tuscany/java/sca/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF?rev=820518&view=auto
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF (added)
+++ tuscany/java/sca/modules/binding-jsonrpc-runtime/META-INF/MANIFEST.MF Thu Oct  1 03:54:18 2009
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Tool: Bnd-0.0.357
+Bundle-Name: Apache Tuscany SCA JSON-RPC Binding Runtime
+Created-By: 1.6.0_15 (Apple Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 0
+Bnd-LastModified: 1253941843749
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA JSON-RPC Binding Runtime
+Import-Package: org.apache.tuscany.sca.assembly.xml;version="2.0",org.
+ apache.tuscany.sca.binding.jsonrpc;version="2.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.binding.jsonrpc.runtime
+Bundle-DocURL: http://www.apache.org/
+

Modified: tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml?rev=820518&r1=820517&r2=820518&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml Thu Oct  1 03:54:18 2009
@@ -54,11 +54,11 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
         
-        <dependency>
+        <!-- dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-json</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency>
+        </dependency-->
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -82,7 +82,7 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.4</version> <!-- to keep compatible with older servlet containers --> 
+            <version>2.5</version> 
             <scope>provided</scope>
         </dependency>
         
@@ -124,34 +124,6 @@
 	        <version>1.6.1</version>
 	        <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.runtime</Bundle-SymbolicName>
-                        <Bundle-Description>${pom.name}</Bundle-Description>
-                        <Export-Package>
-                            !org.apache.tuscany.sca.binding.jsonrpc,
-                            org.apache.tuscany.sca.binding.jsonrpc*
-                        </Export-Package>
-                        <Import-Package>
-                            org.apache.tuscany.sca.assembly.xml,
-                            org.apache.tuscany.sca.binding.jsonrpc,
-                            *
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>