Skip to content

Commit

Permalink
Updated build.xml to v1.0 Beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Arends authored Dec 30, 2016
1 parent 5b30ba1 commit 933a9d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

<target name="compile" depends="clean">
<mkdir dir="build/classes"/>
<mkdir dir="build/classes/Font"/>
<copy todir="build/classes/Font">
<fileset dir="Java/res/Font">
<exclude name="**/*.java"/>
</fileset>
</copy>
<javac srcdir="Java/src" destdir="build/classes"/>
</target>

Expand All @@ -24,5 +18,4 @@
</target>

<target name="main" depends="jar"/>

</project>

0 comments on commit 933a9d3

Please sign in to comment.