--- old/make/idea/template/src/idea/IdeaLoggerWrapper.java 2020-04-29 12:10:51.276610830 +0200 +++ /dev/null 2020-02-11 10:29:13.086348146 +0100 @@ -1,13 +0,0 @@ -package idea; - -import org.apache.tools.ant.Task; - -/** - * This class implements a custom Ant task which replaces the standard Intellij IDEA Ant logger - * with a custom one which generates tighter output. - */ -public class IdeaLoggerWrapper extends Task { - public void execute() { - new JdkIdeaAntLogger(getProject()); - } -} --- /dev/null 2020-02-11 10:29:13.086348146 +0100 +++ new/make/ide/idea/jdk/template/src/idea/IdeaLoggerWrapper.java 2020-04-29 12:10:50.896610833 +0200 @@ -0,0 +1,13 @@ +package idea; + +import org.apache.tools.ant.Task; + +/** + * This class implements a custom Ant task which replaces the standard Intellij IDEA Ant logger + * with a custom one which generates tighter output. + */ +public class IdeaLoggerWrapper extends Task { + public void execute() { + new JdkIdeaAntLogger(getProject()); + } +}