summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorxue <>2006-06-19 03:48:07 +0000
committerxue <>2006-06-19 03:48:07 +0000
commitd9a6e743bff30c14b8235d62858a0ccdbe8910c6 (patch)
treefab440f0827c586189dddfb63ddcaecc0e122886 /build.xml
parentfbfe148a617e1a170bf702a3c476b6012aa16540 (diff)
updated build.xml for chmod
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index ea7cd645..3959a478 100644
--- a/build.xml
+++ b/build.xml
@@ -86,9 +86,9 @@
Writable files and directories
-->
<fileset dir="." id="writables">
- <include name="demos/**/runtime" />
- <include name="demos/**/assets" />
- <include name="demos/blog/protected/Data" />
+ <include name="${build.src.dir}/demos/**/runtime" />
+ <include name="${build.src.dir}/demos/**/assets" />
+ <include name="${build.src.dir}/demos/blog/protected/Data" />
</fileset>
<target name="help">
@@ -131,7 +131,7 @@
</copy>
<echo>Changing file permissions...</echo>
- <chmod mode="777">
+ <chmod mode="0777">
<fileset refid="writables" />
</chmod>
@@ -385,4 +385,4 @@
<exec command="sudo pear uninstall pear.pradosoft.com/prado3" dir="." passthru="true"/>
</target>
-->
-</project> \ No newline at end of file
+</project>