Mercurial > public > develkit
annotate netbeans-ant.xml @ 322:7ca1fbf8636a
Add new artifactory*.gradle that removes the credentials. Update the init*-git.gradle to use this new script. The script will require a parameters in bamboo but will allow us to remove the gradlekit project.
author | Marc Davis <davis@ssdt-ohio.org> |
---|---|
date | Thu, 09 Feb 2023 13:53:42 -0500 |
parents | 6c62c55b613f |
children |
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"> |
19
2632897c8a2b
CM-125: Update ivy resolve to create Ant properties for resolved modules with version.
smith@nwoca.org
parents:
13
diff
changeset
|
3 |
12
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
4 <property name="ssdt.netbeans.copylibs.jar.src" |
321
6c62c55b613f
USASR-5111: Adding legacy jars.
Jason Klinger <klinger@nwoca.org>
parents:
315
diff
changeset
|
5 value="${ssdt.devel.kit.src}/legacy.jars/netbeans-copylibstask.jar"/> |
12
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
6 <property name="libs.CopyLibs.classpath" |
13
dc7212d33458
move netbeans-copylibs jar to .ssdt instead of .ant/lib
smith@nwoca.org
parents:
12
diff
changeset
|
7 value="${ssdt.devel.kit}/netbeans-copylibstask.jar"/> |
12
9358041972c0
TL-32: Add netbean's copylib task jar and script to acquire it.
smith@nwoca.org
parents:
diff
changeset
|
8 |
13
dc7212d33458
move netbeans-copylibs jar to .ssdt instead of .ant/lib
smith@nwoca.org
parents:
12
diff
changeset
|
9 |
dc7212d33458
move netbeans-copylibs jar to .ssdt instead of .ant/lib
smith@nwoca.org
parents:
12
diff
changeset
|
10 <ssdt:fetch dest="${ssdt.devel.kit}/netbeans-copylibstask.jar" |
12
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> |