Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.osbp.xtext.datainterchange.ui/build.properties')
-rw-r--r--org.eclipse.osbp.xtext.datainterchange.ui/build.properties11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.osbp.xtext.datainterchange.ui/build.properties b/org.eclipse.osbp.xtext.datainterchange.ui/build.properties
index 77467f6..9416982 100644
--- a/org.eclipse.osbp.xtext.datainterchange.ui/build.properties
+++ b/org.eclipse.osbp.xtext.datainterchange.ui/build.properties
@@ -1,7 +1,11 @@
source.. = src/,\
src-gen/,\
xtend-gen/
-bin.includes = about.properties, about.mappings, about.ini, about.html, META-INF/,\
+bin.includes = about.properties,\
+ about.mappings,\
+ about.ini,\
+ about.html,\
+ META-INF/,\
.,\
plugin.xml,\
.classpath,\
@@ -12,7 +16,10 @@ bin.includes = about.properties, about.mappings, about.ini, about.html, META
license.html,\
LICENSE.txt,\
epl-v10.html,\
- icons/
+ icons/,\
+ src/,\
+ src-gen/,\
+ xtend-gen/
src.includes = about.properties, about.mappings, about.ini, about.html, license.html,\
LICENSE.txt,\
epl-v10.html,\

Back to the top