Author: nickboldt
Date: 2009-06-11 16:46:03 -0400 (Thu, 11 Jun 2009)
New Revision: 15900
Added:
trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/
trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/
Removed:
trunk/jbpm/features/org.jboss.tools.jbpm3.all/
trunk/jbpm/features/org.jboss.tools.jbpm4.all/
Modified:
trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.xml
trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 rename .all to .sdk.feature for consistency;
add source features/plugins; fix provider names, add missing properties files
Copied: trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature (from rev 15889,
trunk/jbpm/features/org.jboss.tools.jbpm3.all)
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.all/feature.properties 2009-06-11 17:46:35
UTC (rev 15889)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.properties 2009-06-11
20:46:03 UTC (rev 15900)
@@ -1,6 +1,6 @@
featureName=All jBPM 3 Tools Features
featureProvider=JBoss by Red Hat
-description=This feature includes all end-user tools for jBPM 3 .
+description=This feature includes all end-user tools for jBPM 3, including runtime and
sources.
copyright=Copyright 2009 Red Hat, Inc.
licenseURL=http://www.eclipse.org/legal/epl-v10.html
license= Eclipse Public License - v 1.0\n\
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.all/feature.xml 2009-06-11 17:46:35 UTC (rev
15889)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.sdk.feature/feature.xml 2009-06-11 20:46:03
UTC (rev 15900)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.jboss.tools.jbpm3.all"
+ id="org.jboss.tools.jbpm3.sdk.feature"
label="%featureName"
version="3.2.0"
provider-name="%featureProvider">
Copied: trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature (from rev 15889,
trunk/jbpm/features/org.jboss.tools.jbpm4.all)
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.all/feature.properties 2009-06-11 17:46:35
UTC (rev 15889)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.properties 2009-06-11
20:46:03 UTC (rev 15900)
@@ -1,6 +1,6 @@
featureName=All jBPM 4 Tools Features
featureProvider=JBoss by Red Hat
-description=This feature includes all end-user tools for jBPM 4 .
+description=This feature includes all end-user tools for jBPM 4, including runtime and
sources.
copyright=Copyright 2009 Red Hat, Inc.
licenseURL=http://www.eclipse.org/legal/epl-v10.html
license= Eclipse Public License - v 1.0\n\
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.all/feature.xml 2009-06-11 17:46:35 UTC (rev
15889)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.sdk.feature/feature.xml 2009-06-11 20:46:03
UTC (rev 15900)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.jboss.tools.jbpm4.all"
+ id="org.jboss.tools.jbpm4.sdk.feature"
label="%"
version="4.0.0">
@@ -17,15 +17,35 @@
</license>
<includes
- id="org.jboss.tools.flow.common.feature"
+ id="org.jboss.tools.flow.jpdl4.feature"
version="0.0.0"/>
<includes
- id="org.jboss.tools.flow.jpdl4.feature"
+ id="org.jboss.tools.flow.jpdl4.source.feature"
version="0.0.0"/>
<includes
id="org.jboss.tools.jbpm.common.feature"
version="0.0.0"/>
+ <includes
+ id="org.jboss.tools.jbpm.common.source.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.jbpm.convert.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jboss.tools.jbpm.convert.source.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jbpm.gd.jpdl.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.jbpm.gd.jpdl.source.feature"
+ version="0.0.0"/>
+
</feature>