annotate build.xml @ 7:418ba4cfc553 tip

USASR-644: preserve dependencies in replaced target
author smith@nwoca.org
date Wed, 12 Oct 2011 18:12:17 -0400
parents c989b9aa8820
children
rev   line source
0
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
2 <project name="SSDT_Ant_Tasks" default="default" basedir=".">
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
3 <description>Builds, tests, and runs the project SSDT Ant Tasks.</description>
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
4 <import file="nbproject/build-impl.xml"/>
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
5
6
c989b9aa8820 USASR-644: Add ant task to replace existing ant targets
smith@nwoca.org
parents: 0
diff changeset
6 <target name="deploy.locally" depends="jar">
c989b9aa8820 USASR-644: Add ant task to replace existing ant targets
smith@nwoca.org
parents: 0
diff changeset
7 <copy file="${dist.dir}/ssdt-ant.jar" tofile="${user.home}/.ant/lib/ssdt-ant.jar"/>
c989b9aa8820 USASR-644: Add ant task to replace existing ant targets
smith@nwoca.org
parents: 0
diff changeset
8 </target>
c989b9aa8820 USASR-644: Add ant task to replace existing ant targets
smith@nwoca.org
parents: 0
diff changeset
9
0
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
10 </project>