Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-09-21 10:52:31 +0000
committerEike Stepper2013-09-21 10:52:43 +0000
commit7f95531eae2cbbedab4464f2b27f4c0e365ef2da (patch)
treefb652c76999c7461799d3ccdfae70fff8ca57a3a
parentbef560dd45871de21fd9505f95cbd18c4f190f9d (diff)
downloadcdo-7f95531eae2cbbedab4464f2b27f4c0e365ef2da.tar.gz
cdo-7f95531eae2cbbedab4464f2b27f4c0e365ef2da.tar.xz
cdo-7f95531eae2cbbedab4464f2b27f4c0e365ef2da.zip
Move CDOServer.launch to the server product
-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