Skip to content
Snippets Groups Projects
Commit abfb296d authored by ankraft's avatar ankraft
Browse files

Removed unnecessary ant tasks.

Added page with task descriptions, links and licenses.
parent 3960fac8
No related branches found
No related tags found
No related merge requests found
......@@ -9,31 +9,10 @@
</classpath>
</taskdef>
<!-- BND tool -->
<taskdef resource="aQute/bnd/ant/taskdef.properties">
<classpath>
<pathelement location="${path.libs}/ant/bnd-0.0.378.jar"/>
</classpath>
</taskdef>
<!-- Set the log level -->
<taskdef name="setloglevel"
classname="de.berkom.ehome.tools.ant.setloglevel.SetLogLevel"
classpath="${path.libs}/ant/antSetLogLevel.jar"/>
<!-- Ant Thinlet Dialog -->
<taskdef name="dialog"
classname="de.berkom.ehome.tools.ant.dialog.Dialog"
classpath="${path.libs}/ant/antDialog.jar"/>
<!-- SVN Library -->
<taskdef resource="org/tigris/subversion/svnant/svnantlib.xml">
<classpath>
<pathelement location="${path.libs}/ant/svnant.jar"/>
<pathelement location="${path.libs}/ant/svnClientAdapter.jar"/>
<pathelement location="${path.libs}/ant/svnjavahl.jar"/>
</classpath>
</taskdef>
</project>
......@@ -12,7 +12,8 @@ The files referenced in this document point to version **2.0** of the SDT.
- [xml.xsd](src/xml.xsd) : General schema definitions for the SDT
- [SDT/schema2.0/test/](test/) : This directory contains all XML files with SDT definitions that should be validated whether they conform to the SDT schema. This could be example definitions or contributions.
- [SDT/schema2.0/build.xml](build.xml) : This is the definition file for the ant build system.
- [SDT/schema2.0/etc/](etc/), [SDT/schema2.0/lib/](lib/), [SDT/schema2.0/style/](style/) : internal directories for the build system. Please, don't make unnecessary changes to these files.
- [SDT/schema2.0/etc/](etc/), [SDT/schema2.0/style/](style/) : internal directories for the build system. Please, don't make unnecessary changes to these files.
- [SDT/schema2.0/lib/](lib/) : Tasks for the ant-based build system. See also [SDT Build System Components and Licenses](SDT%20Build%20System%20Components%20and%20Licenses.md).
## Installation
- Install Java on your computer
......
......@@ -9,31 +9,10 @@
</classpath>
</taskdef>
<!-- BND tool -->
<taskdef resource="aQute/bnd/ant/taskdef.properties">
<classpath>
<pathelement location="${path.libs}/ant/bnd-0.0.378.jar"/>
</classpath>
</taskdef>
<!-- Set the log level -->
<taskdef name="setloglevel"
classname="de.berkom.ehome.tools.ant.setloglevel.SetLogLevel"
classpath="${path.libs}/ant/antSetLogLevel.jar"/>
<!-- Ant Thinlet Dialog -->
<taskdef name="dialog"
classname="de.berkom.ehome.tools.ant.dialog.Dialog"
classpath="${path.libs}/ant/antDialog.jar"/>
<!-- SVN Library -->
<taskdef resource="org/tigris/subversion/svnant/svnantlib.xml">
<classpath>
<pathelement location="${path.libs}/ant/svnant.jar"/>
<pathelement location="${path.libs}/ant/svnClientAdapter.jar"/>
<pathelement location="${path.libs}/ant/svnjavahl.jar"/>
</classpath>
</taskdef>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment