Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.bpmn2.modeler.runtime.jboss/feature.xml')
-rw-r--r--features/org.eclipse.bpmn2.modeler.runtime.jboss/feature.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/features/org.eclipse.bpmn2.modeler.runtime.jboss/feature.xml b/features/org.eclipse.bpmn2.modeler.runtime.jboss/feature.xml
new file mode 100644
index 00000000..a4a45d2a
--- /dev/null
+++ b/features/org.eclipse.bpmn2.modeler.runtime.jboss/feature.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.bpmn2.modeler.runtime.jboss"
+ label="BPMN2 Modeler - jBPM Runtime Extension Feature"
+ version="1.1.0.qualifier"
+ provider-name="Eclipse.org">
+
+ <copyright url="http://www.example.com/copyright">
+ Copyright (c) 2011 Red Hat, Inc.
+All rights reserved.
+This program is 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:
+Red Hat, Inc. - initial API and implementation
+ </copyright>
+
+ <license url="license.html">
+ %license
+ </license>
+
+ <requires>
+ <import plugin="org.eclipse.bpmn2.modeler.core"/>
+ <import plugin="org.eclipse.bpmn2.modeler.ui"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top