|
From: wus <wu...@us...> - 2005-07-01 15:38:23
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8463 Modified Files: build.xml Log Message: just add a secrete check Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- build.xml 1 Jul 2005 15:22:09 -0000 1.39 +++ build.xml 1 Jul 2005 15:38:14 -0000 1.40 @@ -480,7 +480,7 @@ </copy> </target> -<target name="cobricks2jetspeed"> +<target name="cobricks2jetspeed" if="jetspeed.home"> <!-- copy Cobricks configuration for jetspeed--> <copy todir="${build.home}/webapps/jetspeed"> <fileset dir="${web.home}/jetspeed"/> |