Author: nickboldt
Date: 2009-10-09 15:58:33 -0400 (Fri, 09 Oct 2009)
New Revision: 18021
Added:
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/.project
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/build.properties
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.xml
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/license.html
Log:
new jbpm3 runtime feature
Added: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/.project
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.feature/.project
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.feature/.project 2009-10-09 19:58:33 UTC
(rev 18021)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jbpm4.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.jbpm3.feature/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/build.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.feature/build.properties
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.feature/build.properties 2009-10-09 19:58:33
UTC (rev 18021)
@@ -0,0 +1,2 @@
+bin.includes = feature.*,\
+ license.html
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.properties
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.properties 2009-10-09
19:58:33 UTC (rev 18021)
@@ -0,0 +1,14 @@
+featureName=jBPM 3 Tools Runtime
+featureProvider=JBoss by Red Hat
+description=This feature includes all end-user tools for jBPM 4, including runtime and
sources.
+copyright=Copyright 2009 Red Hat, Inc.
+licenseURL=license.html
+updateSiteName=JBossTools Update Site
+license=Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
\ No newline at end of file
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.xml
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.xml 2009-10-09 19:58:33 UTC
(rev 18021)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm3.feature"
+ label="%featureName"
+ version="3.2.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName"
url="http://download.jboss.org/jbosstools/updates/stable"/>
+ </url>
+
+ <includes
+ id="org.jboss.tools.jbpm.common.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jbpm.gd.jpdl.feature"
+ version="0.0.0"/>
+
+</feature>
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/feature.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/license.html
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.feature/license.html
(rev 0)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.feature/license.html 2009-10-09 19:58:33 UTC
(rev 18021)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/license.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain