Archived
0

Delete build.xml

This commit is contained in:
Pepich
2017-11-15 18:38:18 +01:00
committed by GitHub
parent 3396d30479
commit 9e9b4df5b7

View File

@@ -1,7 +0,0 @@
<?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>