diff options
Diffstat (limited to 'features/org.eclipse.etrice.feature/build.properties')
-rw-r--r-- | features/org.eclipse.etrice.feature/build.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/build.properties b/features/org.eclipse.etrice.feature/build.properties new file mode 100644 index 000000000..860b6c86b --- /dev/null +++ b/features/org.eclipse.etrice.feature/build.properties @@ -0,0 +1,17 @@ +# NLS_MESSAGEFORMAT_VAR
+bin.includes = plugin.xml,\
+ plugin.properties,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ modeling32.png,\
+ src/,\
+ META-INF/,\
+ feature.xml,\
+ epl-v10.html,\
+ license.html,\
+ feature.properties,\
+ rootfiles/
+sourcePlugin = true
+root = rootfiles
|