Skip to content

Commit

Permalink
Corrected location for jboss-public-repository-group.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1187945 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jglick committed Oct 23, 2011
1 parent 0d002ab commit 75e776e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75e776e

Please sign in to comment.