Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-08-21 03:35:59 +0000
committerDavid Inglis2002-08-21 03:35:59 +0000
commitbd9a9da884eb18661591d99291c2c05c328a0a6f (patch)
tree100e8e0f11b18bc21902f0a92756a1171e0e3819 /debug/org.eclipse.cdt.debug.ui
parent18831f14fe92175b93c277f4152d5a2bd7954394 (diff)
downloadorg.eclipse.cdt-bd9a9da884eb18661591d99291c2c05c328a0a6f.tar.gz
org.eclipse.cdt-bd9a9da884eb18661591d99291c2c05c328a0a6f.tar.xz
org.eclipse.cdt-bd9a9da884eb18661591d99291c2c05c328a0a6f.zip
fixed build properties
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/about.html30
-rw-r--r--debug/org.eclipse.cdt.debug.ui/build.properties6
2 files changed, 36 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/about.html b/debug/org.eclipse.cdt.debug.ui/about.html
new file mode 100644
index 00000000000..293340ea8ed
--- /dev/null
+++ b/debug/org.eclipse.cdt.debug.ui/about.html
@@ -0,0 +1,30 @@
+<!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>20th August, 2002</p>
+<h3>License</h3>
+<p>Eclipse.org 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
+Common Public License Version 1.0 (&quot;CPL&quot;). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
+For purposes of the CPL, &quot;Program&quot; will mean the Content.</p>
+
+<h3>Contributions</h3>
+
+<p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
+made available to Eclipse.org, members of Eclipse.org and/or the host of Eclipse.org web site, by you that relate to such
+Content are provided under the terms and conditions of the CPL and can be made available to others under the terms of the CPL.</p>
+
+<p>If this Content is licensed to you under license terms and conditions other than the CPL (&quot;Other License&quot;), any modifications, enhancements and/or
+other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
+host of Eclipse.org, by you that relate to such Content are provided under terms and conditions of the Other License and can be made available
+to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
+providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
+the CPL.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/debug/org.eclipse.cdt.debug.ui/build.properties b/debug/org.eclipse.cdt.debug.ui/build.properties
index 85962c93d34..6b5619e92cb 100644
--- a/debug/org.eclipse.cdt.debug.ui/build.properties
+++ b/debug/org.eclipse.cdt.debug.ui/build.properties
@@ -1 +1,7 @@
+bin.includes = plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ *.jar,\
+ icons/
+src.includes = about.html
source.cdebugui.jar = src/

Back to the top