Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2007-09-28 06:12:51 +0000
committerEike Stepper2007-09-28 06:12:51 +0000
commitc72136e8f9956643bf88c941b1710dca4c50187d (patch)
tree219fa2f6c54cfea3d7e47d9399fc3a58ecf648dd /plugins/org.eclipse.emf.cdo.server
parent5b803df0b217f318def3b889931cf6a9a3212d65 (diff)
downloadcdo-c72136e8f9956643bf88c941b1710dca4c50187d.tar.gz
cdo-c72136e8f9956643bf88c941b1710dca4c50187d.tar.xz
cdo-c72136e8f9956643bf88c941b1710dca4c50187d.zip
[204887] Provide launch configs in the examples plugin
https://bugs.eclipse.org/bugs/show_bug.cgi?id=204887
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server')
-rw-r--r--plugins/org.eclipse.emf.cdo.server/CDOServer.launch2
-rw-r--r--plugins/org.eclipse.emf.cdo.server/build.properties3
2 files changed, 2 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server/CDOServer.launch b/plugins/org.eclipse.emf.cdo.server/CDOServer.launch
index e86a09a130..4498d6d6ae 100644
--- a/plugins/org.eclipse.emf.cdo.server/CDOServer.launch
+++ b/plugins/org.eclipse.emf.cdo.server/CDOServer.launch
@@ -13,7 +13,7 @@
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/CDOServer"/>
<booleanAttribute key="default" value="false"/>
<booleanAttribute key="includeOptional" value="true"/>
-<stringAttribute key="location" value="${workspace_loc}.server"/>
+<stringAttribute key="location" value="${workspace_loc}/../cdo.server"/>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
diff --git a/plugins/org.eclipse.emf.cdo.server/build.properties b/plugins/org.eclipse.emf.cdo.server/build.properties
index 02623beacc..7d53df2cc2 100644
--- a/plugins/org.eclipse.emf.cdo.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server/build.properties
@@ -22,8 +22,7 @@ bin.includes = .,\
about.ini,\
about.mappings,\
about.properties,\
- modeling32.png,\
- CDOServer.launch
+ modeling32.png
jars.compile.order = .
source.. = src/
output.. = bin/

Back to the top