Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-09-06 19:23:08 +0000
committerJuergen Haug2015-09-06 19:23:08 +0000
commit674f49dd4ee544d32e7ffb11fd8e905431be96b8 (patch)
treec649b80f2744937e799e4cf96805f9737305eff5 /features
parent3141ffd46d63ce27cb4afd1f7caee2b4e35e1a41 (diff)
downloadorg.eclipse.etrice-674f49dd4ee544d32e7ffb11fd8e905431be96b8.tar.gz
org.eclipse.etrice-674f49dd4ee544d32e7ffb11fd8e905431be96b8.tar.xz
org.eclipse.etrice-674f49dd4ee544d32e7ffb11fd8e905431be96b8.zip
[ui] improved ui.rcptests
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.etrice.feature/.gitignore1
-rw-r--r--features/org.eclipse.etrice.feature/build_local.xml9
-rw-r--r--features/org.eclipse.etrice.feature/make.xml6
3 files changed, 10 insertions, 6 deletions
diff --git a/features/org.eclipse.etrice.feature/.gitignore b/features/org.eclipse.etrice.feature/.gitignore
new file mode 100644
index 000000000..1f5d64097
--- /dev/null
+++ b/features/org.eclipse.etrice.feature/.gitignore
@@ -0,0 +1 @@
+export \ No newline at end of file
diff --git a/features/org.eclipse.etrice.feature/build_local.xml b/features/org.eclipse.etrice.feature/build_local.xml
new file mode 100644
index 000000000..4b319925a
--- /dev/null
+++ b/features/org.eclipse.etrice.feature/build_local.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project default="export" basedir="." name="org.eclipse.etrice.feature">
+ <target name="export">
+ <delete dir="./export" quiet="true" />
+ <mkdir dir="./export" />
+ <!-- is asynchronous and requires eclipse UI, thus cannot be integrated in other ant jobs (https://bugs.eclipse.org/bugs/show_bug.cgi?id=58413) -->
+ <pde.exportFeatures destination="./export" useworkspacecompiledclasses="true" exportSource="false" exportType="directory" features="org.eclipse.etrice.feature" useJARFormat="true" />
+ </target>
+</project>
diff --git a/features/org.eclipse.etrice.feature/make.xml b/features/org.eclipse.etrice.feature/make.xml
deleted file mode 100644
index 05a251619..000000000
--- a/features/org.eclipse.etrice.feature/make.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?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