added external libraries

git-svn-id: http://imagej-hdf.googlecode.com/svn/trunk@5 1917c786-bb84-a533-1332-c8e2925cefa8
This commit is contained in:
matthiasch@googlemail.com
2011-06-16 07:20:15 +00:00
parent 9baf015e1f
commit 0882f5a255
14 changed files with 92 additions and 1 deletions

View File

@@ -26,7 +26,9 @@
<fail message="You have to set $IJCLASSPATH / %IJCLASSPATH% before
running Ant!">
<condition>
<equals arg1="${env.IJCLASSPATH}" arg2=""/>
<not>
<isset property="env.IJCLASSPATH"/>
</not>
</condition>
</fail>
@@ -46,6 +48,7 @@
destdir="${build}"
source="1.6"
target="1.6"
includeantruntime="false"
classpath="${toString:lib.hdf.path}:${env.IJCLASSPATH}">
<compilerarg value="-Xlint:all -deprecation"/>
</javac>