Mercurial > public > develkit
annotate netbeans-ant.xml @ 12:9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
author | smith@nwoca.org |
---|---|
date | Thu, 23 Dec 2010 16:49:08 -0500 |
parents | |
children | dc7212d33458 |
rev | line source |
---|---|
12
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
2 <project name="ssdt.netbeans" basedir="." default="" xmlns:ssdt="http://www.ssdt-ohio.org/ant/common"> |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
3 <echo message="invoking ssdt bootstrap" level="info"/> |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
4 |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
5 <property name="ssdt.netbeans.copylibs.jar.src" |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
6 value="http://ivy.ssdt.nwoca.org/repository/netbeans/netbeans-copylibstask.jar"/> |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
7 <property name="libs.CopyLibs.classpath" |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
8 value="${user.home.ant.lib}/netbeans-copylibstask.jar"/> |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
9 |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
10 <ssdt:fetch dest="${user.home.ant.lib}/netbeans-copylibstask.jar" |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
11 src="${ssdt.netbeans.copylibs.jar.src}"/> |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
12 |
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
13 </project> |