remove TinySound from build, fixes #653

master
melvinzhang 2016-04-05 21:07:41 +08:00
parent 178f036b6f
commit 2020adb77b
1 changed files with 0 additions and 4 deletions

View File

@ -44,10 +44,6 @@
<get src="http://repo1.maven.org/maven2/org/json/json/20140107/json-20140107.jar"
dest="${lib}/json-20140107.jar"
skipexisting="true" />
<echo message="downloading TinySound library to ${lib}"/>
<get src="https://github.com/yadarts/maven/raw/master/kuusisto/tinysound/1.1.1/tinysound-1.1.1.jar"
dest="${lib}/tinysound-1.1.1.jar"
skipexisting="true" />
</target>
<!-- init - Create temporary directory to build the program -->