Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2005-04-11 21:23:18 +0000
committerDarin Swanson2005-04-11 21:23:18 +0000
commit9000026946717676872f0cc96c96f80a7d11c10e (patch)
treedd6f46d80af5f0f4ee29a7c1b0b6c713220884fd /org.eclipse.ui.console
parent808d2bda7a60370aa5fbe4a6ae639d0734b29cd6 (diff)
downloadeclipse.platform.debug-9000026946717676872f0cc96c96f80a7d11c10e.tar.gz
eclipse.platform.debug-9000026946717676872f0cc96c96f80a7d11c10e.tar.xz
eclipse.platform.debug-9000026946717676872f0cc96c96f80a7d11c10e.zip
Bug 88261 - create component XML for debug plugins
Diffstat (limited to 'org.eclipse.ui.console')
-rw-r--r--org.eclipse.ui.console/build.properties4
-rw-r--r--org.eclipse.ui.console/hglegal2003.htm14
-rw-r--r--org.eclipse.ui.console/ngibmcpy2003.gifbin1101 -> 0 bytes
3 files changed, 3 insertions, 15 deletions
diff --git a/org.eclipse.ui.console/build.properties b/org.eclipse.ui.console/build.properties
index b468cd3ed..da5daf55c 100644
--- a/org.eclipse.ui.console/build.properties
+++ b/org.eclipse.ui.console/build.properties
@@ -16,4 +16,6 @@ bin.includes = icons/,\
META-INF/
source.. src/
-src.includes=about.html
+src.includes = about.html,\
+ component.xml,\
+ schema/
diff --git a/org.eclipse.ui.console/hglegal2003.htm b/org.eclipse.ui.console/hglegal2003.htm
deleted file mode 100644
index 47c8540c8..000000000
--- a/org.eclipse.ui.console/hglegal2003.htm
+++ /dev/null
@@ -1,14 +0,0 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
-<html>
-<head>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <LINK REL="stylesheet" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css">
- <title>Legal Notices</title>
-</head>
-<body>
-
-<h3>
-<a NAME="Notices"></a>Notices</h3>
-(c) Copyright (c) 2000, 2003 IBM Corporation and others. All Rights Reserved.
-</body>
-</html>
diff --git a/org.eclipse.ui.console/ngibmcpy2003.gif b/org.eclipse.ui.console/ngibmcpy2003.gif
deleted file mode 100644
index c786e43e1..000000000
--- a/org.eclipse.ui.console/ngibmcpy2003.gif
+++ /dev/null
Binary files differ

Back to the top