Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-09-08 11:27:01 +0000
committerJuergen Haug2015-09-14 09:28:39 +0000
commit65f678532baa2ec92d2a283cc9d71beda7e9d518 (patch)
treeb145614f55e27699a252f01bc198d72af9ab1c93 /features
parent674f49dd4ee544d32e7ffb11fd8e905431be96b8 (diff)
downloadorg.eclipse.etrice-65f678532baa2ec92d2a283cc9d71beda7e9d518.tar.gz
org.eclipse.etrice-65f678532baa2ec92d2a283cc9d71beda7e9d518.tar.xz
org.eclipse.etrice-65f678532baa2ec92d2a283cc9d71beda7e9d518.zip
[core] added data logging trigger + gnuplot generator
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.etrice.feature/build_local.xml4
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml7
2 files changed, 11 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/build_local.xml b/features/org.eclipse.etrice.feature/build_local.xml
index 4b319925a..6d1758762 100644
--- a/features/org.eclipse.etrice.feature/build_local.xml
+++ b/features/org.eclipse.etrice.feature/build_local.xml
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Prerequiste: Install org.eclipse.license
+ http://download.eclipse.org/cbi/updates/license
+-->
<project default="export" basedir="." name="org.eclipse.etrice.feature">
<target name="export">
<delete dir="./export" quiet="true" />
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index a14c7f177..2d0e579fd 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -410,4 +410,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.etrice.generator.gnuplot"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top