Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-06-14 08:15:35 +0000
committerEike Stepper2010-06-14 08:15:35 +0000
commit45e8fd8adc183a5ff8cd9e92cdea7512468eb2e7 (patch)
treee1949e6e73eca6c4265c8e19f780a85f687d3fb2 /plugins
parent25c062b7cafc7069a713adb74e75d47d5e3a4395 (diff)
downloadcdo-45e8fd8adc183a5ff8cd9e92cdea7512468eb2e7.tar.gz
cdo-45e8fd8adc183a5ff8cd9e92cdea7512468eb2e7.tar.xz
cdo-45e8fd8adc183a5ff8cd9e92cdea7512468eb2e7.zip
removed bin/ from dawn build.properties
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/build.properties7
1 files changed, 2 insertions, 5 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/build.properties b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/build.properties
index fffe100b9d..d8508e6afe 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/build.properties
+++ b/plugins/org.eclipse.emf.cdo.dawn.codegen.dawngenmodel/build.properties
@@ -14,12 +14,9 @@ bin.includes = .,\
plugin.xml,\
about.html,\
copyright.txt,\
- plugin.properties,\
- bin/
+ plugin.properties
jars.compile.order = .
source.. = src/
output.. = bin/
-src.includes = model/,\
- bin/,\
- about.html,\
+src.includes = about.html,\
copyright.txt

Back to the top