Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-03-12 18:27:25 +0000
committerrescobar2010-03-12 18:27:25 +0000
commit205aa057fa925d37a3a5375aa8418b9567e99c6d (patch)
treed33f80b9f727c479b8031aeb352494c38ad9878d /plugins/org.eclipse.osee.ats.help.ui
parent0e6d2b595cfb4d54eccdf3479e7c5d74d9c736a5 (diff)
downloadorg.eclipse.osee-205aa057fa925d37a3a5375aa8418b9567e99c6d.tar.gz
org.eclipse.osee-205aa057fa925d37a3a5375aa8418b9567e99c6d.tar.xz
org.eclipse.osee-205aa057fa925d37a3a5375aa8418b9567e99c6d.zip
Diffstat (limited to 'plugins/org.eclipse.osee.ats.help.ui')
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/.classpath7
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/.project28
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/META-INF/MANIFEST.MF9
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/about.html27
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/build-helper.xml78
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/build.properties8
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/contexts/contexts.xml75
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/customBuildCallbacks.xml161
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/intro/overviewExtensionContent.xml13
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/intro/tutorialsExtensionContent.xml26
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/plugin.xml54
-rw-r--r--plugins/org.eclipse.osee.ats.help.ui/toc.xml46
13 files changed, 539 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats.help.ui/.classpath b/plugins/org.eclipse.osee.ats.help.ui/.classpath
new file mode 100644
index 00000000000..8a8f1668cdc
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.osee.ats.help.ui/.project b/plugins/org.eclipse.osee.ats.help.ui/.project
new file mode 100644
index 00000000000..756894e2f72
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.ats.help.ui</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.osee.ats.help.ui/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.osee.ats.help.ui/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000000..1043fe0645c
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+#Mon Apr 20 17:56:16 MST 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
diff --git a/plugins/org.eclipse.osee.ats.help.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ats.help.ui/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..55de9612b9b
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name
+Bundle-SymbolicName: org.eclipse.osee.ats.help.ui;singleton:=true
+Bundle-Version: 0.9.2.qualifier
+Bundle-Vendor: %Bundle-Vendor
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-ActivationPolicy: lazy
+Require-Bundle: org.eclipse.help
diff --git a/plugins/org.eclipse.osee.ats.help.ui/about.html b/plugins/org.eclipse.osee.ats.help.ui/about.html
new file mode 100644
index 00000000000..a96ffa40a2e
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/about.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 25, 2008</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.ats.help.ui/build-helper.xml b/plugins/org.eclipse.osee.ats.help.ui/build-helper.xml
new file mode 100644
index 00000000000..ab063100dfe
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/build-helper.xml
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.eclipse.osee.ats.help.ui" basedir="."
+ default="all">
+ <property name="osee.base.help.plugin" value="../org.eclipse.osee.framework.help.ui" />
+ <property name="ant.file.imported" value="${osee.base.help.plugin}/scripts" />
+ <import file="${ant.file.imported}/help-build-common.xml" />
+
+ <description>
+ Generate Eclipse help content for the OSEE ATS user guide
+ </description>
+
+ <property name="osee.help.doc.url.base" value="http://wiki.eclipse.org" />
+ <property name="osee.help.image.folder" value="images" />
+
+ <property name="osee.help.doc" value="OSEE/ATS/Users_Guide" />
+ <property name="osee.help.doc.intro" value="${osee.help.doc}/Intro" />
+ <property name="osee.help.doc.views" value="${osee.help.doc}/Views" />
+ <property name="osee.help.doc.usage" value="${osee.help.doc}/Usage" />
+ <property name="osee.help.doc.tips" value="${osee.help.doc}/Tips" />
+ <property name="osee.help.doc.new" value="${osee.help.doc}/New" />
+ <property name="osee.help.doc.update" value="OSEE/Users_Guide/Update" />
+
+ <property name="osee.help.intro.file.name" value="OSEE ATS Intro" />
+ <property name="osee.help.views.file.name" value="OSEE ATS Views" />
+ <property name="osee.help.usage.file.name" value="OSEE ATS Usage" />
+ <property name="osee.help.tips.file.name" value="OSEE ATS Tips" />
+ <property name="osee.help.new.file.name" value="OSEE ATS New" />
+ <property name="osee.help.update.file.name" value="OSEE Update" />
+
+ <target name="all"
+ description="Generate Eclipse help content for the OSEE ATS user guide">
+ <sequential>
+ <delete>
+ <fileset dir="userguide" />
+ </delete>
+ <eclipse-wiki-to-help help.doc.url.base="${osee.help.doc.url.base}"
+ wiki.url.base="${osee.help.doc.url.base}/OSEE"
+ help.doc.url.html="${osee.help.doc.url.base}/${osee.help.doc.intro}"
+ help.doc.url.xml="${osee.help.doc.url.base}/Special:Export/${osee.help.doc.intro}"
+ help.doc.filenameNoExtension="${osee.help.intro.file.name}" help.imagefolder="${osee.help.image.folder}"
+ targetfolder="userguide" />
+
+ <eclipse-wiki-to-help help.doc.url.base="${osee.help.doc.url.base}"
+ wiki.url.base="${osee.help.doc.url.base}/OSEE"
+ help.doc.url.html="${osee.help.doc.url.base}/${osee.help.doc.views}"
+ help.doc.url.xml="${osee.help.doc.url.base}/Special:Export/${osee.help.doc.views}"
+ help.doc.filenameNoExtension="${osee.help.views.file.name}" help.imagefolder="${osee.help.image.folder}"
+ targetfolder="userguide" />
+
+ <eclipse-wiki-to-help help.doc.url.base="${osee.help.doc.url.base}"
+ wiki.url.base="${osee.help.doc.url.base}/OSEE"
+ help.doc.url.html="${osee.help.doc.url.base}/${osee.help.doc.usage}"
+ help.doc.url.xml="${osee.help.doc.url.base}/Special:Export/${osee.help.doc.usage}"
+ help.doc.filenameNoExtension="${osee.help.usage.file.name}" help.imagefolder="${osee.help.image.folder}"
+ targetfolder="userguide" />
+
+ <eclipse-wiki-to-help help.doc.url.base="${osee.help.doc.url.base}"
+ wiki.url.base="${osee.help.doc.url.base}/OSEE"
+ help.doc.url.html="${osee.help.doc.url.base}/${osee.help.doc.tips}"
+ help.doc.url.xml="${osee.help.doc.url.base}/Special:Export/${osee.help.doc.tips}"
+ help.doc.filenameNoExtension="${osee.help.tips.file.name}" help.imagefolder="${osee.help.image.folder}"
+ targetfolder="userguide" />
+
+ <eclipse-wiki-to-help help.doc.url.base="${osee.help.doc.url.base}"
+ wiki.url.base="${osee.help.doc.url.base}/OSEE"
+ help.doc.url.html="${osee.help.doc.url.base}/${osee.help.doc.new}"
+ help.doc.url.xml="${osee.help.doc.url.base}/Special:Export/${osee.help.doc.new}"
+ help.doc.filenameNoExtension="${osee.help.new.file.name}" help.imagefolder="${osee.help.image.folder}"
+ targetfolder="userguide" />
+
+ <eclipse-wiki-to-help help.doc.url.base="${osee.help.doc.url.base}"
+ wiki.url.base="${osee.help.doc.url.base}/OSEE" help.doc.url.html="${osee.help.doc.url.base}/${osee.help.doc.update}"
+ help.doc.url.xml="${osee.help.doc.url.base}/Special:Export/${osee.help.doc.update}"
+ help.doc.filenameNoExtension="${osee.help.update.file.name}"
+ help.imagefolder="${osee.help.image.folder}" targetfolder="userguide" />
+ </sequential>
+ </target>
+</project>
diff --git a/plugins/org.eclipse.osee.ats.help.ui/build.properties b/plugins/org.eclipse.osee.ats.help.ui/build.properties
new file mode 100644
index 00000000000..3d42260ef3b
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/build.properties
@@ -0,0 +1,8 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ userguide/,\
+ toc.xml,\
+ images/
diff --git a/plugins/org.eclipse.osee.ats.help.ui/contexts/contexts.xml b/plugins/org.eclipse.osee.ats.help.ui/contexts/contexts.xml
new file mode 100644
index 00000000000..923b18048cd
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/contexts/contexts.xml
@@ -0,0 +1,75 @@
+<contexts>
+ <context id="atsConfigureWorkflow">
+ <description>Configure Workflow for use by Team Definition.</description>
+ <topic href="userguide/ATS-Workflow-Configuration-Editor.html" label="Workflow Configuration Editor"/>
+ <topic href="userguide/Workflow-Configuration.html" label="Workflow Configuration"/>
+ <topic href="userguide/Work-Page-Definition-Artifact.html" label="Work Page Definition"/>
+ <topic href="userguide/Work-Rule-Widget-Artifact.html" label="Work Widget Definition"/>
+ <topic href="userguide/Work-Rule-Definition-Artifact.html" label="Work Rule Definition"/>
+ </context>
+
+ <context id="atsPriority" title="ATS Priorities">
+ <description>Priorities for classifying Actions in ATS.</description>
+ <topic href="userguide/Priorities-for-classifying-problems.html" label="ATS Priorities"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="atsReportABug" title="Report a Bug">
+ <description>Instructions on using the Bug icons for reporting OSEE bugs.</description>
+ <topic href="OSEE ATS Usage.html" label="Reporting a bug in OSEE"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="atsNavigator" title="ATS Navigator View">
+ <description>Perform ATS navigation capabilities.</description>
+ <topic href="userguide/ATS-Navigator.html" label="ATS Navigator View"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="atsActionView" title="ATS Action View">
+ <description>Show graphical representation of Action and its children Team Workflows.</description>
+ <topic href="userguide/ATS-Action-View.html" label="ATS Action View"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="atsWorldView" title="ATS World View">
+ <description>Show loaded Action, Team Workflows, Tasks and Reviews.</description>
+ <topic href="userguide/ATS-World-View.html" label="ATS World View"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ <topic href="userguide/Table-Customization.html" label="Table Customization"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="atsWorkflowEditorWorkflowTab" title="ATS Workflow Editor: Workflow Tab">
+ <description>Shows states of workflow, alows entry in current state and provides services to perform actions, see metrics and research information about workflow.</description>
+ <topic href="userguide/ATS-Workflow-Editor-Workflow-Tab.html" label="ATS Workflow Editor: Workflow Tab"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ <topic href="userguide/OSEE-Spell-Checking.html" label="Spell Checking"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="atsWorkflowEditorTaskTab" title="ATS Workflow Editor: Task Tab">
+ <description>Shows tasks associated with workflow states. Allows quick editing of task information and allows a quick jump (double-click) to open task in ATS Workflow Editor.</description>
+ <topic href="userguide/ATS-Workflow-Editor-Task-Tab.html" label="ATS Workflow Editor: Task Tab"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ <topic href="userguide/Table-Customization.html" label="Table Customization"/>
+ <topic href="userguide/OSEE ATS Intro.html" label="ATS Overview"/>
+ </context>
+ <context id="new_action_wizard_page_1" title="New Action Wizard">
+ <description>Initiates a new Action. Specify the Title and Impacted Items.</description>
+ <topic label="Details" href="userguide/ATS-New-Action-Wizard.html#Part One" />
+ </context>
+ <context id="new_action_wizard_page_2" title="New Action Wizard">
+ <description>Provides details for the new action.</description>
+ <topic label="Details" href="userguide/ATS-New-Action-Wizard.html#Part Two" />
+ </context>
+
+ <context id="decisionReview" title="Decision Review Workflow">
+ <description>Provides description of the Decision review.</description>
+ <topic href="userguide/Decision-Review-Workflow.html" label="Decision Review Workflow"/>
+ <topic href="userguide/ATS-Workflow-Editor-Workflow-Tab.html" label="ATS Workflow Editor: Workflow Tab"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ </context>
+ <context id="peerToPeerReview" title="Peer To Peer Review Workflow">
+ <description>Provides description of the Peer to Peer review.</description>
+ <topic href="userguide/Peer-To-Peer-Review-Workflow.html" label="Peer To Peer Review Workflow"/>
+ <topic href="userguide/ATS-Workflow-Editor-Workflow-Tab.html" label="ATS Workflow Editor: Workflow Tab"/>
+ <topic href="userguide/OSEE ATS Views.html" label="ATS Icons"/>
+ </context>
+</contexts> \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.ats.help.ui/customBuildCallbacks.xml b/plugins/org.eclipse.osee.ats.help.ui/customBuildCallbacks.xml
new file mode 100644
index 00000000000..26354d81057
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/customBuildCallbacks.xml
@@ -0,0 +1,161 @@
+<!-- ===================================================================== -->
+<!-- Custom targets called from a project's generated build.xml -->
+<!-- Set customBuildCallbacks=<path/to/this/file> in your build.properties.-->
+<!-- ===================================================================== -->
+<project name="Build specific targets and properties" default="noDefault">
+
+ <!-- ===================================================================== -->
+ <!-- Default target -->
+ <!-- ===================================================================== -->
+ <target name="noDefault">
+ <echo message="This file must be called with explicit targets" />
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.jars">
+ <!-- automatic generation of the user guide is disabled, see bug 242979
+ <ant antfile="build-helper.xml" target="all"/>
+ -->
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.jars -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.jars">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="pre.build.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target build.sources -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder to contain the build results -->
+ <!-- ===================================================================== -->
+ <target name="post.build.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="pre.name">
+ </target>
+
+ <target name="pre.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do during the compilation target <name>, after the compile -->
+ <!-- but before jaring. Substitute "name" with the name of the compilation-->
+ <!-- target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- source.foldern : n = 1 ... N, the source folders -->
+ <!-- target.folder : where the results of the compilation go -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.compile.name">
+ </target>
+
+ <target name="post.compile.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the compilation target <name> -->
+ <!-- Substitute "name" with the name of the compilation target, eg @dot -->
+ <!-- Available parameters : -->
+ <!-- jar.location - the location of the compilation results -->
+ <!-- <name>.classpath : name = name of the compilation target. A -->
+ <!-- reference to the classpath structure. -->
+ <!-- ===================================================================== -->
+ <target name="post.name">
+ </target>
+
+ <target name="post.@dot">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.bin.parts -->
+ <!-- Available parameters : -->
+ <!-- build.result.folder - folder containing the build results -->
+ <!-- target.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.bin.parts">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.sources -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.sources">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target gather.logs -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="post.gather.logs">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do before the target clean -->
+ <!-- Available parameters : -->
+ <!-- destination.temp.folder - destination folder -->
+ <!-- ===================================================================== -->
+ <target name="pre.clean">
+ </target>
+
+ <!-- ===================================================================== -->
+ <!-- Steps to do after the target clean -->
+ <!-- Available parameters : -->
+ <!-- plugin.destination - final destination of the build -->
+ <!-- build.result.folder - results of the compilation -->
+ <!-- temp.folder - temporary folder -->
+ <!-- ===================================================================== -->
+ <target name="post.clean">
+ </target>
+</project>
diff --git a/plugins/org.eclipse.osee.ats.help.ui/intro/overviewExtensionContent.xml b/plugins/org.eclipse.osee.ats.help.ui/intro/overviewExtensionContent.xml
new file mode 100644
index 00000000000..53f0ee35659
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/intro/overviewExtensionContent.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<introContent>
+ <extensionContent id="org.eclipse.osee" name="OSEE"
+ style="css/overview.css" path="overview/@">
+ <group id="content-group" style-id="content-group">
+ <link label="ATS"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.osee.ats.help.ui&amp;class=org.eclipse.mylyn.internal.tasks.ui.actions.ShowTasksUiLegendAction&amp;id=org.eclipse.mylyn.doc.legend.show.action"
+ id="ats-overview" style-id="content-link">
+ <text>See the OSEE Define Perspective</text>
+ </link>
+ </group>
+ </extensionContent>
+</introContent>
diff --git a/plugins/org.eclipse.osee.ats.help.ui/intro/tutorialsExtensionContent.xml b/plugins/org.eclipse.osee.ats.help.ui/intro/tutorialsExtensionContent.xml
new file mode 100644
index 00000000000..ab75088b2d6
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/intro/tutorialsExtensionContent.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<introContent>
+ <extensionContent id="org.eclipse.osee" name="AST"
+ style="css/tutorials.css" path="tutorials/@">
+<!-- <group label="Task-focused programming" id="AST" style-id="content-group">
+ <link
+ url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylyn.cheatsheet.query"
+ label="Use the Task List" id="mylyn-query" style-id="content-link">
+ <text>Learn how to create tasks and task repository queries</text>
+ </link>
+ <link
+ url="http://www.eclipse.org/mylyn/start/"
+ label="Visit the Mylyn homepage" id="mylyn-task" style-id="content-link">
+ <text>Learn about the benefits of task-focused programming with Mylyn</text>
+ </link>
+ </group>-->
+ </extensionContent>
+</introContent>
+
+<!--
+<link
+ url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylyn.cheatsheet.taskfocus"
+ label="Focus on Java" id="osee-task" style-id="content-link">
+ <text>Learn how to reduce information overload and multitask with ease.</text>
+</link>
+-->
diff --git a/plugins/org.eclipse.osee.ats.help.ui/plugin.xml b/plugins/org.eclipse.osee.ats.help.ui/plugin.xml
new file mode 100644
index 00000000000..2e7e6e5e725
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/plugin.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="org.eclipse.osee.ats.help.ui.docs"
+ name="OSEE ATS"
+ point="org.eclipse.help.toc">
+ <toc
+ file="toc.xml"
+ primary="true">
+ </toc>
+ <toc
+ file="userguide/OSEE ATS Intro-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="userguide/OSEE ATS Views-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="userguide/OSEE ATS Usage-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="userguide/OSEE ATS Tips-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="userguide/OSEE ATS New-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="userguide/OSEE Update-toc.xml"
+ primary="false">
+ </toc>
+ </extension>
+ <extension
+ point="org.eclipse.ui.intro.configExtension">
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="$nl$/intro/overviewExtensionContent.xml">
+ </configExtension>
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="$nl$/intro/tutorialsExtensionContent.xml">
+ </configExtension>
+ </extension>
+ <extension
+ point="org.eclipse.help.contexts">
+ <contexts
+ file="contexts/contexts.xml">
+ </contexts>
+ </extension>
+</plugin>
diff --git a/plugins/org.eclipse.osee.ats.help.ui/toc.xml b/plugins/org.eclipse.osee.ats.help.ui/toc.xml
new file mode 100644
index 00000000000..7fd0abceb06
--- /dev/null
+++ b/plugins/org.eclipse.osee.ats.help.ui/toc.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?NLS TYPE="org.eclipse.help.toc"?>
+
+<toc label="OSEE ATS User Guide">
+ <anchor id="before-reference" />
+ <topic label="Getting Started">
+ <anchor id="before-reference-content"/>
+ <link toc="userguide/OSEE ATS Intro-toc.xml"/>
+ <anchor id="after-reference-content"/>
+ <anchor id="additions-reference" />
+ </topic>
+ <topic label="Views and Editors">
+ <anchor id="before-reference-content"/>
+ <link toc="userguide/OSEE ATS Views-toc.xml"/>
+ <anchor id="after-reference-content"/>
+ <anchor id="additions-reference"/>
+ </topic>
+ <topic label="Using ATS">
+ <anchor id="before-reference-content"/>
+ <link toc="userguide/OSEE ATS Usage-toc.xml"/>
+ <anchor id="after-reference-content"/>
+ <anchor id="additions-reference"/>
+ </topic>
+ <topic href="userguide/OSEE ATS Tips.html" label="Tips and Tricks">
+ <anchor id="before-reference-content"/>
+ <link toc="userguide/OSEE ATS Tips-toc.xml"/>
+ <anchor id="after-reference-content"/>
+ <anchor id="additions-reference"/>
+ </topic>
+ <topic href="userguide/OSEE ATS New.html" label="What&apos;s New">
+ <anchor id="before-reference-content"/>
+ <link toc="userguide/OSEE ATS New-toc.xml"/>
+ <anchor id="after-reference-content"/>
+ <anchor id="additions-reference"/>
+ </topic>
+ <topic href="userguide/OSEE Update.html" label="Updating this Document">
+ <anchor id="before-reference-content"/>
+ <link toc="userguide/OSEE ATS New-toc.xml"/>
+ <anchor id="after-reference-content"/>
+ <anchor id="additions-reference"/>
+ </topic>
+ <anchor id="after-reference" />
+ <anchor id="additions" />
+</toc>
+
+

Back to the top