Browse Source

YAKHMI-572 Update and fix build.xml

webmaster@wendler-im-netz.de 13 years ago
parent
commit
27b8464ed9

+ 6 - 5
plugins/org.yakindu.sct.doc.user/build.xml

@@ -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>

+ 0 - 1
plugins/org.yakindu.sct.doc.user/help/01_Overview/overview-toc.xml

@@ -2,7 +2,6 @@
 <toc topic="help/01_Overview/overview.html" label="overview">
 	<topic href="help/01_Overview/overview.html" label="Overview">
 		<topic href="help/01_Overview/overview.html#WhataretheYAKINDUStatechartTools2" label="What are the YAKINDU Statechart Tools 2"></topic>
-		<topic href="help/01_Overview/overview.html#Howdoesitwork" label="How does it work?"></topic>
 		<topic href="help/01_Overview/overview.html#WhoisbehindYAKINDUStatechartTools2" label="Who is behind YAKINDU Statechart Tools 2?"></topic>
 		<topic href="help/01_Overview/overview.html#WhousestheYAKINDUStatechartTools2" label="Who uses the YAKINDU Statechart Tools 2?"></topic>
 	</topic>

File diff suppressed because it is too large
+ 41 - 6
plugins/org.yakindu.sct.doc.user/help/01_Overview/overview.html


File diff suppressed because it is too large
+ 199 - 1
plugins/org.yakindu.sct.doc.user/help/02_Getting_Started/getting_started.html


File diff suppressed because it is too large
+ 133 - 1
plugins/org.yakindu.sct.doc.user/help/03_Concepts/concepts.html


File diff suppressed because it is too large
+ 189 - 9
plugins/org.yakindu.sct.doc.user/help/04_Tasks/tasks.html


File diff suppressed because it is too large
+ 380 - 34
plugins/org.yakindu.sct.doc.user/help/05_Reference/reference.html


+ 6 - 0
plugins/org.yakindu.sct.doc.user/help/style.css

@@ -18,7 +18,13 @@ margin-right:10px;
 margin-left:5px;
 display:block;
 color:#6d0479;
+}
 
+li code {
+display:inline;
+border:0px;
+margin:0px;
+color:#000;
 }
 
 h2 {