Fixing cluster name.
authorJesse Glick <jglick@netbeans.org>
Tue, 11 Jan 2011 11:15:58 -0500
changeset 17279df09f27dff7e
parent 17275 2c5378ca6a8e
child 17280 575b919d5af3
Fixing cluster name.
ant.freeform.samples/templates/anagram/lib/build.properties
ant.freeform.samples/templates/skeletal/build.properties
     1.1 --- a/ant.freeform.samples/templates/anagram/lib/build.properties	Thu Jan 06 09:26:59 2011 -0500
     1.2 +++ b/ant.freeform.samples/templates/anagram/lib/build.properties	Tue Jan 11 11:15:58 2011 -0500
     1.3 @@ -14,7 +14,7 @@
     1.4  extra.test.run.cp=
     1.5  
     1.6  # For code completion only:
     1.7 -junit.jar=${netbeans.home}/../java2/modules/ext/junit-3.8.2.jar
     1.8 +junit.jar=${netbeans.home}/../java/modules/ext/junit-3.8.2.jar
     1.9  
    1.10  run.cp=${cp}:${classes.dir}:${extra.run.cp}
    1.11  test.cp=${cp}:${classes.dir}:${junit.jar}:${extra.test.cp}
     2.1 --- a/ant.freeform.samples/templates/skeletal/build.properties	Thu Jan 06 09:26:59 2011 -0500
     2.2 +++ b/ant.freeform.samples/templates/skeletal/build.properties	Tue Jan 11 11:15:58 2011 -0500
     2.3 @@ -18,7 +18,7 @@
     2.4  # main.class=@NAME@.Main
     2.5  
     2.6  # For code completion only:
     2.7 -junit.jar=${netbeans.home}/../java2/modules/ext/junit-3.8.2.jar
     2.8 +junit.jar=${netbeans.home}/../java/modules/ext/junit-3.8.2.jar
     2.9  
    2.10  run.cp=${cp}:${classes.dir}:${extra.run.cp}
    2.11  test.cp=${cp}:${classes.dir}:${junit.jar}:${extra.test.cp}