Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-12-17 23:09:39 +0000
committerRyan D. Brooks2010-12-17 23:09:39 +0000
commitf43d22b240ae6b020e9d389bb19bfe31e4697947 (patch)
tree88113c736ae0cd594d85d25aebad0fff53a15da9 /plugins/org.eclipse.osee.ote.ui.mux
parent10effceb7113652237bec1d2449bef1739ae651e (diff)
downloadorg.eclipse.osee-f43d22b240ae6b020e9d389bb19bfe31e4697947.tar.gz
org.eclipse.osee-f43d22b240ae6b020e9d389bb19bfe31e4697947.tar.xz
org.eclipse.osee-f43d22b240ae6b020e9d389bb19bfe31e4697947.zip
feature[ats_A7H4A]: Remove obsolete OTE help system
Diffstat (limited to 'plugins/org.eclipse.osee.ote.ui.mux')
-rw-r--r--plugins/org.eclipse.osee.ote.ui.mux/build.properties4
-rw-r--r--plugins/org.eclipse.osee.ote.ui.mux/help/contexts.xml8
-rw-r--r--plugins/org.eclipse.osee.ote.ui.mux/help/muxView.JPGbin37732 -> 0 bytes
-rw-r--r--plugins/org.eclipse.osee.ote.ui.mux/help/package.html16
-rw-r--r--plugins/org.eclipse.osee.ote.ui.mux/help/toc.xml9
-rw-r--r--plugins/org.eclipse.osee.ote.ui.mux/plugin.xml13
6 files changed, 2 insertions, 48 deletions
diff --git a/plugins/org.eclipse.osee.ote.ui.mux/build.properties b/plugins/org.eclipse.osee.ote.ui.mux/build.properties
index f63353c4b8f..5bf780d62c4 100644
--- a/plugins/org.eclipse.osee.ote.ui.mux/build.properties
+++ b/plugins/org.eclipse.osee.ote.ui.mux/build.properties
@@ -3,5 +3,5 @@ output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
- icons/,\
- help/
+ icons/
+ \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.ote.ui.mux/help/contexts.xml b/plugins/org.eclipse.osee.ote.ui.mux/help/contexts.xml
deleted file mode 100644
index b0a7c1ea3e0..00000000000
--- a/plugins/org.eclipse.osee.ote.ui.mux/help/contexts.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<contexts>
-<!--
- <context id="muxView" title="Mux View">
- <description>Mux View</description>
- <topic href="help/package.html" label="Mux View"/>
- </context>
- -->
-</contexts>
diff --git a/plugins/org.eclipse.osee.ote.ui.mux/help/muxView.JPG b/plugins/org.eclipse.osee.ote.ui.mux/help/muxView.JPG
deleted file mode 100644
index 7b5d9543f19..00000000000
--- a/plugins/org.eclipse.osee.ote.ui.mux/help/muxView.JPG
+++ /dev/null
Binary files differ
diff --git a/plugins/org.eclipse.osee.ote.ui.mux/help/package.html b/plugins/org.eclipse.osee.ote.ui.mux/help/package.html
deleted file mode 100644
index e3baf130d60..00000000000
--- a/plugins/org.eclipse.osee.ote.ui.mux/help/package.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<title>
-Mux View
-</title>
-<body>
-<h1>Mux View</h1>
-
-<img src="muxView.JPG"/>
-
-<p>
-The mux view allows the user to monitor and simulate mux messages.
-</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.ote.ui.mux/help/toc.xml b/plugins/org.eclipse.osee.ote.ui.mux/help/toc.xml
deleted file mode 100644
index 43a8de22a9d..00000000000
--- a/plugins/org.eclipse.osee.ote.ui.mux/help/toc.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?NLS TYPE="org.eclipse.help.toc"?>
-
-<toc link_to="../org.eclipse.osee.ote.core/help/toc.xml#tools" label="Mux View">
- <topic href="help/package.html" label="Mux View">
- </topic>
-
-
-</toc>
diff --git a/plugins/org.eclipse.osee.ote.ui.mux/plugin.xml b/plugins/org.eclipse.osee.ote.ui.mux/plugin.xml
index ba28b5262c2..b552df976d1 100644
--- a/plugins/org.eclipse.osee.ote.ui.mux/plugin.xml
+++ b/plugins/org.eclipse.osee.ote.ui.mux/plugin.xml
@@ -33,17 +33,4 @@
viewId="org.eclipse.osee.ote.ui.navigate.OteNavigateView">
</XNavigateItem>
</extension>
- <extension
- point="org.eclipse.help.toc">
- <toc
- file="help/toc.xml"
- primary="false">
- </toc>
- </extension>
- <extension
- point="org.eclipse.help.contexts">
- <contexts
- file="help/contexts.xml">
- </contexts>
- </extension>
</plugin>

Back to the top