You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2011/10/23 20:34:03 UTC

svn commit: r1187945 - /ant/core/trunk/fetch.xml

Author: jglick
Date: Sun Oct 23 18:34:03 2011
New Revision: 1187945

URL: http://svn.apache.org/viewvc?rev=1187945&view=rev
Log:
Corrected location for jboss-public-repository-group.

Modified:
    ant/core/trunk/fetch.xml

Modified: ant/core/trunk/fetch.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=1187945&r1=1187944&r2=1187945&view=diff
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Sun Oct 23 18:34:03 2011
@@ -305,8 +305,8 @@ Set -Ddest=LOCATION on the command line
 
   <target name="jai" depends="init"
           description="load java advanced imaging">
-    <f2 project="javax.media" archive="jai-core" repository="http://repository.jboss.org/maven2"/>
-    <f2 project="com.sun.media" archive="jai-codec" repository="http://repository.jboss.org/maven2"/>
+    <f2 project="javax.media" archive="jai-core" repository="https://repository.jboss.org/nexus/content/groups/public/"/>
+    <f2 project="com.sun.media" archive="jai-codec" repository="https://repository.jboss.org/nexus/content/groups/public/"/>
   </target>
 
   <target name="netrexx" depends="init-no-m2,-setup-temp-cache,-fetch-netrexx,-fetch-netrexx-no-commons-net"