From 8119c1a4f3dc017c187d02e3fdcf64016f44fc3e Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 8 Jan 2022 17:36:52 +0100 Subject: [PATCH] direct generation of help plugin --- doc/com.minres.scviewer.doc/pom.xml | 2 +- .../.gitignore | 3 +++ .../build.properties | 7 ++++-- .../html/maintopic.html | 13 ----------- .../html/subtopic.html | 13 ----------- .../html/toc.html | 13 ----------- .../index.xml | 2 ++ .../plugin.xml | 23 +++++++------------ .../testToc.xml | 6 ----- .../toc.xml | 19 +++++++-------- 10 files changed, 29 insertions(+), 72 deletions(-) delete mode 100644 plugins/com.minres.scviewer.e4.application.help/html/maintopic.html delete mode 100644 plugins/com.minres.scviewer.e4.application.help/html/subtopic.html delete mode 100644 plugins/com.minres.scviewer.e4.application.help/html/toc.html create mode 100644 plugins/com.minres.scviewer.e4.application.help/index.xml delete mode 100644 plugins/com.minres.scviewer.e4.application.help/testToc.xml diff --git a/doc/com.minres.scviewer.doc/pom.xml b/doc/com.minres.scviewer.doc/pom.xml index 53d18b8..85f68e7 100644 --- a/doc/com.minres.scviewer.doc/pom.xml +++ b/doc/com.minres.scviewer.doc/pom.xml @@ -17,7 +17,7 @@ 1.5.0-alpha.16 1.5.6 1.7.26 - target/eclipse + ../../plugins/com.minres.scviewer.e4.application.help diff --git a/plugins/com.minres.scviewer.e4.application.help/.gitignore b/plugins/com.minres.scviewer.e4.application.help/.gitignore index b83d222..187a545 100644 --- a/plugins/com.minres.scviewer.e4.application.help/.gitignore +++ b/plugins/com.minres.scviewer.e4.application.help/.gitignore @@ -1 +1,4 @@ /target/ +/css/ +/images/ +/*.html diff --git a/plugins/com.minres.scviewer.e4.application.help/build.properties b/plugins/com.minres.scviewer.e4.application.help/build.properties index fc53675..b439b53 100644 --- a/plugins/com.minres.scviewer.e4.application.help/build.properties +++ b/plugins/com.minres.scviewer.e4.application.help/build.properties @@ -3,5 +3,8 @@ output.. = bin/ bin.includes = plugin.xml,\ META-INF/,\ .,\ - html/,\ - *.xml + images/,\ + css/,\ + *.html,\ + *.xml,\ + OSGI-INF/ diff --git a/plugins/com.minres.scviewer.e4.application.help/html/maintopic.html b/plugins/com.minres.scviewer.e4.application.help/html/maintopic.html deleted file mode 100644 index a476078..0000000 --- a/plugins/com.minres.scviewer.e4.application.help/html/maintopic.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Main Topic - - - -

Main Topic

-Please enter your text here. - - \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/html/subtopic.html b/plugins/com.minres.scviewer.e4.application.help/html/subtopic.html deleted file mode 100644 index 8a61c50..0000000 --- a/plugins/com.minres.scviewer.e4.application.help/html/subtopic.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Sub Topic - - - -

Sub Topic

-Please enter your text here. - - \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/html/toc.html b/plugins/com.minres.scviewer.e4.application.help/html/toc.html deleted file mode 100644 index 326f0a9..0000000 --- a/plugins/com.minres.scviewer.e4.application.help/html/toc.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Table of Contents - - - -

Table of Contents

-Please enter your text here. - - \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/index.xml b/plugins/com.minres.scviewer.e4.application.help/index.xml new file mode 100644 index 0000000..1030b6d --- /dev/null +++ b/plugins/com.minres.scviewer.e4.application.help/index.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/plugin.xml b/plugins/com.minres.scviewer.e4.application.help/plugin.xml index 00836fc..54d61bf 100644 --- a/plugins/com.minres.scviewer.e4.application.help/plugin.xml +++ b/plugins/com.minres.scviewer.e4.application.help/plugin.xml @@ -1,16 +1,9 @@ - - - - - - - - - + + + + - - + + + + \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/testToc.xml b/plugins/com.minres.scviewer.e4.application.help/testToc.xml deleted file mode 100644 index bf1e67a..0000000 --- a/plugins/com.minres.scviewer.e4.application.help/testToc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/plugins/com.minres.scviewer.e4.application.help/toc.xml b/plugins/com.minres.scviewer.e4.application.help/toc.xml index 1f661a6..3e9aedd 100644 --- a/plugins/com.minres.scviewer.e4.application.help/toc.xml +++ b/plugins/com.minres.scviewer.e4.application.help/toc.xml @@ -1,9 +1,10 @@ - - - - - - - - - + + + + + + + + + + \ No newline at end of file