|
From: <rm...@hy...> - 2007-03-28 18:08:48
|
Author: rmorgan Date: 2007-03-28 10:08:44 -0800 (Wed, 28 Mar 2007) New Revision: 3941 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=3941 Modified: trunk/build.xml Log: Only include hqu_plugins for rendit-deploy, rendit_sys is deployed into the ear. Modified: trunk/build.xml =================================================================== --- trunk/build.xml 2007-03-28 13:04:45 UTC (rev 3940) +++ trunk/build.xml 2007-03-28 18:08:44 UTC (rev 3941) @@ -449,7 +449,9 @@ <fileset dir="${rendit_sys.dir}"/> </copy> <copy todir="${jboss.home}"> - <fileset dir="${basedir}/ui_plugins"/> + <fileset dir="${basedir}/ui_plugins"> + <include name="hqu_*/**"/> + </fileset> </copy> </target> |