From 014002dac49088b14a6e54fff3e596d86d69c4e2 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 12 Jun 2007 11:43:49 +0000 Subject: [PATCH] change the way standard targets (defined in build-common.xml) are used: Looks like method overwriting on OO SVN: 476 --- authentication/build/build.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/authentication/build/build.xml b/authentication/build/build.xml index 7e4b6430b37..602c376bb3e 100644 --- a/authentication/build/build.xml +++ b/authentication/build/build.xml @@ -2,12 +2,4 @@ <import file="../../build_resources/ant/build-common.xml" /> <project-classpath name="ecp" classes="${classes}" /> - <target name="compile"> - <antcall target="-compile" /> - </target> - - <target name="compile-tests"> - <antcall target="-compile-tests" /> - </target> - </project> \ No newline at end of file -- GitLab