|
From: <ls...@us...> - 2007-04-21 13:17:52
|
Revision: 3172
http://jnode.svn.sourceforge.net/jnode/?rev=3172&view=rev
Author: lsantha
Date: 2007-04-21 06:17:50 -0700 (Sat, 21 Apr 2007)
Log Message:
-----------
Factored out the code related to emulation.
Modified Paths:
--------------
trunk/distr/build.xml
Modified: trunk/distr/build.xml
===================================================================
--- trunk/distr/build.xml 2007-04-21 13:11:19 UTC (rev 3171)
+++ trunk/distr/build.xml 2007-04-21 13:17:50 UTC (rev 3172)
@@ -36,6 +36,7 @@
<target name="compile" depends="prepare">
<jnode.compile>
<src path="${my-src.dir}/apps"/>
+ <src path="${my-src.dir}/emu"/>
<src path="${my-src.dir}/install"/>
<classpath refid="my-cp"/>
</jnode.compile>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|