Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etmap/build.gradle')
-rw-r--r--plugins/org.eclipse.etrice.core.etmap/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.etmap/build.gradle b/plugins/org.eclipse.etrice.core.etmap/build.gradle
index 751a74cfa..a49fa9a8b 100644
--- a/plugins/org.eclipse.etrice.core.etmap/build.gradle
+++ b/plugins/org.eclipse.etrice.core.etmap/build.gradle
@@ -16,5 +16,9 @@ sourceSets {
java {
srcDirs = ['src', 'src-gen', 'xtend-gen']
}
+ resources {
+ srcDirs = ['src', 'src-gen']
+ include '**/*.xtextbin', '**/*.tokens'
+ }
}
} \ No newline at end of file

Back to the top