Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.message')
-rw-r--r--plugins/org.eclipse.osee.ote.message/build.properties3
-rw-r--r--plugins/org.eclipse.osee.ote.message/help/toc.xml3
-rw-r--r--plugins/org.eclipse.osee.ote.message/plugin.xml9
-rw-r--r--plugins/org.eclipse.osee.ote.message/src/org/eclipse/osee/ote/message/package.html15
4 files changed, 1 insertions, 29 deletions
diff --git a/plugins/org.eclipse.osee.ote.message/build.properties b/plugins/org.eclipse.osee.ote.message/build.properties
index b7a21111211..26393025114 100644
--- a/plugins/org.eclipse.osee.ote.message/build.properties
+++ b/plugins/org.eclipse.osee.ote.message/build.properties
@@ -2,5 +2,4 @@ source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
- .,\
- help/
+ . \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.ote.message/help/toc.xml b/plugins/org.eclipse.osee.ote.message/help/toc.xml
deleted file mode 100644
index 33fc54826e0..00000000000
--- a/plugins/org.eclipse.osee.ote.message/help/toc.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<toc link_to="../org.eclipse.osee.ote.core/help/toc.xml#environments" label="Message System Test Environment">
- <topic href="src/org/eclipse/osee/ote/message/package.html" label="Message System Test Environment"/>
-</toc> \ No newline at end of file
diff --git a/plugins/org.eclipse.osee.ote.message/plugin.xml b/plugins/org.eclipse.osee.ote.message/plugin.xml
index 049b18becbc..f0cf0abe100 100644
--- a/plugins/org.eclipse.osee.ote.message/plugin.xml
+++ b/plugins/org.eclipse.osee.ote.message/plugin.xml
@@ -1,17 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
-
<extension
point="org.eclipse.osee.framework.jini.JiniInterface">
<RegisterBundle/>
</extension>
- <extension
- point="org.eclipse.help.toc">
- <toc
- file="help/toc.xml"
- primary="false">
- </toc>
- </extension>
-
</plugin>
diff --git a/plugins/org.eclipse.osee.ote.message/src/org/eclipse/osee/ote/message/package.html b/plugins/org.eclipse.osee.ote.message/src/org/eclipse/osee/ote/message/package.html
deleted file mode 100644
index 0a574d45476..00000000000
--- a/plugins/org.eclipse.osee.ote.message/src/org/eclipse/osee/ote/message/package.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<html>
-<head>
-<title></title>
-</head>
-<body bgcolor="white">
-
-<h1>Message System Test Environment</h1>
-
-<p>
-The Message System Test Environment is the base environment that provides message and element support. This includes most of the element types such as Integer, Float, etc... and the checks that are available on both the message and the element. It also adds in the remote message service which enables all of the messaging based tools that remote clients use.
-</p>
-
-</body>
-</html> \ No newline at end of file

Back to the top