Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/build.properties1
-rw-r--r--plugins/org.eclipse.emf.cdo.server/build.properties1
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/build.properties1
-rw-r--r--plugins/org.eclipse.emf.cdo/build.properties1
4 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/build.properties b/plugins/org.eclipse.emf.cdo.examples.server/build.properties
index 0437412f84..269a7b183e 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.server/build.properties
@@ -11,3 +11,4 @@ bin.includes = plugin.xml,\
jars.compile.order = .
source.. = src/
output.. = bin/
+src.includes = about.html
diff --git a/plugins/org.eclipse.emf.cdo.server/build.properties b/plugins/org.eclipse.emf.cdo.server/build.properties
index b4adfa28b3..4d66ad7220 100644
--- a/plugins/org.eclipse.emf.cdo.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server/build.properties
@@ -10,3 +10,4 @@ bin.includes = plugin.xml,\
jars.compile.order = .
source.. = src/
output.. = bin/
+src.includes = about.html
diff --git a/plugins/org.eclipse.emf.cdo.tests/build.properties b/plugins/org.eclipse.emf.cdo.tests/build.properties
index 4486ea74d5..9a1f44d74d 100644
--- a/plugins/org.eclipse.emf.cdo.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests/build.properties
@@ -12,3 +12,4 @@ bin.includes = plugin.xml,\
jars.compile.order = cdo.tests.jar
source.cdo.tests.jar = src/
output.cdo.tests.jar = bin/
+src.includes = about.html
diff --git a/plugins/org.eclipse.emf.cdo/build.properties b/plugins/org.eclipse.emf.cdo/build.properties
index 8eb0d91951..106612ed5d 100644
--- a/plugins/org.eclipse.emf.cdo/build.properties
+++ b/plugins/org.eclipse.emf.cdo/build.properties
@@ -8,4 +8,5 @@ bin.includes = about.html,\
META-INF/,\
eclipse32.gif,\
license.html
+src.includes = about.html
\ No newline at end of file

Back to the top