Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-01-04 16:52:53 +0000
committerHenrik Rentz-Reichert2012-01-04 16:52:53 +0000
commit2891c8d1b59fe1088dcc2b29de1eeca75e7d35be (patch)
treeeb9cf9cd5a76e01000b08212f9cd7cff1bbee58f
parentac71d77f6ad90de3ce0bf02dad9ea7de58fbda89 (diff)
downloadorg.eclipse.etrice-2891c8d1b59fe1088dcc2b29de1eeca75e7d35be.tar.gz
org.eclipse.etrice-2891c8d1b59fe1088dcc2b29de1eeca75e7d35be.tar.xz
org.eclipse.etrice-2891c8d1b59fe1088dcc2b29de1eeca75e7d35be.zip
[etrice.feature] added logging fragment
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 5eb8a989c..829f788e9 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -187,4 +187,12 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.etrice.logging"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
</feature>

Back to the top