1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 559800 - Content in cdt.doc.isv badly outdated and broken

Remove neverneeded leftover from jdt copy of the buildDoc.xml file.

Change-Id: Id05bd1aa96fc99009545548832561cc42347835a
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2020-02-03 23:57:08 +02:00
parent e63b8ff324
commit 738ea44b09

View file

@ -3,7 +3,6 @@
<target name="all"> <target name="all">
<antcall target="convertSchemaToHtml" /> <antcall target="convertSchemaToHtml" />
<!--antcall target="examplesDocCopy" /-->
<antcall target="generateJavadoc" /> <antcall target="generateJavadoc" />
<antcall target="build.index" /> <antcall target="build.index" />
</target> </target>
@ -25,14 +24,6 @@
<record name="${basedir}/cdtconvert.txt" action="stop"/> <record name="${basedir}/cdtconvert.txt" action="stop"/>
</target> </target>
<target name="examplesDocCopy" >
<copy todir="samples">
<fileset dir="..">
<include name="org.eclipse.jdt.ui.examples.projects/doc-html/"/>
</fileset>
</copy>
</target>
<target name="getJavadocPath"> <target name="getJavadocPath">
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe"/> <available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe"/>
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" /> <available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />