changeset 13:dc7212d33458

move netbeans-copylibs jar to .ssdt instead of .ant/lib
author smith@nwoca.org
date Thu, 23 Dec 2010 23:32:10 -0500
parents 9358041972c0
children 3cb1ff0297a8
files netbeans-ant.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/netbeans-ant.xml	Thu Dec 23 16:49:08 2010 -0500
+++ b/netbeans-ant.xml	Thu Dec 23 23:32:10 2010 -0500
@@ -5,9 +5,10 @@
     <property   name="ssdt.netbeans.copylibs.jar.src" 
                 value="http://ivy.ssdt.nwoca.org/repository/netbeans/netbeans-copylibstask.jar"/>
     <property   name="libs.CopyLibs.classpath"
-                value="${user.home.ant.lib}/netbeans-copylibstask.jar"/>
+                value="${ssdt.devel.kit}/netbeans-copylibstask.jar"/>
 
-    <ssdt:fetch dest="${user.home.ant.lib}/netbeans-copylibstask.jar"
+
+    <ssdt:fetch dest="${ssdt.devel.kit}/netbeans-copylibstask.jar"
                 src="${ssdt.netbeans.copylibs.jar.src}"/>
    
 </project>