You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/03/16 23:13:07 UTC

svn commit: r519159 - in /incubator/tuscany/java/sca/extensions/script/testing/jython: helloworld/pom.xml pom.xml

Author: antelder
Date: Fri Mar 16 15:13:06 2007
New Revision: 519159

URL: http://svn.apache.org/viewvc?view=rev&rev=519159
Log:
Clean up jython pom.xml

Modified:
    incubator/tuscany/java/sca/extensions/script/testing/jython/helloworld/pom.xml
    incubator/tuscany/java/sca/extensions/script/testing/jython/pom.xml

Modified: incubator/tuscany/java/sca/extensions/script/testing/jython/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/script/testing/jython/helloworld/pom.xml?view=diff&rev=519159&r1=519158&r2=519159
==============================================================================
--- incubator/tuscany/java/sca/extensions/script/testing/jython/helloworld/pom.xml (original)
+++ incubator/tuscany/java/sca/extensions/script/testing/jython/helloworld/pom.xml Fri Mar 16 15:13:06 2007
@@ -20,7 +20,7 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany.sca.script.testing</groupId>
-        <artifactId>testing-javascript</artifactId>
+        <artifactId>testing-jython</artifactId>
         <version>2.0-alpha2-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -41,12 +41,6 @@
                 <version>3.8.1</version>
                 <scope>test</scope>
             </dependency>
-            <dependency>
-               <groupId>jython</groupId>
-               <artifactId>jython</artifactId>
-               <version>2.2b1</version>
-               <scope>runtime</scope>
-           </dependency>
     </dependencies>
     <build>
         <defaultGoal>verify</defaultGoal>

Modified: incubator/tuscany/java/sca/extensions/script/testing/jython/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/extensions/script/testing/jython/pom.xml?view=diff&rev=519159&r1=519158&r2=519159
==============================================================================
--- incubator/tuscany/java/sca/extensions/script/testing/jython/pom.xml (original)
+++ incubator/tuscany/java/sca/extensions/script/testing/jython/pom.xml Fri Mar 16 15:13:06 2007
@@ -29,17 +29,6 @@
     <packaging>pom</packaging>
     <name>Apache Tuscany Script Container Testing for Jython</name>
 
-    <repositories>
-       <!-- This is reqquired for Jython as 2.2 Beta1 hasn't made it to the maven repos yet -->
-       <repository>
-          <id>ant</id>
-          <url>http://people.apache.org/~antelder/maven2</url>
-          <snapshots>
-             <enabled>true</enabled>
-          </snapshots>
-       </repository>
-    </repositories>
-
     <modules>
         <module>helloworld</module>
     </modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org