Browse Source

Corrected location for jboss-public-repository-group.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1187945 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
301bbff43d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      fetch.xml

+ 2
- 2
fetch.xml View File

@@ -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"


Loading…
Cancel
Save