[179863] removing dita source from bin
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/DocBuild.xml b/docs/org.eclipse.wst.dtdeditor.doc.user/DocBuild.xml
new file mode 100644
index 0000000..dd9be9e
--- /dev/null
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/DocBuild.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ This script build the Help plug-in by transforming the DITA source files into HTML.
+
+ To use this script, you must install DITA-OT on your machine in the directory
+ defined by the dita.ot.dir property.
+
+ Run the default target after you edit the DITA source files to regenerate the HTML.
+
+ To customize this script for other Help plug-ins, modify the value of the args.input property
+ to be the DITA map file for the plug-in.
+
+ NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
+ output directory structure will be shifted incorrectly.
+
+ NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
+ will be copied over the generated plugin.xml which is currently not being generated correctly
+ by DITA-OT.
+
+ ChangeLog:
+ 2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
+ - Created.
+
+-->
+<project name="eclipsehelp" default="all">
+
+ <property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
+
+ <path id="dost.class.path">
+ <pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
+ </path>
+
+ <taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
+ <classpath refid="dost.class.path" />
+ </taskdef>
+ <target name="all" depends="integrate, eclipsehelp">
+ </target>
+ <target name="integrate">
+ <integrate ditadir="${dita.ot.dir}" />
+ </target>
+
+ <!-- revise below here -->
+ <target name="eclipsehelp">
+ <ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
+ <property name="args.copycss" value="no" />
+ <property name="args.csspath" value="org.eclipse.wst.doc.user" />
+ <property name="args.eclipse.provider" value="Eclipse.org" />
+ <property name="args.eclipse.version" value="1.5.0" />
+ <property name="args.input" location="DTDEditormap_toc.ditamap" />
+ <property name="clean.temp" value="true" />
+ <property name="dita.extname" value=".dita" />
+ <property name="dita.temp.dir" location="temp" />
+ <property name="output.dir" location=".." />
+ <property name="transtype" value="eclipsehelp" />
+ </ant>
+ <copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
+ </target>
+</project>
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties b/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
index 7142887..92aaedd 100644
--- a/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/build.properties
@@ -4,6 +4,12 @@
images/,\
plugin.properties,\
plugin.xml,\
- topics/,\
+ topics/*.htm*,\
+ index/,\
META-INF/
-src.includes = build.properties
+src.includes = build.properties,\
+ *.maplist,\
+ *.ditamap,\
+ topics/*.dita
+bin.excludes = DocBuild.xml,\
+ myPlugin*.xml
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_contributions b/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_contributions
new file mode 100644
index 0000000..528d574
--- /dev/null
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:06:00 EDT 2007
+org.eclipse.wst.dtdeditor.doc.user=org.eclipse.wst.dtdeditor.doc.user\n1.0.300.qualifier
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_dependencies b/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_dependencies
new file mode 100644
index 0000000..efd9e69
--- /dev/null
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:06:00 EDT 2007
+lucene=1.4.103.v20060320
+analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_docs b/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_docs
new file mode 100644
index 0000000..3148eab
--- /dev/null
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:06:00 EDT 2007
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/index/segments b/docs/org.eclipse.wst.dtdeditor.doc.user/index/segments
new file mode 100644
index 0000000..19b5d0c
--- /dev/null
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/index/segments
Binary files differ
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/myplugin.xml b/docs/org.eclipse.wst.dtdeditor.doc.user/myplugin.xml
index bec60a5..8c80683 100644
--- a/docs/org.eclipse.wst.dtdeditor.doc.user/myplugin.xml
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/myplugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.1"?>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -14,6 +14,7 @@
<extension point="org.eclipse.help.toc">
<toc file="DTDEditormap_toc.xml"/>
+ <index path="index/"/>
</extension>
<extension point="org.eclipse.help.index">
<index file="org.eclipse.wst.dtdeditor.doc.userindex.xml"/>
diff --git a/docs/org.eclipse.wst.dtdeditor.doc.user/plugin.xml b/docs/org.eclipse.wst.dtdeditor.doc.user/plugin.xml
index bec60a5..8c80683 100644
--- a/docs/org.eclipse.wst.dtdeditor.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.dtdeditor.doc.user/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.1"?>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -14,6 +14,7 @@
<extension point="org.eclipse.help.toc">
<toc file="DTDEditormap_toc.xml"/>
+ <index path="index/"/>
</extension>
<extension point="org.eclipse.help.index">
<index file="org.eclipse.wst.dtdeditor.doc.userindex.xml"/>
diff --git a/docs/org.eclipse.wst.sse.doc.user/DocBuild.xml b/docs/org.eclipse.wst.sse.doc.user/DocBuild.xml
new file mode 100644
index 0000000..d8406e0
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/DocBuild.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ This script build the Help plug-in by transforming the DITA source files into HTML.
+
+ To use this script, you must install DITA-OT on your machine in the directory
+ defined by the dita.ot.dir property.
+
+ Run the default target after you edit the DITA source files to regenerate the HTML.
+
+ To customize this script for other Help plug-ins, modify the value of the args.input property
+ to be the DITA map file for the plug-in.
+
+ NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
+ output directory structure will be shifted incorrectly.
+
+ NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
+ will be copied over the generated plugin.xml which is currently not being generated correctly
+ by DITA-OT.
+
+ ChangeLog:
+ 2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
+ - Created.
+
+-->
+<project name="eclipsehelp" default="all">
+
+ <property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
+
+ <path id="dost.class.path">
+ <pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
+ </path>
+
+ <taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
+ <classpath refid="dost.class.path" />
+ </taskdef>
+ <target name="all" depends="integrate, eclipsehelp">
+ </target>
+ <target name="integrate">
+ <integrate ditadir="${dita.ot.dir}" />
+ </target>
+
+ <!-- revise below here -->
+ <target name="eclipsehelp">
+ <ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
+ <property name="args.copycss" value="no" />
+ <property name="args.csspath" value="org.eclipse.wst.doc.user" />
+ <property name="args.eclipse.provider" value="Eclipse.org" />
+ <property name="args.eclipse.version" value="1.5.0" />
+ <property name="args.input" location="sse_toc.ditamap" />
+ <property name="clean.temp" value="true" />
+ <property name="dita.extname" value=".dita" />
+ <property name="dita.temp.dir" location="temp" />
+ <property name="output.dir" location=".." />
+ <property name="transtype" value="eclipsehelp" />
+ </ant>
+ <copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
+ </target>
+</project>
diff --git a/docs/org.eclipse.wst.sse.doc.user/build.properties b/docs/org.eclipse.wst.sse.doc.user/build.properties
index d089f2f..950d643 100644
--- a/docs/org.eclipse.wst.sse.doc.user/build.properties
+++ b/docs/org.eclipse.wst.sse.doc.user/build.properties
@@ -3,7 +3,14 @@
plugin.xml,\
sse_toc.xml,\
org.eclipse.wst.sse.doc.userindex.xml,\
- topics/,\
+ topics/*.htm*,\
+ index/,\
META-INF/,\
plugin.properties
-src.includes = build.properties
+src.includes = build.properties,\
+ *.maplist,\
+ *.ditamap,\
+ topics/*.dita
+bin.excludes = DocBuild.xml,\
+ myPlugin*.xml
+
diff --git a/docs/org.eclipse.wst.sse.doc.user/index/indexed_contributions b/docs/org.eclipse.wst.sse.doc.user/index/indexed_contributions
new file mode 100644
index 0000000..457e4a4
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:12:25 EDT 2007
+org.eclipse.wst.sse.doc.user=org.eclipse.wst.sse.doc.user\n1.0.300.qualifier
diff --git a/docs/org.eclipse.wst.sse.doc.user/index/indexed_dependencies b/docs/org.eclipse.wst.sse.doc.user/index/indexed_dependencies
new file mode 100644
index 0000000..22f7075
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:12:25 EDT 2007
+lucene=1.4.103.v20060320
+analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en
diff --git a/docs/org.eclipse.wst.sse.doc.user/index/indexed_docs b/docs/org.eclipse.wst.sse.doc.user/index/indexed_docs
new file mode 100644
index 0000000..5a2efaa
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:12:25 EDT 2007
diff --git a/docs/org.eclipse.wst.sse.doc.user/index/segments b/docs/org.eclipse.wst.sse.doc.user/index/segments
new file mode 100644
index 0000000..19b5d0c
--- /dev/null
+++ b/docs/org.eclipse.wst.sse.doc.user/index/segments
Binary files differ
diff --git a/docs/org.eclipse.wst.sse.doc.user/myplugin.xml b/docs/org.eclipse.wst.sse.doc.user/myplugin.xml
index 3505de6..a994293 100644
--- a/docs/org.eclipse.wst.sse.doc.user/myplugin.xml
+++ b/docs/org.eclipse.wst.sse.doc.user/myplugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- /*******************************************************************************
- * Copyright (c) 2001, 2006 IBM Corporation and others.
+ * Copyright (c) 2001, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -20,6 +20,7 @@
<extension point="org.eclipse.help.toc">
<toc file="sse_toc.xml">
+ <index path="index/"/>
</toc>
</extension>
<extension point="org.eclipse.help.index">
diff --git a/docs/org.eclipse.wst.sse.doc.user/plugin.xml b/docs/org.eclipse.wst.sse.doc.user/plugin.xml
index 3505de6..ebbb6bd 100644
--- a/docs/org.eclipse.wst.sse.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.sse.doc.user/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!-- /*******************************************************************************
- * Copyright (c) 2001, 2006 IBM Corporation and others.
+ * Copyright (c) 2001, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -19,9 +19,9 @@
<plugin>
<extension point="org.eclipse.help.toc">
- <toc file="sse_toc.xml">
- </toc>
- </extension>
+ <toc file="sse_toc.xml"/>
+ <index path="index/"/>
+ </extension>
<extension point="org.eclipse.help.index">
<index file="org.eclipse.wst.sse.doc.userindex.xml"/>
</extension>
diff --git a/docs/org.eclipse.wst.webtools.doc.user/DocBuild.xml b/docs/org.eclipse.wst.webtools.doc.user/DocBuild.xml
new file mode 100644
index 0000000..9c9ddbe
--- /dev/null
+++ b/docs/org.eclipse.wst.webtools.doc.user/DocBuild.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ This script build the Help plug-in by transforming the DITA source files into HTML.
+
+ To use this script, you must install DITA-OT on your machine in the directory
+ defined by the dita.ot.dir property.
+
+ Run the default target after you edit the DITA source files to regenerate the HTML.
+
+ To customize this script for other Help plug-ins, modify the value of the args.input property
+ to be the DITA map file for the plug-in.
+
+ NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
+ output directory structure will be shifted incorrectly.
+
+ NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
+ will be copied over the generated plugin.xml which is currently not being generated correctly
+ by DITA-OT.
+
+ ChangeLog:
+ 2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
+ - Created.
+
+-->
+<project name="eclipsehelp" default="all">
+
+ <property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
+
+ <path id="dost.class.path">
+ <pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
+ </path>
+
+ <taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
+ <classpath refid="dost.class.path" />
+ </taskdef>
+ <target name="all" depends="integrate, eclipsehelp">
+ </target>
+ <target name="integrate">
+ <integrate ditadir="${dita.ot.dir}" />
+ </target>
+
+ <!-- revise below here -->
+ <target name="eclipsehelp">
+ <ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
+ <property name="args.copycss" value="no" />
+ <property name="args.csspath" value="org.eclipse.wst.doc.user" />
+ <property name="args.eclipse.provider" value="Eclipse.org" />
+ <property name="args.eclipse.version" value="1.5.0" />
+ <property name="args.input" location="webtools_toc.ditamap" />
+ <property name="clean.temp" value="true" />
+ <property name="dita.extname" value=".dita" />
+ <property name="dita.temp.dir" location="temp" />
+ <property name="output.dir" location=".." />
+ <property name="transtype" value="eclipsehelp" />
+ </ant>
+ <copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
+ </target>
+</project>
diff --git a/docs/org.eclipse.wst.webtools.doc.user/build.properties b/docs/org.eclipse.wst.webtools.doc.user/build.properties
index b5b8d60..f7faab0 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/build.properties
+++ b/docs/org.eclipse.wst.webtools.doc.user/build.properties
@@ -3,7 +3,13 @@
org.eclipse.wst.webtools.doc.userindex.xml,\
about.html,\
images/,\
- topics/,\
+ topics/*htm*,\
+ index/,\
META-INF/,\
plugin.properties
-src.includes = build.properties
+src.includes = build.properties,\
+ *.maplist,\
+ *.ditamap,\
+ topics/*.dita
+bin.excludes = DocBuild.xml,\
+ myPlugin*.xml
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.webtools.doc.user/index/indexed_contributions b/docs/org.eclipse.wst.webtools.doc.user/index/indexed_contributions
new file mode 100644
index 0000000..be45301
--- /dev/null
+++ b/docs/org.eclipse.wst.webtools.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:13:18 EDT 2007
+org.eclipse.wst.webtools.doc.user=org.eclipse.wst.webtools.doc.user\n1.0.300.qualifier
diff --git a/docs/org.eclipse.wst.webtools.doc.user/index/indexed_dependencies b/docs/org.eclipse.wst.webtools.doc.user/index/indexed_dependencies
new file mode 100644
index 0000000..2128da8
--- /dev/null
+++ b/docs/org.eclipse.wst.webtools.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:13:18 EDT 2007
+lucene=1.4.103.v20060320
+analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en
diff --git a/docs/org.eclipse.wst.webtools.doc.user/index/indexed_docs b/docs/org.eclipse.wst.webtools.doc.user/index/indexed_docs
new file mode 100644
index 0000000..6e426f8
--- /dev/null
+++ b/docs/org.eclipse.wst.webtools.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:13:18 EDT 2007
diff --git a/docs/org.eclipse.wst.webtools.doc.user/index/segments b/docs/org.eclipse.wst.webtools.doc.user/index/segments
new file mode 100644
index 0000000..19b5d0c
--- /dev/null
+++ b/docs/org.eclipse.wst.webtools.doc.user/index/segments
Binary files differ
diff --git a/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml b/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml
index f7e2dac..1caf976 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml
+++ b/docs/org.eclipse.wst.webtools.doc.user/myplugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -14,6 +14,7 @@
<plugin>
<extension point="org.eclipse.help.toc">
<toc file="webtools_toc.xml" />
+ <index path="index/"/>
</extension>
<extension point="org.eclipse.help.index">
diff --git a/docs/org.eclipse.wst.webtools.doc.user/plugin.xml b/docs/org.eclipse.wst.webtools.doc.user/plugin.xml
index f7e2dac..1caf976 100644
--- a/docs/org.eclipse.wst.webtools.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.webtools.doc.user/plugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- /*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -14,6 +14,7 @@
<plugin>
<extension point="org.eclipse.help.toc">
<toc file="webtools_toc.xml" />
+ <index path="index/"/>
</extension>
<extension point="org.eclipse.help.index">
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/DocBuild.xml b/docs/org.eclipse.wst.xmleditor.doc.user/DocBuild.xml
new file mode 100644
index 0000000..380e99e
--- /dev/null
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/DocBuild.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ This script build the Help plug-in by transforming the DITA source files into HTML.
+
+ To use this script, you must install DITA-OT on your machine in the directory
+ defined by the dita.ot.dir property.
+
+ Run the default target after you edit the DITA source files to regenerate the HTML.
+
+ To customize this script for other Help plug-ins, modify the value of the args.input property
+ to be the DITA map file for the plug-in.
+
+ NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
+ output directory structure will be shifted incorrectly.
+
+ NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
+ will be copied over the generated plugin.xml which is currently not being generated correctly
+ by DITA-OT.
+
+ ChangeLog:
+ 2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
+ - Created.
+
+-->
+<project name="eclipsehelp" default="all">
+
+ <property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
+
+ <path id="dost.class.path">
+ <pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
+ </path>
+
+ <taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
+ <classpath refid="dost.class.path" />
+ </taskdef>
+ <target name="all" depends="integrate, eclipsehelp">
+ </target>
+ <target name="integrate">
+ <integrate ditadir="${dita.ot.dir}" />
+ </target>
+
+ <!-- revise below here -->
+ <target name="eclipsehelp">
+ <ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
+ <property name="args.copycss" value="no" />
+ <property name="args.csspath" value="org.eclipse.wst.doc.user" />
+ <property name="args.eclipse.provider" value="Eclipse.org" />
+ <property name="args.eclipse.version" value="1.5.0" />
+ <property name="args.input" location="XMLBuilderrel.ditamap" />
+ <property name="clean.temp" value="true" />
+ <property name="dita.extname" value=".dita" />
+ <property name="dita.temp.dir" location="temp" />
+ <property name="output.dir" location=".." />
+ <property name="transtype" value="eclipsehelp" />
+ </ant>
+ <copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
+ </target>
+</project>
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/build.properties b/docs/org.eclipse.wst.xmleditor.doc.user/build.properties
index a76b7a9..9f51d54 100644
--- a/docs/org.eclipse.wst.xmleditor.doc.user/build.properties
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/build.properties
@@ -1,9 +1,15 @@
bin.includes = XMLBuildermap_toc.xml,\
about.html,\
images/,\
- plugin.properties,\
org.eclipse.wst.xmleditor.doc.userindex.xml,\
plugin.xml,\
- topics/,\
- META-INF/
-src.includes = build.properties
+ topics/*.htm*,\
+ index/,\
+ META-INF/,\
+ plugin.properties
+src.includes = build.properties,\
+ *.maplist,\
+ *.ditamap,\
+ topics/*.dita
+bin.excludes = DocBuild.xml,\
+ myPlugin*.xml
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_contributions b/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_contributions
new file mode 100644
index 0000000..4e39eb6
--- /dev/null
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:15:46 EDT 2007
+org.eclipse.wst.xmleditor.doc.user=org.eclipse.wst.xmleditor.doc.user\n1.0.300.qualifier
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_dependencies b/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_dependencies
new file mode 100644
index 0000000..5b80844
--- /dev/null
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:15:46 EDT 2007
+lucene=1.4.103.v20060320
+analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_docs b/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_docs
new file mode 100644
index 0000000..c9f7d1a
--- /dev/null
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:15:46 EDT 2007
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/index/segments b/docs/org.eclipse.wst.xmleditor.doc.user/index/segments
new file mode 100644
index 0000000..19b5d0c
--- /dev/null
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/index/segments
Binary files differ
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/myplugin.xml b/docs/org.eclipse.wst.xmleditor.doc.user/myplugin.xml
index 0cf0d60..f0c28f1 100644
--- a/docs/org.eclipse.wst.xmleditor.doc.user/myplugin.xml
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/myplugin.xml
@@ -20,6 +20,7 @@
<extension point="org.eclipse.help.toc">
<toc file="XMLBuildermap_toc.xml"/>
+ <index path="index/"/>
</extension>
diff --git a/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml b/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml
index 0cf0d60..f0c28f1 100644
--- a/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.xmleditor.doc.user/plugin.xml
@@ -20,6 +20,7 @@
<extension point="org.eclipse.help.toc">
<toc file="XMLBuildermap_toc.xml"/>
+ <index path="index/"/>
</extension>
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/DocBuild.xml b/docs/org.eclipse.wst.xsdeditor.doc.user/DocBuild.xml
new file mode 100644
index 0000000..b75422b
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/DocBuild.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+
+ This script build the Help plug-in by transforming the DITA source files into HTML.
+
+ To use this script, you must install DITA-OT on your machine in the directory
+ defined by the dita.ot.dir property.
+
+ Run the default target after you edit the DITA source files to regenerate the HTML.
+
+ To customize this script for other Help plug-ins, modify the value of the args.input property
+ to be the DITA map file for the plug-in.
+
+ NOTE: This script assumes that links to sibling Help plug-ins have scope="peer", otherwise the
+ output directory structure will be shifted incorrectly.
+
+ NOTE: This script assumes that you hand code your plugin.xml file in myplugin.xml. This file
+ will be copied over the generated plugin.xml which is currently not being generated correctly
+ by DITA-OT.
+
+ ChangeLog:
+ 2006-04-05 Arthur Ryman <ryman@ca.ibm.com>
+ - Created.
+
+-->
+<project name="eclipsehelp" default="all">
+
+ <property name="dita.ot.dir" location="C:/DITA-OT1.2.2" />
+
+ <path id="dost.class.path">
+ <pathelement location="${dita.ot.dir}${file.separator}lib${file.separator}dost.jar" />
+ </path>
+
+ <taskdef name="integrate" classname="org.dita.dost.platform.IntegratorTask">
+ <classpath refid="dost.class.path" />
+ </taskdef>
+ <target name="all" depends="integrate, eclipsehelp">
+ </target>
+ <target name="integrate">
+ <integrate ditadir="${dita.ot.dir}" />
+ </target>
+
+ <!-- revise below here -->
+ <target name="eclipsehelp">
+ <ant antfile="${dita.ot.dir}${file.separator}conductor.xml" target="init" dir="${dita.ot.dir}">
+ <property name="args.copycss" value="no" />
+ <property name="args.csspath" value="org.eclipse.wst.doc.user" />
+ <property name="args.eclipse.provider" value="Eclipse.org" />
+ <property name="args.eclipse.version" value="1.5.0" />
+ <property name="args.input" location="XSDLeditorrel.ditamap" />
+ <property name="clean.temp" value="true" />
+ <property name="dita.extname" value=".dita" />
+ <property name="dita.temp.dir" location="temp" />
+ <property name="output.dir" location=".." />
+ <property name="transtype" value="eclipsehelp" />
+ </ant>
+ <copy file="myplugin.xml" tofile="plugin.xml" overwrite="yes" />
+ </target>
+</project>
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties b/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties
index 7f036fa..695623e 100644
--- a/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/build.properties
@@ -2,8 +2,14 @@
about.html,\
org.eclipse.wst.xsdeditor.doc.userindex.xml,\
images/,\
- plugin.properties,\
plugin.xml,\
- topics/,\
- META-INF/
-src.includes = build.properties
+ topics/*.htm*,\
+ index/,\
+ META-INF/,\
+ plugin.properties
+src.includes = build.properties,\
+ *.maplist,\
+ *.ditamap,\
+ topics/*.dita
+bin.excludes = DocBuild.xml,\
+ myPlugin*.xml
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_contributions b/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_contributions
new file mode 100644
index 0000000..37fc32e
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:16:55 EDT 2007
+org.eclipse.wst.xsdeditor.doc.user=org.eclipse.wst.xsdeditor.doc.user\n1.0.300.qualifier
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_dependencies b/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_dependencies
new file mode 100644
index 0000000..9fb3d42
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:16:55 EDT 2007
+lucene=1.4.103.v20060320
+analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_docs b/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_docs
new file mode 100644
index 0000000..a487842
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@
+#This is a generated file; do not edit.
+#Tue May 08 14:16:55 EDT 2007
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/index/segments b/docs/org.eclipse.wst.xsdeditor.doc.user/index/segments
new file mode 100644
index 0000000..19b5d0c
--- /dev/null
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/index/segments
Binary files differ
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/myplugin.xml b/docs/org.eclipse.wst.xsdeditor.doc.user/myplugin.xml
index b39bb22..0e38d0e 100644
--- a/docs/org.eclipse.wst.xsdeditor.doc.user/myplugin.xml
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/myplugin.xml
@@ -20,6 +20,7 @@
<extension point="org.eclipse.help.toc">
<toc file="XSDeditormap_toc.xml"/>
+ <index path="index/"/>
</extension>
diff --git a/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml b/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
index b39bb22..0e38d0e 100644
--- a/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
+++ b/docs/org.eclipse.wst.xsdeditor.doc.user/plugin.xml
@@ -20,6 +20,7 @@
<extension point="org.eclipse.help.toc">
<toc file="XSDeditormap_toc.xml"/>
+ <index path="index/"/>
</extension>