Update of /cvsroot/junit/junit
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28163
Modified Files:
build.xml .classpath
Log Message:
No tests rely on hamcrest-all
Index: build.xml
===================================================================
RCS file: /cvsroot/junit/junit/build.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- build.xml 2 Jul 2007 18:10:57 -0000 1.29
+++ build.xml 9 Jul 2007 18:49:22 -0000 1.30
@@ -15,7 +15,7 @@
<property name="javadocdir" value="${dist}/javadoc" />
<property name="javadoczip" value="${dist}-javadoc.zip" />
<property name="javadocpackages" value="org.junit, org.junit.runner, org.junit.runner.description, org.junit.runner.manipulation, org.junit.runner.notification, org.junit.runners, org.hamcrest.core" />
- <property name="hamcrestlib" value="lib/hamcrest-core-SNAPSHOT.jar" />
+ <property name="hamcrestlib" value="lib/hamcrest-core-1.1.jar" />
<property name="hamcrestsrc" value="${dist}/temp.hamcrest.source" />
<target name="init">
Index: .classpath
===================================================================
RCS file: /cvsroot/junit/junit/.classpath,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- .classpath 6 Jul 2007 16:04:09 -0000 1.12
+++ .classpath 9 Jul 2007 18:49:22 -0000 1.13
@@ -2,10 +2,9 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/hamcrest-core-1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="testlib/jmock-2.2.0-RC1.jar"/>
<classpathentry kind="lib" path="testlib/cglib-nodep-2.2_beta1.jar"/>
<classpathentry kind="lib" path="testlib/objenesis-1.0.jar"/>
- <classpathentry kind="lib" path="testlib/hamcrest-library-SNAPSHOT.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|