Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-11-12 16:22:24 +0000
committerEike Stepper2010-11-12 16:22:24 +0000
commit8bbb8e21cfc59a685fb68c9f7f10173ed1c8145d (patch)
tree99118fd030ccf6d4bf531aedeed7d8e524c804fa /plugins/org.eclipse.emf.cdo.ui.ide
parentc53d61da522d2983b243c8b384e2c6e15eea578e (diff)
downloadcdo-8bbb8e21cfc59a685fb68c9f7f10173ed1c8145d.tar.gz
cdo-8bbb8e21cfc59a685fb68c9f7f10173ed1c8145d.tar.xz
cdo-8bbb8e21cfc59a685fb68c9f7f10173ed1c8145d.zip
fixed build.properties
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.ide')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.ide/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.ide/build.properties b/plugins/org.eclipse.emf.cdo.ui.ide/build.properties
index af1dfc9353..c5db25630c 100644
--- a/plugins/org.eclipse.emf.cdo.ui.ide/build.properties
+++ b/plugins/org.eclipse.emf.cdo.ui.ide/build.properties
@@ -21,4 +21,5 @@ jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html,\
- copyright.txt
+ copyright.txt,\
+ IDE.launch

Back to the top