File tree Expand file tree Collapse file tree 16 files changed +22
-33
lines changed
test/org/hibernate/jsr303/tck/util Expand file tree Collapse file tree 16 files changed +22
-33
lines changed Original file line number Diff line number Diff line change 2020 <gwt .javac srcdir =" test" destdir =" ${ javac.junit.out } " >
2121 <classpath >
2222 <pathelement location =" ${ javac.out } " />
23- <pathelement location =" ${ gwt.tools.lib } /junit/junit-3 .8.1 .jar" />
23+ <pathelement location =" ${ gwt.tools.lib } /junit/junit-4 .8.2 .jar" />
2424 </classpath >
2525 </gwt .javac>
2626 </target >
Original file line number Diff line number Diff line change 190190 <sequential >
191191 <taskdef name =" junit" classname =" org.apache.tools.ant.taskdefs.optional.junit.JUnitTask" >
192192 <classpath >
193- <pathelement location =" ${gwt.tools.lib}/junit/junit-3 .8.1 .jar" />
193+ <pathelement location =" ${gwt.tools.lib}/junit/junit-4 .8.2 .jar" />
194194 <pathelement location =" ${gwt.tools.antlib}/ant-junit-1.6.5.jar" />
195195 <pathelement location =" ${gwt.tools.lib}/selenium/selenium-java-client-driver.jar" />
196196 </classpath >
233233 <path refid =" project.classpath.class" />
234234 <pathelement location =" ${emma.lib}" />
235235 <pathelement location =" ${gwt.dev.staging.jar}" />
236- <pathelement location =" ${gwt.tools.lib}/junit/junit-3 .8.1 .jar" />
236+ <pathelement location =" ${gwt.tools.lib}/junit/junit-4 .8.2 .jar" />
237237 <pathelement location =" ${gwt.tools.lib}/selenium/selenium-java-client-driver.jar" />
238238 <pathelement location =" ${gwt.tools.lib}/w3c/sac/sac-1.3.jar" />
239239 <pathelement location =" ${gwt.tools.lib}/w3c/flute/flute-1.3-gg1.jar" />
Original file line number Diff line number Diff line change 2727 <classpath >
2828 <pathelement location =" ${ javac.out } " />
2929 <pathelement location =" ${ alldeps.jar } " />
30- <pathelement location =" ${ gwt.tools.lib } /junit/junit-3 .8.1 .jar" />
30+ <pathelement location =" ${ gwt.tools.lib } /junit/junit-4 .8.2 .jar" />
3131 </classpath >
3232 </gwt .javac>
3333 <gwt .javac srcdir =" ${ gwt.root } /user/src" destdir =" ${ javac.junit.out } "
3434 excludes =" **/super/**" >
3535 <classpath >
3636 <pathelement location =" ${ javac.out } " />
3737 <pathelement location =" ${ gwt.tools.lib } /tomcat/servlet-api-2.5.jar" />
38- <pathelement location =" ${ gwt.tools.lib } /junit/junit-3 .8.1 .jar" />
38+ <pathelement location =" ${ gwt.tools.lib } /junit/junit-4 .8.2 .jar" />
3939 <pathelement location =" ${ gwt.tools.lib } /jfreechart/jfreechart-1.0.3.jar" />
4040 <pathelement location =" ${ gwt.tools.lib } /selenium/selenium-java-client-driver.jar" />
4141 <pathelement location =" ${ gwt.tools.lib } /w3c/sac/sac-1.3.jar" />
213213 <pathelement location =" ${ gwt.tools.lib } /apache/ant-1.6.5.jar" />
214214 <pathelement location =" ${ gwt.tools.lib } /eclipse/jdt-3.4.2.jar" />
215215 <pathelement location =" ${ gwt.tools.lib } /tomcat/commons-collections-3.1.jar" />
216- <pathelement location =" ${ gwt.tools.lib } /junit/junit-3 .8.1 .jar" />
216+ <pathelement location =" ${ gwt.tools.lib } /junit/junit-4 .8.2 .jar" />
217217 <pathelement location =" ${ gwt.tools.lib } /guava/guava-r06/guava-r06-rebased-2.jar" />
218218 </classpath >
219219 </gwt .javac>
224224 <src path =" core/src" />
225225 <classpath >
226226 <pathelement location =" ${ alldeps.jar } " />
227- <pathelement location =" ${ gwt.tools.lib } /junit/junit-3 .8.1 .jar" />
227+ <pathelement location =" ${ gwt.tools.lib } /junit/junit-4 .8.2 .jar" />
228228 </classpath >
229229 </gwt .javac>
230230 <copy todir =" ${ javac.out } " >
Original file line number Diff line number Diff line change 2626 <pathelement location =" ${ gwt.dev.jar } " />
2727 <pathelement location =" ${ gwt.user.jar } " />
2828 <pathelement location =" ${ gwt.tools } /redist/json/r2_20080312/json-1.5.jar" />
29- <pathelement location =" ${ gwt.tools.lib } /junit/junit-3 .8.1 .jar" />
29+ <pathelement location =" ${ gwt.tools.lib } /junit/junit-4 .8.2 .jar" />
3030 <pathelement location =" ${ gwt.tools.lib } /javax/validation/validation-api-1.0.0.GA.jar" />
3131 <pathelement location =" ${ gwt.tools.lib } /javax/validation/validation-api-1.0.0.GA-sources.jar" />
3232 <pathelement location =" ${ gwt.tools.lib } /jfreechart/jfreechart-1.0.3.jar" />
Original file line number Diff line number Diff line change 44 <classpathentry kind =" src" path =" core/test" />
55 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
66 <classpathentry kind =" var" path =" GWT_TOOLS/lib/apache/ant-1.6.5.jar" sourcepath =" /GWT_TOOLS/lib/apache/ant-1.6.5-src.zip" />
7- <classpathentry exported =" true" kind =" var" path =" GWT_TOOLS/lib/junit/junit-3 .8.1 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-3 .8.1 -src.zip" />
7+ <classpathentry exported =" true" kind =" var" path =" GWT_TOOLS/lib/junit/junit-4 .8.2 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-4 .8.2 -src.zip" />
88 <classpathentry kind =" output" path =" bin" />
99</classpath >
Original file line number Diff line number Diff line change 88 <classpathentry kind =" var" path =" GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2.jar" sourcepath =" /GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2-src.zip" />
99 <classpathentry kind =" var" path =" GWT_TOOLS/lib/eclipse/jdt-3.4.2.jar" sourcepath =" /GWT_TOOLS/lib/eclipse/jdt-3.4.2-src.zip" />
1010 <classpathentry kind =" var" path =" GWT_TOOLS/lib/jetty/jetty-6.1.11.jar" sourcepath =" /GWT_TOOLS/lib/jetty/jetty-6.1.11-src.zip" />
11- <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-3 .8.1 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-3 .8.1 -src.zip" />
11+ <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-4 .8.2 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-4 .8.2 -src.zip" />
1212 <classpathentry kind =" var" path =" GWT_TOOLS/lib/tomcat/ant-launcher-1.6.5.jar" />
1313 <classpathentry kind =" var" path =" GWT_TOOLS/lib/tomcat/catalina-1.0.jar" />
1414 <classpathentry kind =" var" path =" GWT_TOOLS/lib/tomcat/catalina-optional-1.0.jar" />
4040 <classpathentry kind =" var" path =" GWT_TOOLS/lib/htmlunit/htmlunit-r5940/htmlunit-core-js-r5940.jar" sourcepath =" /GWT_TOOLS/lib/htmlunit/htmlunit-r5940/htmlunit-core-js-r5940-sources.jar" />
4141 <classpathentry kind =" var" path =" GWT_TOOLS/lib/htmlunit/htmlunit-r5940/htmlunit-r5940.jar" sourcepath =" /GWT_TOOLS/lib/htmlunit/htmlunit-r5940/htmlunit-r5940-sources.jar" />
4242 <classpathentry kind =" var" path =" GWT_TOOLS/lib/protobuf/protobuf-2.2.0/protobuf-java-rebased-2.2.0.jar" />
43- <classpathentry kind =" var" path =" GWT_TOOLS/lib/guava/guava-r06/guava-r06-rebased.jar" />
43+ <classpathentry kind =" var" path =" GWT_TOOLS/lib/guava/guava-r06/guava-r06-rebased.jar" />
4444 <classpathentry kind =" output" path =" bin" />
4545</classpath >
Original file line number Diff line number Diff line change 55 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
66 <classpathentry kind =" var" path =" GWT_TOOLS/lib/apache/ant-1.6.5.jar" sourcepath =" /GWT_TOOLS/lib/apache/ant-1.6.5-src.zip" />
77 <classpathentry kind =" var" path =" GWT_TOOLS/lib/eclipse/jdt-3.4.2.jar" sourcepath =" /GWT_TOOLS/lib/eclipse/jdt-3.4.2-src.zip" />
8- <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-3 .8.1 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-3 .8.1 -src.zip" />
8+ <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-4 .8.2 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-4 .8.2 -src.zip" />
99 <classpathentry kind =" var" path =" GWT_TOOLS/lib/tomcat/commons-collections-3.1.jar" sourcepath =" /GWT_TOOLS/lib/tomcat/commons-collections-3.1-src.zip" />
1010 <classpathentry kind =" var" path =" GWT_TOOLS/lib/guava/guava-r06/guava-r06-rebased.jar" />
1111 <classpathentry kind =" output" path =" bin" />
Original file line number Diff line number Diff line change 33 <classpathentry kind =" src" path =" core/src" />
44 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
55 <classpathentry combineaccessrules =" false" kind =" src" path =" /gwt-user" />
6- <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-3 .8.1 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-3.8.1-src.zip" />
6+ <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-4 .8.2 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-3.8.1-src.zip" />
77 <classpathentry kind =" var" path =" GWT_TOOLS/lib/tomcat/servlet-api-2.4.jar" />
88 <classpathentry combineaccessrules =" false" kind =" src" path =" /gwt-dev" />
99 <classpathentry kind =" output" path =" bin" />
Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
44 <classpathentry excluding =" **/rebind/|**/tools/|com/google/gwt/json/|com/google/gwt/junit/*.java|com/google/gwt/junit/benchmarks/|com/google/gwt/junit/client/Benchmark.java|com/google/gwt/junit/client/GWTTestCase.java|com/google/gwt/junit/remote/|com/google/gwt/junit/server/" kind =" src" path =" core/src" />
5- <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-3 .8.1 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-3 .8.1 -src.zip" />
5+ <classpathentry kind =" var" path =" GWT_TOOLS/lib/junit/junit-4 .8.2 .jar" sourcepath =" /GWT_TOOLS/lib/junit/junit-4 .8.2 -src.zip" />
66 <classpathentry kind =" var" path =" GWT_TOOLS/lib/tomcat/servlet-api-2.4.jar" />
77 <classpathentry combineaccessrules =" false" kind =" src" path =" /gwt-user" />
88 <classpathentry combineaccessrules =" false" kind =" src" path =" /gwt-dev" />
Original file line number Diff line number Diff line change 33 <classpathentry kind =" src" path =" core/src" />
44 <classpathentry kind =" src" path =" core/test" />
55 <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
6- <classpathentry kind =" con " path =" org.eclipse.jdt. junit.JUNIT_CONTAINER/3 " />
6+ <classpathentry exported = " true " kind =" var " path =" GWT_TOOLS/lib/junit/junit-4.8.2.jar " sourcepath = " /GWT_TOOLS/lib/ junit/junit-4.8.2-src.zip " />
77 <classpathentry combineaccessrules =" false" exported =" true" kind =" src" path =" /gwt-dev" />
88 <classpathentry kind =" var" path =" GWT_TOOLS/lib/apache/ant-1.7.1.jar" />
99 <classpathentry kind =" output" path =" bin" />
You can’t perform that action at this time.
0 commit comments