[savara-commits] savara SVN: r141 - tools/eclipse/trunk/features/org.pi4soa.bpmn.feature.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 11 11:44:28 EST 2009


Author: objectiser
Date: 2009-12-11 11:44:28 -0500 (Fri, 11 Dec 2009)
New Revision: 141

Added:
   tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project
   tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties
   tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml
Log:
Temporary inclusion of the pi4soa based bpmn generation from choreography. This will eventually be replaced by a more generic BPMN2 process model generator, which will work from choreography or BPMN2 choreography models.

Added: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project	                        (rev 0)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/.project	2009-12-11 16:44:28 UTC (rev 141)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.pi4soa.bpmn.feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Added: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties	                        (rev 0)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/build.properties	2009-12-11 16:44:28 UTC (rev 141)
@@ -0,0 +1 @@
+bin.includes = feature.xml

Added: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml	                        (rev 0)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml	2009-12-11 16:44:28 UTC (rev 141)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.pi4soa.feature.bpmn"
+      label="pi4soa BPMN Feature"
+      version="3.0.0.qualifier"
+      provider-name="www.pi4soa.org">
+
+   <description>
+      This is the pi4soa BPMN feature.
+   </description>
+
+   <copyright url="http://www.pi4tech.com">
+      Copyright 2005-7 Pi4 Technologies Ltd
+   </copyright>
+
+   <license url="http://www.apache.org/licenses/LICENSE-2.0.html">
+      The pi4soa tools suite is licensed under the open source Apache License, version 2.0.
+http://www.apache.org/licenses/LICENSE-2.0.html
+   </license>
+
+   <requires>
+      <import plugin="org.eclipse.ui"/>
+      <import plugin="org.eclipse.core.runtime"/>
+      <import plugin="org.pi4soa.service"/>
+      <import plugin="org.pi4soa.cdl"/>
+      <import plugin="org.eclipse.stp.bpmn"/>
+      <import plugin="org.eclipse.gmf.runtime.notation"/>
+      <import plugin="org.eclipse.core.resources"/>
+   </requires>
+
+   <plugin
+         id="org.pi4soa.bpmn"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>



More information about the savara-commits mailing list