Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-09-02 14:04:39 +0000
committerJuergen Haug2015-09-04 13:25:08 +0000
commit3141ffd46d63ce27cb4afd1f7caee2b4e35e1a41 (patch)
tree4130a3969d920c0fe2e1a280605dbf24bf80bf86 /features/org.eclipse.etrice.feature
parent52400e8b662c84084499de025521f6a869b5c4e0 (diff)
downloadorg.eclipse.etrice-3141ffd46d63ce27cb4afd1f7caee2b4e35e1a41.tar.gz
org.eclipse.etrice-3141ffd46d63ce27cb4afd1f7caee2b4e35e1a41.tar.xz
org.eclipse.etrice-3141ffd46d63ce27cb4afd1f7caee2b4e35e1a41.zip
[ui] added rcptests project + fixed template.java project
Diffstat (limited to 'features/org.eclipse.etrice.feature')
-rw-r--r--features/org.eclipse.etrice.feature/make.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/make.xml b/features/org.eclipse.etrice.feature/make.xml
new file mode 100644
index 000000000..05a251619
--- /dev/null
+++ b/features/org.eclipse.etrice.feature/make.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="feature_export" name="build">
+ <target name="feature_export">
+ <pde.exportFeatures destination="C:\Users\Juergen\Desktop\update site" exportSource="false" exportType="directory" features="org.eclipse.etrice.feature" qualifier="201509030042" useJARFormat="true"/>
+ </target>
+</project>

Back to the top