From 502334c40d6ef761b07373762fb9505823647e86 Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Tue, 3 Feb 2015 13:38:52 -0500 Subject: [PATCH] doc: Clean up the build.xml Ant files * Remove the "download" targets. We do not store the doc on a wiki anymore. * Remove the pre-Luna Mylyn task location * Keep only one instance of some commonly-used files, directly under the doc/ directory. Change-Id: Ibfad6aa2ba332ebb3aec2de255a93fea38d5b1f7 Signed-off-by: Alexandre Montplaisir Reviewed-on: https://git.eclipse.org/r/41031 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann Tested-by: Bernd Hufmann --- .../.empty.dtd | 0 .../build.xml | 11 ++---- .../.empty.dtd | 0 .../build.xml | 38 ++---------------- .../.empty.dtd | 0 .../build.xml | 39 +++---------------- .../.empty.dtd | 0 .../build.xml | 36 ++--------------- .../.empty.dtd | 0 .../build.xml | 9 ++--- 10 files changed, 19 insertions(+), 114 deletions(-) rename doc/{org.eclipse.tracecompass.doc.dev => }/.empty.dtd (100%) delete mode 100644 doc/org.eclipse.tracecompass.doc.user/.empty.dtd delete mode 100644 doc/org.eclipse.tracecompass.gdbtrace.doc.user/.empty.dtd delete mode 100644 doc/org.eclipse.tracecompass.rcp.doc.user/.empty.dtd delete mode 100644 doc/org.eclipse.tracecompass.tmf.pcap.doc.user/.empty.dtd diff --git a/doc/org.eclipse.tracecompass.doc.dev/.empty.dtd b/doc/.empty.dtd similarity index 100% rename from doc/org.eclipse.tracecompass.doc.dev/.empty.dtd rename to doc/.empty.dtd diff --git a/doc/org.eclipse.tracecompass.doc.dev/build.xml b/doc/org.eclipse.tracecompass.doc.dev/build.xml index e5b928dd93..78b3bf84f5 100644 --- a/doc/org.eclipse.tracecompass.doc.dev/build.xml +++ b/doc/org.eclipse.tracecompass.doc.dev/build.xml @@ -4,7 +4,7 @@ Generate Eclipse help content for the Trace Compass Developer Guide - + @@ -17,19 +17,16 @@ - - - - + @@ -49,7 +46,7 @@ - + diff --git a/doc/org.eclipse.tracecompass.doc.user/.empty.dtd b/doc/org.eclipse.tracecompass.doc.user/.empty.dtd deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/org.eclipse.tracecompass.doc.user/build.xml b/doc/org.eclipse.tracecompass.doc.user/build.xml index 209c949d7c..f9271b3f5c 100644 --- a/doc/org.eclipse.tracecompass.doc.user/build.xml +++ b/doc/org.eclipse.tracecompass.doc.user/build.xml @@ -1,13 +1,10 @@ - Generate Eclipse help content for the Trace Compass user guide + Generate Eclipse help content for the Trace Compass User Guide - - - - + @@ -20,9 +17,6 @@ - - - @@ -32,7 +26,7 @@ overwrite="true" multipleOutputFiles="true" navigationimages="true" - title="${ug.title}" + title="${document.title}" formatoutput="true" helpPrefix="doc"> @@ -52,38 +46,14 @@ - + - - - - - - - - - -= Updating This Document = - -This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit -http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide. - - - - - - - - - diff --git a/doc/org.eclipse.tracecompass.gdbtrace.doc.user/.empty.dtd b/doc/org.eclipse.tracecompass.gdbtrace.doc.user/.empty.dtd deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/org.eclipse.tracecompass.gdbtrace.doc.user/build.xml b/doc/org.eclipse.tracecompass.gdbtrace.doc.user/build.xml index 16ede4faef..a2ad4bee67 100644 --- a/doc/org.eclipse.tracecompass.gdbtrace.doc.user/build.xml +++ b/doc/org.eclipse.tracecompass.gdbtrace.doc.user/build.xml @@ -9,13 +9,10 @@ --> - Generate Eclipse help content for the Trace Compass GDB Tracepoint Analysis user guide + Generate Eclipse help content for the Trace Compass GDB Tracepoint Analysis User Guide - - - - + @@ -28,19 +25,16 @@ - - - - + @@ -60,37 +54,14 @@ - + - - - - - - - - -= Updating This Document = - -This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit -http://wiki.eclipse.org/Linux_Tools_Project/GDB_Tracepoint_Analysis/User_Guide. - - - - - - - - - diff --git a/doc/org.eclipse.tracecompass.rcp.doc.user/.empty.dtd b/doc/org.eclipse.tracecompass.rcp.doc.user/.empty.dtd deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/org.eclipse.tracecompass.rcp.doc.user/build.xml b/doc/org.eclipse.tracecompass.rcp.doc.user/build.xml index 15c3f57190..d723850094 100644 --- a/doc/org.eclipse.tracecompass.rcp.doc.user/build.xml +++ b/doc/org.eclipse.tracecompass.rcp.doc.user/build.xml @@ -4,10 +4,7 @@ Generate Eclipse help content for the Trace Compass RCP user guide - - - - + @@ -20,9 +17,6 @@ - - - @@ -32,7 +26,7 @@ overwrite="true" multipleOutputFiles="true" navigationimages="true" - title="${ug.title}" + title="${document.title}" formatoutput="true" helpPrefix="doc"> @@ -52,38 +46,14 @@ - + - - - - - - - - - -= Updating This Document = - -This document is maintained in a collaborative wiki. If you wish to update or modify this document please visit -http://wiki.eclipse.org/Linux_Tools_Project/LTTng2/User_Guide. - - - - - - - - - diff --git a/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/.empty.dtd b/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/.empty.dtd deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/build.xml b/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/build.xml index 906fdf69d9..c56835a822 100644 --- a/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/build.xml +++ b/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/build.xml @@ -4,7 +4,7 @@ Generate Eclipse help content for the Trace Compass Pcap User Guide - + @@ -17,9 +17,6 @@ - - - @@ -29,7 +26,7 @@ overwrite="true" multipleOutputFiles="true" navigationimages="true" - title="${ug.title}" + title="${document.title}" formatoutput="true" helpPrefix="doc"> @@ -49,7 +46,7 @@ - + -- 2.34.1