Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2015-04-10 06:54:04 +0000
committerHenrik Rentz-Reichert2015-04-17 14:09:56 +0000
commit7cd802923e7efb64bad5fd23250b711ddc4c0c94 (patch)
tree5d9a3ffc32416ab5d440ba7dc56d2c27b4c7326c /features/org.eclipse.etrice.fsm.feature/feature.xml
parent509c50bfd19ca15421352ca1fc51182031aa3be2 (diff)
downloadorg.eclipse.etrice-7cd802923e7efb64bad5fd23250b711ddc4c0c94.tar.gz
org.eclipse.etrice-7cd802923e7efb64bad5fd23250b711ddc4c0c94.tar.xz
org.eclipse.etrice-7cd802923e7efb64bad5fd23250b711ddc4c0c94.zip
refactorings for abstract FSM interface
Diffstat (limited to 'features/org.eclipse.etrice.fsm.feature/feature.xml')
-rw-r--r--features/org.eclipse.etrice.fsm.feature/feature.xml98
1 files changed, 98 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.fsm.feature/feature.xml b/features/org.eclipse.etrice.fsm.feature/feature.xml
new file mode 100644
index 000000000..5631f52d6
--- /dev/null
+++ b/features/org.eclipse.etrice.fsm.feature/feature.xml
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ <copyright>
+
+ Copyright (c) 2010 - 2015 Protos Software GmbH.
+ 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
+
+ Contributors:
+ Henrik Rentz-Reichert
+
+ </copyright>
+
+ -->
+<feature
+ id="org.eclipse.etrice.fsm.feature"
+ label="eTrice.FSM Feature"
+ version="0.5.0.qualifier"
+ provider-name="eTrice (Incubation)"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1.v20140414-1359">
+
+ <description url="http://www.example.com/description">
+ %description
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ (c) 2010 - 2015 Protos Software GmbH.
+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
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.etrice.core.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.common.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.fsm"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.fsm.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.genmodel.fsm"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.generator.fsm"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.ui.behavior.fsm"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.ui.common.base"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top