Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.etrice.examples.feature/feature.xml')
-rw-r--r--features/org.eclipse.etrice.examples.feature/feature.xml94
1 files changed, 94 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.examples.feature/feature.xml b/features/org.eclipse.etrice.examples.feature/feature.xml
new file mode 100644
index 000000000..c687ec2c5
--- /dev/null
+++ b/features/org.eclipse.etrice.examples.feature/feature.xml
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.etrice.examples"
+ label="%featureName"
+ version="0.1.0"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ Copyright (c) 2009 itemis AG (http://www.itemis.eu) and others.
+
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the Eclipse Public License
+v1.0 which accompanies this distribution, and is available at
+http://www.eclipse.org/legal/epl-v10.html Description here.
+ </copyright>
+
+ <license url="http://www.eclipse.org/legal/epl-v10.html">
+ %license
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.etrice.core.room" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.core.room.ui" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.junit" version="4.8.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.osgi" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.xtext" version="2.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.runtime" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.ui" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.generator" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.modellib" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.generator.java" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.emf.mwe.utils" version="1.0.0" match="greaterOrEqual"/>
+ <import plugin="org.apache.log4j" version="1.2.15" match="greaterOrEqual"/>
+ <import plugin="org.apache.commons.logging" version="1.0.4" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jface.text" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.jdt.core" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.xtend.util.stdlib" version="1.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/>
+ <import plugin="org.junit4" version="4.8.1" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.xtext.generator" version="2.0.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.behavior" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.common" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.tests.base" version="0.1.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.graphiti" version="0.8.0" match="greaterOrEqual"/>
+ <import plugin="org.eclipse.etrice.ui.structure" version="0.1.0" match="greaterOrEqual"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.etrice.core.room.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.generator.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.integration.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.ui.behavior.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.ui.structure.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.ui.tests.base"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top