[Appsunit-develop] [cvscommit] project/resources/ant build.xml, NONE, 1.1 build.properties.sample,
Status: Beta
Brought to you by:
jancumps
|
From: Jan C. <jan...@us...> - 2006-09-23 13:06:08
|
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> |