|
@@ -21,7 +21,9 @@
|
|
|
|
|
|
<!-- Building the master TOC (toc.xml) and registering it along with the sub-TOCs produced by this target in the plugin.xml file must still be done manually. -->
|
|
|
<!-- The help contexts file (contexts.xml) is not yet updated automatically, either. -->
|
|
|
- <target name="generate.help" depends="assemble.sections" description="Runs the Eclipse help generator on the listed wiki source files">
|
|
|
+ <!--<target name="generate.help" depends="assemble.sections" description="Runs the Eclipse help generator on the listed wiki source files">
|
|
|
+-->
|
|
|
+ <target name="generate.help" description="Runs the Eclipse help generator on the listed wiki source files">
|
|
|
<generate.section.help src.dir="${help.dir}/01_Overview" src.file="overview.textile" prefix="${help.prefix}/01_Overview" />
|
|
|
<generate.section.help src.dir="${help.dir}/02_Getting_Started" src.file="getting_started.textile" prefix="${help.prefix}/02_Getting_Started" />
|
|
|
<generate.section.help src.dir="${help.dir}/03_Concepts" src.file="concepts.textile" prefix="${help.prefix}/03_Concepts"/>
|
|
@@ -34,9 +36,9 @@
|
|
|
<fileset dir="${help.dir}">
|
|
|
<include name="**/**/*.html" />
|
|
|
<include name="**/**/*toc.xml" />
|
|
|
- <!-- Include joined source files produced by assemble.sections here -->
|
|
|
+ <!-- Include joined source files produced by assemble.sections here
|
|
|
<include name="**/**/c_code_generator.textile" />
|
|
|
- <include name="**/**/java_code_generator.textile" />
|
|
|
+ <include name="**/**/java_code_generator.textile" />-->
|
|
|
</fileset>
|
|
|
</delete>
|
|
|
</target>
|
|
@@ -70,8 +72,7 @@
|
|
|
<fileset dir="@{src.dir}">
|
|
|
<include name="@{src.file}" />
|
|
|
</fileset>
|
|
|
- <stylesheet url="../content/PLUGINS_ROOT/PRODUCT_PLUGIN/book.css" />
|
|
|
- <stylesheet url="../style.css" />
|
|
|
+ <stylesheet url="../style.css" />
|
|
|
</wikitext-to-eclipse-help>
|
|
|
</sequential>
|
|
|
</macrodef>
|