Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.cdo.server.product/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.server/build.properties4
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.product/build.properties b/plugins/org.eclipse.emf.cdo.server.product/build.properties
index 6eeeb4e4e5..7b37a27e4f 100644
--- a/plugins/org.eclipse.emf.cdo.server.product/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server.product/build.properties
@@ -17,6 +17,7 @@ bin.includes = META-INF/,\
icons/,\
config/
src.includes = about.html,\
- copyright.txt
+ copyright.txt,\
+ CDOServer.launch
generateSourceReferences = true
diff --git a/plugins/org.eclipse.emf.cdo.server/build.properties b/plugins/org.eclipse.emf.cdo.server/build.properties
index 25fea2f119..2171e9d7ae 100644
--- a/plugins/org.eclipse.emf.cdo.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server/build.properties
@@ -25,9 +25,7 @@ jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html,\
- copyright.txt,\
- CDOServer.launch,\
- CDOServer_SSL.launch
+ copyright.txt
doc.project = org.eclipse.emf.cdo.doc

Back to the top