Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2009-11-25 21:57:28 +0000
committerrelves2009-11-25 21:57:28 +0000
commite22aee2138220f355d6dd217966603efd55d1e78 (patch)
tree092b6b93ac7179966d1ea2030cbdaaee97a8c59b /org.eclipse.mylyn.oslc.ui
parent2dd55d590fd76bcfdba171b4918101344db622d2 (diff)
downloadorg.eclipse.mylyn.tasks-e22aee2138220f355d6dd217966603efd55d1e78.tar.gz
org.eclipse.mylyn.tasks-e22aee2138220f355d6dd217966603efd55d1e78.tar.xz
org.eclipse.mylyn.tasks-e22aee2138220f355d6dd217966603efd55d1e78.zip
NEW - bug 281711: produce Java API for OSLC CM 1.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281711
Diffstat (limited to 'org.eclipse.mylyn.oslc.ui')
-rw-r--r--org.eclipse.mylyn.oslc.ui/about.html27
-rw-r--r--org.eclipse.mylyn.oslc.ui/build.properties2
2 files changed, 28 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.oslc.ui/about.html b/org.eclipse.mylyn.oslc.ui/about.html
new file mode 100644
index 000000000..d774b07c7
--- /dev/null
+++ b/org.eclipse.mylyn.oslc.ui/about.html
@@ -0,0 +1,27 @@
+<!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>June 25, 2008</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation 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
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.mylyn.oslc.ui/build.properties b/org.eclipse.mylyn.oslc.ui/build.properties
index abdb5f241..86d1f90ab 100644
--- a/org.eclipse.mylyn.oslc.ui/build.properties
+++ b/org.eclipse.mylyn.oslc.ui/build.properties
@@ -12,4 +12,4 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ about.html

Back to the top