Build 0.2.0.

This commit is contained in:
Christian P. MOMON 2013-06-26 23:36:12 +02:00
parent 005972a278
commit fe1bb291cd
3 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/junit-4.11.jar" sourcepath="lib/junit-4.11-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.5.jar"/>

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Wed Jun 26 23:25:37 CEST 2013
build.number=0
#Wed Jun 26 23:30:57 CEST 2013
build.number=1

View file

@ -1,5 +1,6 @@
package one;
import org.junit.Assert;
import org.junit.Test;
public class Foo2Test
@ -14,7 +15,7 @@ public class Foo2Test
public void test2a()
{
// logger.debug("===== test starting...");
Assert.assertEquals(true, true);
// logger.debug("===== test done.");
}