Update of /cvsroot/appsunit/project/resources/ant
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28526
Added Files:
build.xml build.properties.sample
Log Message:
Adding neccessary infra for users to start a test project.
--- NEW FILE: build.properties.sample ---
--- NEW FILE: build.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<project name="changeme" default="all" basedir=".">
<property file="build.properties"/>
<target name="clean">
</target>
<target name="init">
</target>
<target name="build">
</target>
<target name="test">
</target>
<target name="all">
</target>
</project>
|