Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] com.chartle.ant.jar

See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=319203#c33


The full source code is commited. It is inside the jar file including
proper copyright notices.

The code is a ANT task. To keep the project error-free without adding the
dependency ant.jar I decided to put it directly into the jar. The ANT
task is not really part of this
project but merely a build tool. So as to separate it from the rest of
the project I put
everything, including the sources for the ANT task, in a single jar
file.

I can also put the sources in the project src folder and add the
ant.jar dependency or we simply live with the compiler errors.

Let me know what you prefer.


Back to the top