Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker.docs/build-helper.xml')
-rw-r--r--containers/org.eclipse.linuxtools.docker.docs/build-helper.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.docs/build-helper.xml b/containers/org.eclipse.linuxtools.docker.docs/build-helper.xml
index 672ce0ccf3..b443584bdb 100644
--- a/containers/org.eclipse.linuxtools.docker.docs/build-helper.xml
+++ b/containers/org.eclipse.linuxtools.docker.docs/build-helper.xml
@@ -7,15 +7,6 @@
<property name="help.doc.url.base" value="http://wiki.eclipse.org" />
<path id="tasks.classpath" path="bin" />
- <path id="wikitext.classpath">
- <!-- Replace dir with the dir you have wikitext installed into.-->
- <fileset dir="/usr/share/eclipse/droplets/mylyn-docs/eclipse/plugins">
- <include name="*.jar" />
- </fileset>
- </path>
-
- <taskdef classpathref="wikitext.classpath" resource="org/eclipse/mylyn/wikitext/mediawiki/core/ant/tasks.properties" />
- <!-- <taskdef classpathref="wikitext.tasks.classpath" resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties" /> -->
<target name="all" description="Generate Eclipse help content for the Linux Tools Docker Tooling user guide">
<mediawiki-to-eclipse-help wikiBaseUrl="${help.doc.url.base}" title="Docker Tooling User Guide" formatoutput="true" dest="." templateExcludes="*eclipseproject*,Linux_Tools">

Back to the top