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/04/29 16:51:40 UTC

svn commit: r533513 - /incubator/tuscany/java/sca/modules/implementation-script/pom.xml

Author: antelder
Date: Sun Apr 29 07:51:38 2007
New Revision: 533513

URL: http://svn.apache.org/viewvc?view=rev&rev=533513
Log:
Work around a jruby pom.xml problem by hosting a modified jruby

Modified:
    incubator/tuscany/java/sca/modules/implementation-script/pom.xml

Modified: incubator/tuscany/java/sca/modules/implementation-script/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-script/pom.xml?view=diff&rev=533513&r1=533512&r2=533513
==============================================================================
--- incubator/tuscany/java/sca/modules/implementation-script/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/implementation-script/pom.xml Sun Apr 29 07:51:38 2007
@@ -30,6 +30,17 @@
     <artifactId>tuscany-implementation-script</artifactId>
     <name>Apache Tuscany Implementation Script</name>
 
+    <repositories>
+       <!-- This is required to work around a bug in the JRuby pom, see http://jira.codehaus.org/browse/JRUBY-901 -->
+       <repository>
+          <id>ant-jruby</id>
+          <url>http://people.apache.org/~antelder/jruby-repo</url>
+          <snapshots>
+             <enabled>true</enabled>
+          </snapshots>
+       </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>



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