Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.help.ui')
-rw-r--r--plugins/org.eclipse.osee.framework.help.ui/.gitignore2
-rw-r--r--plugins/org.eclipse.osee.framework.help.ui/build.properties5
-rw-r--r--plugins/org.eclipse.osee.framework.help.ui/toc.xml14
3 files changed, 6 insertions, 15 deletions
diff --git a/plugins/org.eclipse.osee.framework.help.ui/.gitignore b/plugins/org.eclipse.osee.framework.help.ui/.gitignore
new file mode 100644
index 00000000000..851de5debfa
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.help.ui/.gitignore
@@ -0,0 +1,2 @@
+/images
+/OSEE
diff --git a/plugins/org.eclipse.osee.framework.help.ui/build.properties b/plugins/org.eclipse.osee.framework.help.ui/build.properties
index 58419a4529e..fd0c4254d0f 100644
--- a/plugins/org.eclipse.osee.framework.help.ui/build.properties
+++ b/plugins/org.eclipse.osee.framework.help.ui/build.properties
@@ -3,4 +3,7 @@ bin.includes = META-INF/,\
intro/,\
toc.xml,\
scripts/,\
- about.html
+ about.html,\
+ OSEE/,\
+ images/,\
+ contexts/
diff --git a/plugins/org.eclipse.osee.framework.help.ui/toc.xml b/plugins/org.eclipse.osee.framework.help.ui/toc.xml
index 297f43aa781..a015aad5595 100644
--- a/plugins/org.eclipse.osee.framework.help.ui/toc.xml
+++ b/plugins/org.eclipse.osee.framework.help.ui/toc.xml
@@ -71,20 +71,6 @@
<topic href="\OSEE\Users_Guide\Features/Features.html#Toolbar_Drop-Down_2" label="Toolbar Drop-Down"></topic>
<topic href="\OSEE\Users_Guide\Features/Features.html#Pop-up_Menu_3" label="Pop-up Menu"></topic>
</topic>
- <topic href="\OSEE\Users_Guide\Features/Features.html#Query_Log" label="Query Log">
- <topic href="\OSEE\Users_Guide\Features/Features.html#Query_Log_View" label="Query Log View">
- <topic href="\OSEE\Users_Guide\Features/Features.html#Purpose" label="Purpose"></topic>
- <topic href="\OSEE\Users_Guide\Features/Features.html#Shortcuts" label="Shortcuts"></topic>
- </topic>
- <topic href="\OSEE\Users_Guide\Features/Features.html#Delete_Query_Log" label="Delete Query Log">
- <topic href="\OSEE\Users_Guide\Features/Features.html#Purpose_2" label="Purpose"></topic>
- <topic href="\OSEE\Users_Guide\Features/Features.html#How_to_do_it" label="How to do it"></topic>
- </topic>
- <topic href="\OSEE\Users_Guide\Features/Features.html#Refresh_Query_Log" label="Refresh Query Log">
- <topic href="\OSEE\Users_Guide\Features/Features.html#Purpose_3" label="Purpose"></topic>
- <topic href="\OSEE\Users_Guide\Features/Features.html#How_to_do_it_2" label="How to do it"></topic>
- </topic>
- </topic>
</topic>
<topic href="\OSEE\Users_Guide\Features/Features.html#Services" label="Services">
<topic href="\OSEE\Users_Guide\Features/Features.html#Event_Service" label="Event Service"></topic>

Back to the top