Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Belle2019-08-28 21:52:35 +0000
committerJan Belle2019-08-29 08:25:31 +0000
commit8dfd6e0b7d9c4d0ff5a55b3654868eeda59bb188 (patch)
treed3fad7b549c8f4661c2dbca8ca44e7072de24199 /plugins
parenta240b013c499665bc1601bc2353798be3a672828 (diff)
downloadorg.eclipse.etrice-8dfd6e0b7d9c4d0ff5a55b3654868eeda59bb188.tar.gz
org.eclipse.etrice-8dfd6e0b7d9c4d0ff5a55b3654868eeda59bb188.tar.xz
org.eclipse.etrice-8dfd6e0b7d9c4d0ff5a55b3654868eeda59bb188.zip
[examples] Add Gradle build for examples, tutorials, templates
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.etrice.ui.runtime/create_contents.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.ui.runtime/create_contents.xml b/plugins/org.eclipse.etrice.ui.runtime/create_contents.xml
index 25f2d4910..8ed6a72f0 100644
--- a/plugins/org.eclipse.etrice.ui.runtime/create_contents.xml
+++ b/plugins/org.eclipse.etrice.ui.runtime/create_contents.xml
@@ -15,7 +15,7 @@
<attribute name="source" default="default" />
<sequential>
<delete file="${target}/@{name}.zip" />
- <zip destfile="${target}/@{name}.zip" basedir="@{source}/@{name}" excludes="pom.xml,bin/**,Debug/**,Release/**,*.cspec,jgen_*,target/**,WindowsMinGW/**,LinuxPosix/**,build/**" />
+ <zip destfile="${target}/@{name}.zip" basedir="@{source}/@{name}" excludes="pom.xml,build.gradle,bin/**,Debug/**,Release/**,*.cspec,jgen_*,target/**,WindowsMinGW/**,LinuxPosix/**,build/**" />
<echo message="zipped ${target}/@{name}.zip" />
</sequential>
</macrodef>

Back to the top