Mail Archive Home | byline-commits List | September 2004 Index
| <-- Date Index --> | <-- Thread Index --> |
Author: dgregoro
Date: 2004-09-11 01:18:53 +0200 (Sat, 11 Sep 2004)
New Revision: 21
Modified:
tools/devel/trunk/xsl/build-template.xsl
Log:
make the deploy bin directory so that the chmod doesn't fail
Modified: tools/devel/trunk/xsl/build-template.xsl
===================================================================
--- tools/devel/trunk/xsl/build-template.xsl 2004-09-10 16:43:36 UTC (rev
20)
+++ tools/devel/trunk/xsl/build-template.xsl 2004-09-10 23:18:53 UTC (rev
21)
@@ -856,6 +856,7 @@
</target>
<!-- Deploy bin -->
<target name="deploy-bin-{$name}" depends="init">
+ <mkdir dir="${{deploy.bin.dir.{$name}}}"/>
<copy todir="${{deploy.bin.dir.{$name}}}">
<fileset dir="{$name}">
<include name="${{bin.dir}}/**"/>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.