Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Kiezun2001-10-31 11:41:06 +0000
committerAdam Kiezun2001-10-31 11:41:06 +0000
commit8575c5516ac1342e9c57e69a22aa6ab5201bb7fd (patch)
tree8f951ab59be4bf10dbd321a1ac9dc406bddba3e0
parent7a913a9a2b269256511d85c84d7f6afc7bf59ff0 (diff)
downloadeclipse.platform.team-8575c5516ac1342e9c57e69a22aa6ab5201bb7fd.tar.gz
eclipse.platform.team-8575c5516ac1342e9c57e69a22aa6ab5201bb7fd.tar.xz
eclipse.platform.team-8575c5516ac1342e9c57e69a22aa6ab5201bb7fd.zip
about.html + change in build.properties
-rw-r--r--bundles/org.eclipse.compare/about.html9
-rw-r--r--bundles/org.eclipse.compare/build.properties3
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/about.html9
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/build.properties3
4 files changed, 22 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/about.html b/bundles/org.eclipse.compare/about.html
new file mode 100644
index 000000000..fcadc82e6
--- /dev/null
+++ b/bundles/org.eclipse.compare/about.html
@@ -0,0 +1,9 @@
+<html>
+<title>about.html</title>
+<body>
+<h3>Copyright</h3>
+(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
+"This offering is based on technology from the Eclipse Project"<br>
+<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+</body>
+</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.compare/build.properties b/bundles/org.eclipse.compare/build.properties
index 1cb8aa3c1..c32a50197 100644
--- a/bundles/org.eclipse.compare/build.properties
+++ b/bundles/org.eclipse.compare/build.properties
@@ -3,4 +3,5 @@ bin.includes = icons/,\
plugin.xml,\
*.jar,\
plugin.properties,\
- notice.html
+ notice.html,\
+ about.html
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/about.html b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/about.html
new file mode 100644
index 000000000..fcadc82e6
--- /dev/null
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/about.html
@@ -0,0 +1,9 @@
+<html>
+<title>about.html</title>
+<body>
+<h3>Copyright</h3>
+(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
+"This offering is based on technology from the Eclipse Project"<br>
+<a href="http://www.eclipse.org">http://www.eclipse.org</a>
+</body>
+</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/build.properties b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/build.properties
index 1cb8aa3c1..c32a50197 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/build.properties
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/build.properties
@@ -3,4 +3,5 @@ bin.includes = icons/,\
plugin.xml,\
*.jar,\
plugin.properties,\
- notice.html
+ notice.html,\
+ about.html

Back to the top