#203240: JUnit 4.10 upgrade.
authorJesse Glick <jglick@netbeans.org>
Wed, 12 Oct 2011 15:16:08 -0400
changeset 17652761f0fd8ec70
parent 17651 075fb4a4a88d
child 17653 791a65dd5289
#203240: JUnit 4.10 upgrade.
ant.freeform.samples/manifest.mf
ant.freeform.samples/templates/anagram/lib/build.properties
ant.freeform.samples/templates/skeletal/build.properties
     1.1 --- a/ant.freeform.samples/manifest.mf	Tue Oct 11 17:09:50 2011 -0400
     1.2 +++ b/ant.freeform.samples/manifest.mf	Wed Oct 12 15:16:08 2011 -0400
     1.3 @@ -3,5 +3,5 @@
     1.4  OpenIDE-Module-Layer: org/netbeans/modules/ant/freeform/samples/layer.xml
     1.5  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/ant/freeform/samples/Bundle.properties
     1.6  OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help
     1.7 -OpenIDE-Module-Specification-Version: 1.18
     1.8 +OpenIDE-Module-Specification-Version: 1.19
     1.9  
     2.1 --- a/ant.freeform.samples/templates/anagram/lib/build.properties	Tue Oct 11 17:09:50 2011 -0400
     2.2 +++ b/ant.freeform.samples/templates/anagram/lib/build.properties	Wed Oct 12 15:16:08 2011 -0400
     2.3 @@ -13,7 +13,7 @@
     2.4  extra.test.cp=
     2.5  extra.test.run.cp=
     2.6  
     2.7 -junit.jar=${netbeans.home}/modules/ext/junit-4.8.2.jar
     2.8 +junit.jar=${netbeans.home}/modules/ext/junit-4.10.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}
     3.1 --- a/ant.freeform.samples/templates/skeletal/build.properties	Tue Oct 11 17:09:50 2011 -0400
     3.2 +++ b/ant.freeform.samples/templates/skeletal/build.properties	Wed Oct 12 15:16:08 2011 -0400
     3.3 @@ -17,7 +17,7 @@
     3.4  
     3.5  # main.class=@NAME@.Main
     3.6  
     3.7 -junit.jar=${netbeans.home}/modules/ext/junit-4.8.2.jar
     3.8 +junit.jar=${netbeans.home}/modules/ext/junit-4.10.jar
     3.9  
    3.10  run.cp=${cp}:${classes.dir}:${extra.run.cp}
    3.11  test.cp=${cp}:${classes.dir}:${junit.jar}:${extra.test.cp}