|
From: <fd...@us...> - 2008-11-11 06:57:03
|
Revision: 4699
http://jnode.svn.sourceforge.net/jnode/?rev=4699&view=rev
Author: fduminy
Date: 2008-11-11 06:56:52 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
added junit 4 to classpath of JNode-Core
Modified Paths:
--------------
trunk/all/build.xml
trunk/core/.classpath
trunk/core/build.xml
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2008-11-10 22:09:27 UTC (rev 4698)
+++ trunk/all/build.xml 2008-11-11 06:56:52 UTC (rev 4699)
@@ -80,6 +80,7 @@
<property name="asm-util.jar" value="${root.dir}/core/lib/asm-util-1.5.3.jar"/>
<property name="jcfe.jar" value="${root.dir}/core/lib/jcfe.jar"/>
<property name="jfunc.jar" value="${root.dir}/core/lib/jfunc.jar"/>
+ <property name="junit4.jar" value="${root.dir}/distr/lib/junit-4.1.jar"/>
<property name="log4j.jar" value="${root.dir}/core/lib/log4j-1.2.8.jar"/>
<property name="gnu-crypto.jar" value="${root.dir}/core/lib/gnu-crypto.jar"/>
Modified: trunk/core/.classpath
===================================================================
--- trunk/core/.classpath 2008-11-10 22:09:27 UTC (rev 4698)
+++ trunk/core/.classpath 2008-11-11 06:56:52 UTC (rev 4699)
@@ -29,5 +29,6 @@
<classpathentry exported="true" kind="lib" path="lib/asm-attrs-1.5.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/asm-util-1.5.3.jar"/>
<classpathentry kind="lib" path="lib/mauve.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
Modified: trunk/core/build.xml
===================================================================
--- trunk/core/build.xml 2008-11-10 22:09:27 UTC (rev 4698)
+++ trunk/core/build.xml 2008-11-11 06:56:52 UTC (rev 4699)
@@ -13,6 +13,7 @@
<!-- Subproject specific classpath -->
<path id="my-cp">
<path refid="cp"/>
+ <pathelement location="${junit4.jar}"/>
<pathelement location="${mmtk.jar}"/>
<pathelement location="${mauve.jar}"/>
</path>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|