Using Phing as build-tool

This commit is contained in:
2019-06-05 00:10:35 +02:00
parent d329257704
commit 7cbbf2cd88
5 changed files with 353 additions and 284 deletions

8
build.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="dossier" default="help" basedir=".">
<property file="${project.basedir}/build.properties" />
<target name="help">
<echo msg="Bootstrapped!" />
</target>
</project>