From abfb296dac2dc59c2d99e8d9c1df831c4734b999 Mon Sep 17 00:00:00 2001
From: ankraft <an.kraft@googlemail.com>
Date: Thu, 23 Jul 2015 14:32:11 +0200
Subject: [PATCH] Removed unnecessary ant tasks. Added page with task
 descriptions, links and licenses.

---
 SDT/schema/etc/anttasks.xml            | 21 ---------------------
 SDT/schema2.0/docs/SDT Build System.md |  3 ++-
 SDT/schema2.0/etc/anttasks.xml         | 21 ---------------------
 3 files changed, 2 insertions(+), 43 deletions(-)

diff --git a/SDT/schema/etc/anttasks.xml b/SDT/schema/etc/anttasks.xml
index a2035d5..1d731eb 100644
--- a/SDT/schema/etc/anttasks.xml
+++ b/SDT/schema/etc/anttasks.xml
@@ -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>
 
diff --git a/SDT/schema2.0/docs/SDT Build System.md b/SDT/schema2.0/docs/SDT Build System.md
index 22e57b5..3411fa9 100644
--- a/SDT/schema2.0/docs/SDT Build System.md	
+++ b/SDT/schema2.0/docs/SDT Build System.md	
@@ -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
diff --git a/SDT/schema2.0/etc/anttasks.xml b/SDT/schema2.0/etc/anttasks.xml
index a2035d5..1d731eb 100644
--- a/SDT/schema2.0/etc/anttasks.xml
+++ b/SDT/schema2.0/etc/anttasks.xml
@@ -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>
 
-- 
GitLab