Author: koen.aers(a)jboss.com
Date: 2009-05-20 13:58:16 -0400 (Wed, 20 May 2009)
New Revision: 15375
Added:
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/.project
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
Log:
initial upload of jbpm common feature
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/.project
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/.project
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/.project 2009-05-20 17:58:16
UTC (rev 15375)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jbpm.common.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/jbpm/features/org.jboss.tools.jbpm.common.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties 2009-05-20
17:58:16 UTC (rev 15375)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Property changes on:
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml 2009-05-20
17:58:16 UTC (rev 15375)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm.common.feature"
+ label="jBPM Common"
+ version="1.0.0.CR1"
+ provider-name="JBoss, a Division of Red Hat">
+
+ <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.jboss.tools.jbpm.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain