Implement Data utility to encapsulate resource management
[jpim.git] / build.xml
index 99ba17a..ecc9433 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -35,7 +35,7 @@
                <java fork="true" classpath="${build}" classpathref="classpath" classname="${main}" />
        </target>
 
-       <target name="build-tests" depends="build" description="Compile tests">
+       <target name="build-tests" depends="build">
                <javac srcdir="${test}" destdir="${build}" classpath="${build}" classpathref="classpath" />
        </target>