[179863] removing dita source from bin
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/DocBuild.xml b/docs/org.eclipse.jst.server.ui.doc.user/DocBuild.xml new file mode 100644 index 0000000..51dc6b4 --- /dev/null +++ b/docs/org.eclipse.jst.server.ui.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="jst_reltable.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.jst.server.ui.doc.user/build.properties b/docs/org.eclipse.jst.server.ui.doc.user/build.properties index 72dd907..1c6319a 100644 --- a/docs/org.eclipse.jst.server.ui.doc.user/build.properties +++ b/docs/org.eclipse.jst.server.ui.doc.user/build.properties
@@ -1,11 +1,15 @@ bin.includes = org.eclipse.jst.server.ui.doc.user_build_toc.xml,\ - tomcat_create.xml,\ - tomcat_pref.xml,\ + *.xml,\ plugin.properties,\ plugin.xml,\ about.html,\ images/,\ - topics/,\ - org.eclipse.jst.server.ui.doc.userindex.xml,\ + topics/*.html,\ + index/,\ META-INF/ -src.includes = build.properties +src.includes = build.properties,\ + *.maplist,\ + *.ditamap,\ + topics/*.dita +bin.excludes = DocBuild.xml,\ + myPlugin*.xml
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_contributions b/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_contributions new file mode 100644 index 0000000..bbb4bd4 --- /dev/null +++ b/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@ +#This is a generated file; do not edit. +#Tue May 08 13:24:21 EDT 2007 +org.eclipse.jst.server.ui.doc.user=org.eclipse.jst.server.ui.doc.user\n1.0.300.qualifier
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_dependencies b/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_dependencies new file mode 100644 index 0000000..0d30732 --- /dev/null +++ b/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@ +#This is a generated file; do not edit. +#Tue May 08 13:24:21 EDT 2007 +lucene=1.4.103.v20060320 +analyzer=org.eclipse.help.base\#3.2.0.v20060328?locale\=en
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_docs b/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_docs new file mode 100644 index 0000000..476d3e4 --- /dev/null +++ b/docs/org.eclipse.jst.server.ui.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@ +#This is a generated file; do not edit. +#Tue May 08 13:24:21 EDT 2007
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/index/segments b/docs/org.eclipse.jst.server.ui.doc.user/index/segments new file mode 100644 index 0000000..19b5d0c --- /dev/null +++ b/docs/org.eclipse.jst.server.ui.doc.user/index/segments Binary files differ
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/myplugin.xml b/docs/org.eclipse.jst.server.ui.doc.user/myplugin.xml index f752bb3..caec08e 100644 --- a/docs/org.eclipse.jst.server.ui.doc.user/myplugin.xml +++ b/docs/org.eclipse.jst.server.ui.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 @@ -16,7 +16,8 @@ <extension point="org.eclipse.help.toc"> <toc file="org.eclipse.jst.server.ui.doc.user_build_toc.xml" /> <toc file="tomcat_create.xml" /> - <toc file="tomcat_pref.xml" /> + <toc file="tomcat_pref.xml" /> + <index path="index/"/> </extension> <extension point="org.eclipse.help.index">
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/plugin.xml b/docs/org.eclipse.jst.server.ui.doc.user/plugin.xml index f752bb3..e9dc684 100644 --- a/docs/org.eclipse.jst.server.ui.doc.user/plugin.xml +++ b/docs/org.eclipse.jst.server.ui.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 @@ -16,7 +16,8 @@ <extension point="org.eclipse.help.toc"> <toc file="org.eclipse.jst.server.ui.doc.user_build_toc.xml" /> <toc file="tomcat_create.xml" /> - <toc file="tomcat_pref.xml" /> + <toc file="tomcat_pref.xml" /> + <index path="index/"/> </extension> <extension point="org.eclipse.help.index">
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/DocBuild.xml b/docs/org.eclipse.wst.server.ui.doc.user/DocBuild.xml new file mode 100644 index 0000000..220d7ef --- /dev/null +++ b/docs/org.eclipse.wst.server.ui.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="wtp_create.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.server.ui.doc.user/build.properties b/docs/org.eclipse.wst.server.ui.doc.user/build.properties index 1b4648a..0929032 100644 --- a/docs/org.eclipse.wst.server.ui.doc.user/build.properties +++ b/docs/org.eclipse.wst.server.ui.doc.user/build.properties
@@ -11,6 +11,13 @@ 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.server.ui.doc.user/index/indexed_contributions b/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_contributions new file mode 100644 index 0000000..3cf0a5b --- /dev/null +++ b/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_contributions
@@ -0,0 +1,3 @@ +#This is a generated file; do not edit. +#Tue May 08 14:10:48 EDT 2007 +org.eclipse.wst.server.ui.doc.user=org.eclipse.wst.server.ui.doc.user\n1.0.303.qualifier
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_dependencies b/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_dependencies new file mode 100644 index 0000000..87c9808 --- /dev/null +++ b/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_dependencies
@@ -0,0 +1,4 @@ +#This is a generated file; do not edit. +#Tue May 08 14:10:48 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.server.ui.doc.user/index/indexed_docs b/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_docs new file mode 100644 index 0000000..5d28f17 --- /dev/null +++ b/docs/org.eclipse.wst.server.ui.doc.user/index/indexed_docs
@@ -0,0 +1,2 @@ +#This is a generated file; do not edit. +#Tue May 08 14:10:48 EDT 2007
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/index/segments b/docs/org.eclipse.wst.server.ui.doc.user/index/segments new file mode 100644 index 0000000..19b5d0c --- /dev/null +++ b/docs/org.eclipse.wst.server.ui.doc.user/index/segments Binary files differ
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/myplugin.xml b/docs/org.eclipse.wst.server.ui.doc.user/myplugin.xml index 5304bd3..8696b81 100644 --- a/docs/org.eclipse.wst.server.ui.doc.user/myplugin.xml +++ b/docs/org.eclipse.wst.server.ui.doc.user/myplugin.xml
@@ -23,6 +23,7 @@ <toc file="wtp_create.xml" /> <toc file="wtp_manage.xml" /> <toc file="wtp_pref.xml" /> + <index path="index/"/> </extension> <extension point="org.eclipse.help.index">
diff --git a/docs/org.eclipse.wst.server.ui.doc.user/plugin.xml b/docs/org.eclipse.wst.server.ui.doc.user/plugin.xml index 5304bd3..8696b81 100644 --- a/docs/org.eclipse.wst.server.ui.doc.user/plugin.xml +++ b/docs/org.eclipse.wst.server.ui.doc.user/plugin.xml
@@ -23,6 +23,7 @@ <toc file="wtp_create.xml" /> <toc file="wtp_manage.xml" /> <toc file="wtp_pref.xml" /> + <index path="index/"/> </extension> <extension point="org.eclipse.help.index">