Author: nickboldt
Date: 2011-09-15 02:49:19 -0400 (Thu, 15 Sep 2011)
New Revision: 34751
Modified:
trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
trunk/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml
trunk/jst/features/org.jboss.tools.jst.feature/feature.xml
trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
Log:
apply patch for JBIDE-9397 - add missing upstream feature deps
Modified: trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml 2011-09-15 00:56:50 UTC
(rev 34750)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml 2011-09-15 06:49:19 UTC
(rev 34751)
@@ -21,6 +21,11 @@
%license
</license>
+ <requires>
+ <import feature="org.jboss.tools.common.feature"
version="3.3.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.jst.feature"
version="3.3.0" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.cdi.core"
download-size="0"
Modified: trunk/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml 2011-09-15 00:56:50
UTC (rev 34750)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.feature/feature.xml 2011-09-15 06:49:19
UTC (rev 34751)
@@ -17,6 +17,11 @@
%license
</license>
+ <requires>
+ <import feature="org.jboss.tools.common.feature"
version="3.3.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.jst.feature"
version="3.3.0" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.cdi.seam.core"
download-size="0"
Modified:
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
===================================================================
---
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2011-09-15 00:56:50
UTC (rev 34750)
+++
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2011-09-15 06:49:19
UTC (rev 34751)
@@ -1,4 +1,4 @@
-Revised swimlanes, as implemented in 3.2_stable_branch and 3.3_trunk jobs, 2011/09/08
+Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk
jobs, 2011/09/14
------------------------
@@ -37,4 +37,6 @@
tptp [REMOVED]
smooks [removed from JBDS, still in JBT]
+seam -> hibernate, jsf **[TODO: FIX JOBS in both 3.3 streams]**
+
------------------------
Modified: trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2011-09-15 00:56:50 UTC
(rev 34750)
+++ trunk/jsf/features/org.jboss.tools.jsf.feature/feature.xml 2011-09-15 06:49:19 UTC
(rev 34751)
@@ -24,6 +24,12 @@
Raleigh NC 27606 USA.
</license>
+ <requires>
+ <import feature="org.jboss.tools.common.feature"
version="3.3.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.jst.feature"
version="3.3.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.vpe.feature"
version="3.3.0" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.jsf"
download-size="0"
Modified: trunk/jst/features/org.jboss.tools.jst.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.feature/feature.xml 2011-09-15 00:56:50 UTC
(rev 34750)
+++ trunk/jst/features/org.jboss.tools.jst.feature/feature.xml 2011-09-15 06:49:19 UTC
(rev 34751)
@@ -22,6 +22,10 @@
Raleigh NC 27606 USA.
</license>
+ <requires>
+ <import feature="org.jboss.tools.common.feature"
version="3.3.0" match="greaterOrEqual"/>
+ </requires>
+
<plugin
id="org.jboss.tools.jst.web"
download-size="0"
Modified: trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2011-09-15 00:56:50 UTC
(rev 34750)
+++ trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2011-09-15 06:49:19 UTC
(rev 34751)
@@ -21,6 +21,9 @@
<requires>
<import feature="org.jboss.ide.eclipse.as.feature"
version="1.0.0" match="greaterOrEqual"/>
<import feature="org.hibernate.eclipse.feature"
version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.common.feature"
version="3.3.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.jst.feature"
version="3.3.0" match="greaterOrEqual"/>
+ <import feature="org.jboss.tools.jsf.feature"
version="3.3.0" match="greaterOrEqual"/>
<import feature="org.eclipse.datatools.connectivity.feature"
version="1.6.1" match="greaterOrEqual"/>
<import feature="org.eclipse.datatools.enablement.jdbc.feature"
version="1.6.1" match="greaterOrEqual"/>
</requires>