|
From: <rm...@hy...> - 2007-03-24 17:39:19
|
Author: rmorgan Date: 2007-03-24 09:39:11 -0800 (Sat, 24 Mar 2007) New Revision: 3860 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3860 Modified: trunk/build.xml Log: Fix build. Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2007-03-24 11:38:55 UTC (rev 3859) +++ trunk/build.xml 2007-03-24 17:39:11 UTC (rev 3860) @@ -73,7 +73,7 @@ <property name="installer.dir" value="${build.dir}/installer"/> <property name="rendit_sys.dir" - value="${basedir}/src/org/hyperic/hq/ui/rendit/rendit_sys"/> + value="${basedir}/ui_plugins/rendit_sys"/> <path id="pdknative"> <fileset dir="${sigar.lib}" includes="*.jar" /> |