Build: Delete filtered sources after compilation, so that you won't accidentally open and edit them in Eclipse when navigating to a class by name.
Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/3c8d41e1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/3c8d41e1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/3c8d41e1 Branch: refs/heads/2.3-gae Commit: 3c8d41e129f31ea7330087d661aa3634f9a5c297 Parents: aced7b8 Author: ddekany <[email protected]> Authored: Sat May 28 15:39:15 2016 +0200 Committer: ddekany <[email protected]> Committed: Sat May 28 15:39:15 2016 +0200 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/3c8d41e1/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 895543c..2e12323 100644 --- a/build.xml +++ b/build.xml @@ -366,6 +366,8 @@ <copy toDir="build/classes/META-INF"> <fileset dir="src/dist/jar/META-INF" includes="*" /> </copy> + + <delete dir="build/src-main-java-filtered" /> </target> <target name="compileTest" depends="compile">
