Fixing comment syntax error in build.xml

This commit is contained in:
Kiall Mac Innes 2011-01-03 04:23:56 +00:00
parent 0d8645b1af
commit a73f6848e3

View file

@ -222,7 +222,7 @@
<!-- Build a release .zip -->
<target name="dist">
<-- There has to be a better way to allow this to be overridden, and allow for detecting Hudson vars -->
<!-- There has to be a better way to allow this to be overridden, and allow for detecting Hudson vars -->
<if>
<isset property="dist.filename" />
<else>
@ -256,6 +256,7 @@
<exclude name="build.xml" />
<exclude name="phpunit.xml" />
<exclude name="**/tests/**" />
<!-- SCM Files -->
<exclude name="**/.git/**" />
<exclude name="**/.git*" />