Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-10-04 05:05:20 +0000
committerRyan D. Brooks2010-10-04 05:05:20 +0000
commitc188985302ec4d056b7b73197501183719b4f9e7 (patch)
treee0fdf237bcffd05d177bcf60a527e9de7f783770
parentc10a35a1962d8b5aae0a5e6c4cd58ad5efddef2a (diff)
downloadorg.eclipse.osee-c188985302ec4d056b7b73197501183719b4f9e7.tar.gz
org.eclipse.osee-c188985302ec4d056b7b73197501183719b4f9e7.tar.xz
org.eclipse.osee-c188985302ec4d056b7b73197501183719b4f9e7.zip
bug: Fix help system missing docs and help contexts
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/.gitignore2
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/build.properties6
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/toc.xml1
-rw-r--r--plugins/org.eclipse.osee.coverage.help.ui/.gitignore2
-rw-r--r--plugins/org.eclipse.osee.coverage.help.ui/build.properties6
-rw-r--r--plugins/org.eclipse.osee.define.help.ui/.gitignore2
-rw-r--r--plugins/org.eclipse.osee.define.help.ui/build.properties5
-rw-r--r--plugins/org.eclipse.osee.framework.dev.help.ui/.gitignore2
-rw-r--r--plugins/org.eclipse.osee.framework.dev.help.ui/build.properties4
-rw-r--r--plugins/org.eclipse.osee.framework.dev.help.ui/toc.xml14
-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
13 files changed, 43 insertions, 22 deletions
diff --git a/plugins/org.eclipse.osee.ats.help.ui/.gitignore b/plugins/org.eclipse.osee.ats.help.ui/.gitignore
new file mode 100644
index 00000000000..851de5debfa
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/.gitignore
@@ -0,0 +1,2 @@
+/images
+/OSEE
diff --git a/plugins/org.eclipse.osee.ats.help.ui/build.properties b/plugins/org.eclipse.osee.ats.help.ui/build.properties
index be4e5e56f5d..a1563e8b0f2 100644
--- a/plugins/org.eclipse.osee.ats.help.ui/build.properties
+++ b/plugins/org.eclipse.osee.ats.help.ui/build.properties
@@ -2,4 +2,8 @@ bin.includes = META-INF/,\
plugin.xml,\
userguide/,\
toc.xml,\
- images/
+ images/,\
+ OSEE/,\
+ contexts/,\
+ about.html,\
+ intro/
diff --git a/plugins/org.eclipse.osee.ats.help.ui/toc.xml b/plugins/org.eclipse.osee.ats.help.ui/toc.xml
index 497bea87e50..512e7737413 100644
--- a/plugins/org.eclipse.osee.ats.help.ui/toc.xml
+++ b/plugins/org.eclipse.osee.ats.help.ui/toc.xml
@@ -148,6 +148,7 @@
</topic>
<topic href="\OSEE\ATS\Users_Guide\Tips/Tips.html" label="Tips and Tricks">
<topic href="\OSEE\ATS\Users_Guide\Tips/Tips.html" label="Frequently Asked Questions">
+ <topic href="\OSEE\ATS\Users_Guide\Tips/Tips.html#How_do_I_open_an_ATS_Task.2C_Workflow_or_Review_from_the_ID.3F" label="How do I open an ATS Task, Workflow or Review from the ID?"></topic>
<topic href="\OSEE\ATS\Users_Guide\Tips/Tips.html#How_do_I_add_Actionable_Items_or_Team_Workflows_to_an_Action.3F" label="How do I add Actionable Items or Team Workflows to an Action?"></topic>
<topic href="\OSEE\ATS\Users_Guide\Tips/Tips.html#How_do_I_edit_the_fields_of_a_state_in_a_Team_Workflow.2C_Task_or_Review.3F" label="How do I edit the fields of a state in a Team Workflow, Task or Review?"></topic>
<topic href="\OSEE\ATS\Users_Guide\Tips/Tips.html#How_do_I_become_an_assignee_for_a_Team_Workflow.2C_Task_or_Review.3F" label="How do I become an assignee for a Team Workflow, Task or Review?"></topic>
diff --git a/plugins/org.eclipse.osee.coverage.help.ui/.gitignore b/plugins/org.eclipse.osee.coverage.help.ui/.gitignore
new file mode 100644
index 00000000000..851de5debfa
--- /dev/null
+++ b/plugins/org.eclipse.osee.coverage.help.ui/.gitignore
@@ -0,0 +1,2 @@
+/images
+/OSEE
diff --git a/plugins/org.eclipse.osee.coverage.help.ui/build.properties b/plugins/org.eclipse.osee.coverage.help.ui/build.properties
index 7d1007a052c..b7b91083152 100644
--- a/plugins/org.eclipse.osee.coverage.help.ui/build.properties
+++ b/plugins/org.eclipse.osee.coverage.help.ui/build.properties
@@ -4,4 +4,8 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
toc.xml,\
- images/
+ images/,\
+ contexts/,\
+ intro/,\
+ about.html,\
+ OSEE/
diff --git a/plugins/org.eclipse.osee.define.help.ui/.gitignore b/plugins/org.eclipse.osee.define.help.ui/.gitignore
new file mode 100644
index 00000000000..338f82a0599
--- /dev/null
+++ b/plugins/org.eclipse.osee.define.help.ui/.gitignore
@@ -0,0 +1,2 @@
+/OSEE
+/images
diff --git a/plugins/org.eclipse.osee.define.help.ui/build.properties b/plugins/org.eclipse.osee.define.help.ui/build.properties
index 1c360e3797b..c5d549f158d 100644
--- a/plugins/org.eclipse.osee.define.help.ui/build.properties
+++ b/plugins/org.eclipse.osee.define.help.ui/build.properties
@@ -1,4 +1,7 @@
bin.includes = META-INF/,\
plugin.xml,\
images/,\
- toc.xml
+ toc.xml,\
+ contexts/,\
+ about.html,\
+ OSEE/
diff --git a/plugins/org.eclipse.osee.framework.dev.help.ui/.gitignore b/plugins/org.eclipse.osee.framework.dev.help.ui/.gitignore
new file mode 100644
index 00000000000..851de5debfa
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.dev.help.ui/.gitignore
@@ -0,0 +1,2 @@
+/images
+/OSEE
diff --git a/plugins/org.eclipse.osee.framework.dev.help.ui/build.properties b/plugins/org.eclipse.osee.framework.dev.help.ui/build.properties
index 17f700ae876..d245d6f78e1 100644
--- a/plugins/org.eclipse.osee.framework.dev.help.ui/build.properties
+++ b/plugins/org.eclipse.osee.framework.dev.help.ui/build.properties
@@ -1,3 +1,5 @@
bin.includes = META-INF/,\
plugin.xml,\
- toc.xml
+ toc.xml,\
+ OSEE/,\
+ images/
diff --git a/plugins/org.eclipse.osee.framework.dev.help.ui/toc.xml b/plugins/org.eclipse.osee.framework.dev.help.ui/toc.xml
index f00cb543a0c..7ec9a2649cc 100644
--- a/plugins/org.eclipse.osee.framework.dev.help.ui/toc.xml
+++ b/plugins/org.eclipse.osee.framework.dev.help.ui/toc.xml
@@ -22,16 +22,24 @@
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Artifact_Type_.2F_Relation_Type_Mapping_Table" label="Artifact Type / Relation Type Mapping Table"></topic>
</topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Importing_an_OSEE_Data_Model" label="Importing an OSEE Data Model"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Workspace_Setup" label="Workspace Setup"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Downloading_and_Configuring_Eclipse" label="Downloading and Configuring Eclipse"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Working_with_GIT" label="Working with GIT"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Location_of_OSEE_Bundles" label="Location of OSEE Bundles"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Migrating_Branches_to_Another_OSEE_Database_.28including_from_previous_OSEE_version.29" label="Migrating Branches to Another OSEE Database (including from previous OSEE version)"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Configuring_ATS_for_Change_Tracking" label="Configuring ATS for Change Tracking"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Custom_OSEE_Operations_using_BLAM" label="Custom OSEE Operations using BLAM"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Event_Handling" label="Event Handling">
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#General_Design_Considerations" label="General Design Considerations"></topic>
- </topic>
- <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Requirements" label="Requirements">
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Requirements" label="Requirements"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Event_Handling_Revelations" label="Event Handling Revelations"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Event_Handling_Ideas_.2F_Goals" label="Event Handling Ideas / Goals"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#OSEE_Event_Handling_-_Current" label="OSEE Event Handling - Current"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#OSEE_Event_Handling_-_New" label="OSEE Event Handling - New"></topic>
- <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Event_Model" label="Event Model"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Event_Model" label="Event Model">
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Remote_Events" label="Remote Events"></topic>
+ <topic href="\OSEE\Developers_Guide/Developers-Guide.html#Framework_Events_.2F_Listeners" label="Framework Events / Listeners"></topic>
+ </topic>
</topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Use_Cases" label="Use Cases"></topic>
<topic href="\OSEE\Developers_Guide/Developers-Guide.html#Building_OSEE_using_PDE_Build" label="Building OSEE using PDE Build">
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