Add H2 database library to build.xml; remove obsolete reference to tinysound.

master
lodici 2017-01-30 13:54:57 +00:00
parent 43fba177f4
commit fe302baf0c
1 changed files with 6 additions and 2 deletions

View File

@ -44,6 +44,10 @@
<get src="http://repo1.maven.org/maven2/org/json/json/20140107/json-20140107.jar"
dest="${lib}/json-20140107.jar"
skipexisting="true" />
<echo message="downloading H2 database library to ${lib}"/>
<get src="http://repo2.maven.org/maven2/com/h2database/h2/1.4.193/h2-1.4.193.jar"
dest="${lib}/h2-1.4.193.jar"
skipexisting="true" />
</target>
<!-- init - Create temporary directory to build the program -->
@ -84,7 +88,7 @@
lib/commons-io-2.4.jar
lib/trident-1.3.jar
lib/json-20140107.jar
lib/tinysound-1.1.1.jar" />
lib/h2-1.4.193.jar" />
</manifest>
</jar>
</target>
@ -99,7 +103,7 @@
lib/commons-io-2.4.jar
lib/trident-1.3.jar
lib/json-20140107.jar
lib/tinysound-1.1.1.jar" />
lib/h2-1.4.193.jar" />
</manifest>
</jar>
</target>