1 2 3 4 5 6 7 8 9 10 11
--- a/build.xml +++ b/build.xml @@ -505,7 +505,7 @@ </target> <target name="build" - depends="init,retrieve,setup,compile,test" + depends="init,retrieve,setup,compile" description="build the jEdit JAR-file with full debug-information"> <mkdir dir="${jar.location}"/> <jar destfile="${jar.location}/${jar.filename}"