From 504c8d23c6392c8d06f84455d708a647b0439e15 Mon Sep 17 00:00:00 2001 From: slewis Date: Mon, 7 May 2007 21:18:02 +0000 Subject: Fixes for source plugin builds. --- .../org.eclipse.ecf.bulletinboard/about.html | 28 ++++++++++++++++++++++ .../org.eclipse.ecf.bulletinboard/build.properties | 6 ++--- 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 incubation/bundles/org.eclipse.ecf.bulletinboard/about.html (limited to 'incubation/bundles') diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html b/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html new file mode 100644 index 000000000..5d03fd4c9 --- /dev/null +++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/about.html @@ -0,0 +1,28 @@ + + +
+ +May 2, 2006
+The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.
+ +If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") 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 http://www.eclipse.org.
+ + + \ No newline at end of file diff --git a/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties b/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties index 26b2f9904..73dca0fd9 100644 --- a/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties +++ b/incubation/bundles/org.eclipse.ecf.bulletinboard/build.properties @@ -2,6 +2,6 @@ source.. = src/ output.. = target/classes/ bin.includes = META-INF/,\ .,\ - plugin.properties -src.includes = META-INF/,\ - plugin.properties + plugin.properties,\ + about.html +src.includes = about.html -- cgit v1.2.1