You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/06/05 15:56:12 UTC

svn commit: r951718 - in /jakarta/bsf/branches/bsf3.x/testing: e4x-1.6R7-Axiom/pom.xml e4x/pom.xml javascript/pom.xml python/pom.xml

Author: sebb
Date: Sat Jun  5 13:56:12 2010
New Revision: 951718

URL: http://svn.apache.org/viewvc?rev=951718&view=rev
Log:
Use bsf-api/bsf-utils dependencies instead of bsf-all

Modified:
    jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml
    jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml
    jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml
    jakarta/bsf/branches/bsf3.x/testing/python/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml?rev=951718&r1=951717&r2=951718&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/e4x-1.6R7-Axiom/pom.xml Sat Jun  5 13:56:12 2010
@@ -51,11 +51,17 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.bsf</groupId>
-            <artifactId>bsf-all</artifactId>
+            <artifactId>bsf-api</artifactId>
             <version>${bsf.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.bsf</groupId>
+            <artifactId>bsf-utils</artifactId>
+            <version>${bsf.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.bsf</groupId>
             <artifactId>bsf-engines</artifactId>
             <version>${bsf.version}</version>
             <scope>test</scope>

Modified: jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml?rev=951718&r1=951717&r2=951718&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/e4x/pom.xml Sat Jun  5 13:56:12 2010
@@ -40,7 +40,13 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.bsf</groupId>
-            <artifactId>bsf-all</artifactId>
+            <artifactId>bsf-api</artifactId>
+            <version>${bsf.version}</version>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.bsf</groupId>
+            <artifactId>bsf-utils</artifactId>
             <version>${bsf.version}</version>
             <scope>compile</scope>
         </dependency>

Modified: jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml?rev=951718&r1=951717&r2=951718&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/javascript/pom.xml Sat Jun  5 13:56:12 2010
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.bsf</groupId>
-            <artifactId>bsf-all</artifactId>
+            <artifactId>bsf-api</artifactId>
             <version>${bsf.version}</version>
             <scope>compile</scope>
         </dependency>

Modified: jakarta/bsf/branches/bsf3.x/testing/python/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/python/pom.xml?rev=951718&r1=951717&r2=951718&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/python/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/python/pom.xml Sat Jun  5 13:56:12 2010
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.bsf</groupId>
-            <artifactId>bsf-all</artifactId>
+            <artifactId>bsf-api</artifactId>
             <version>${bsf.version}</version>
             <scope>compile</scope>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org