|
From: <ls...@us...> - 2009-07-09 10:37:38
|
Revision: 5599
http://jnode.svn.sourceforge.net/jnode/?rev=5599&view=rev
Author: lsantha
Date: 2009-07-09 10:37:37 +0000 (Thu, 09 Jul 2009)
Log Message:
-----------
Added path to unpack200.
Modified Paths:
--------------
trunk/all/build.xml
Modified: trunk/all/build.xml
===================================================================
--- trunk/all/build.xml 2009-07-07 14:07:37 UTC (rev 5598)
+++ trunk/all/build.xml 2009-07-09 10:37:37 UTC (rev 5599)
@@ -288,7 +288,7 @@
<then>
<delete file="${classlib.jar}"/>
<echo message="Creating ${classlib.jar}"/>
- <exec executable="unpack200">
+ <exec executable="${java.home}/bin/unpack200">
<arg file="${root.dir}/all/lib/classlib.pack.gz"/>
<arg file="${classlib.jar}"/>
</exec>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|