Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevinh2001-10-31 18:27:41 +0000
committerkevinh2001-10-31 18:27:41 +0000
commit3672de0b6469b3bffa3fa9603aa904549a0b43fd (patch)
tree21745c24a416037eb9fe26824a786e282c589a20 /org.eclipse.ui.examples.javaeditor
parentd4ed2467a6e7e371d2cc399b6fe64eb2c03e506c (diff)
downloadeclipse.platform.text-3672de0b6469b3bffa3fa9603aa904549a0b43fd.tar.gz
eclipse.platform.text-3672de0b6469b3bffa3fa9603aa904549a0b43fd.tar.xz
eclipse.platform.text-3672de0b6469b3bffa3fa9603aa904549a0b43fd.zip
*** empty log message ***v207
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor')
-rw-r--r--org.eclipse.ui.examples.javaeditor/about.html9
-rw-r--r--org.eclipse.ui.examples.javaeditor/build.properties1
2 files changed, 10 insertions, 0 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/about.html b/org.eclipse.ui.examples.javaeditor/about.html
new file mode 100644
index 00000000000..fcadc82e6ab
--- /dev/null
+++ b/org.eclipse.ui.examples.javaeditor/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/org.eclipse.ui.examples.javaeditor/build.properties b/org.eclipse.ui.examples.javaeditor/build.properties
index 38bfd05eb01..0d896700a9b 100644
--- a/org.eclipse.ui.examples.javaeditor/build.properties
+++ b/org.eclipse.ui.examples.javaeditor/build.properties
@@ -3,6 +3,7 @@ source.javaeditorexample.jar = Eclipse Java Editor Example/
bin.includes = doc-html/,\
icons/,\
.options,\
+ about.html,\
plugin.properties,\
plugin.xml,\
*.jar

Back to the top