Author: koen.aers(a)jboss.com
Date: 2011-02-09 18:53:32 -0500 (Wed, 09 Feb 2011)
New Revision: 29095
Added:
trunk/bpmn/features/org.jboss.tools.bpmn2.feature/.project
trunk/bpmn/features/org.jboss.tools.bpmn2.feature/build.properties
trunk/bpmn/features/org.jboss.tools.bpmn2.feature/category.xml
trunk/bpmn/features/org.jboss.tools.bpmn2.feature/feature.xml
Log:
jboss tools bpmn2 feature
Added: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/.project
===================================================================
--- trunk/bpmn/features/org.jboss.tools.bpmn2.feature/.project
(rev 0)
+++ trunk/bpmn/features/org.jboss.tools.bpmn2.feature/.project 2011-02-09 23:53:32 UTC
(rev 29095)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.bpmn2.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>
Property changes on: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/build.properties
===================================================================
--- trunk/bpmn/features/org.jboss.tools.bpmn2.feature/build.properties
(rev 0)
+++ trunk/bpmn/features/org.jboss.tools.bpmn2.feature/build.properties 2011-02-09 23:53:32
UTC (rev 29095)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/category.xml
===================================================================
--- trunk/bpmn/features/org.jboss.tools.bpmn2.feature/category.xml
(rev 0)
+++ trunk/bpmn/features/org.jboss.tools.bpmn2.feature/category.xml 2011-02-09 23:53:32 UTC
(rev 29095)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.eclipse.bpmn2.feature_1.0.0.qualifier.jar"
id="org.eclipse.bpmn2.feature" version="1.0.0.qualifier">
+ <category name="org.jboss.tools.bpmn2"/>
+ </feature>
+ <category-def name="org.jboss.tools.bpmn2" label="BPMN 2
Tools"/>
+</site>
Property changes on: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/category.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/feature.xml
===================================================================
--- trunk/bpmn/features/org.jboss.tools.bpmn2.feature/feature.xml
(rev 0)
+++ trunk/bpmn/features/org.jboss.tools.bpmn2.feature/feature.xml 2011-02-09 23:53:32 UTC
(rev 29095)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.bpmn2.feature"
+ label="BPMN 2.0 Tools"
+ version="1.0.0.qualifier">
+
+ <description
url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright
url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license
url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.eclipse.bpmn2"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.bpmn2.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.bpmn2.editor"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.jboss.tools.bpmn2.process.diagram"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.gmf.runtime.lite.svg"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.apache.xerces"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/bpmn/features/org.jboss.tools.bpmn2.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain