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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 17 08:28:16 EST 2009


Author: objectiser
Date: 2009-12-17 08:28:16 -0500 (Thu, 17 Dec 2009)
New Revision: 154

Modified:
   tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml
Log:
Updated to include Ecipse STP BPMN feature as 'included' feature - as otherwise the plugin build complains about not finding the STP BPMN classes if just defined as a dependency.

Modified: tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml
===================================================================
--- tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml	2009-12-16 18:36:11 UTC (rev 153)
+++ tools/eclipse/trunk/features/org.pi4soa.bpmn.feature/feature.xml	2009-12-17 13:28:16 UTC (rev 154)
@@ -18,12 +18,15 @@
 http://www.apache.org/licenses/LICENSE-2.0.html
    </license>
 
+   <includes
+         id="org.eclipse.stp.bpmn.feature"
+         version="0.0.0"/>
+
    <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>



More information about the savara-commits mailing list