Archived
0

Initial commit

This commit is contained in:
Pepich
2017-11-15 18:37:23 +01:00
parent 3643549485
commit 3396d30479

7
build.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="makejar" default="makejar" basedir=".">
<target name ="makejar" description="Create a jar for the Faucet project">
<jar jarfile="Faucet.jar" includes="*.class" basedir="bin"/>
<echo>"This is a test"</echo>
</target>
</project>