Browse Source

Build tweaks

microsub
J. King 7 years ago
parent
commit
525a039d3f
  1. 2
      build.xml

2
build.xml

@ -22,6 +22,8 @@
<include name="composer.*"/> <include name="composer.*"/>
</fileset> </fileset>
</delete> </delete>
<echo>Generating example configuration file</echo>
<exec command="php arsse.php conf save-defaults config.defaults.php" dir="./build/arsse"/>
</target> </target>
<target name="clean"> <target name="clean">

Loading…
Cancel
Save