Author: dgolovin
Date: 2012-03-23 17:23:48 -0400 (Fri, 23 Mar 2012)
New Revision: 39806
Modified:
trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Log:
https://issues.jboss.org/browse/JBIDE-11382 Validation errors in feature.xml's:
illegal attribute 'match'
Inclusion converted to requires
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2012-03-23 21:03:33
UTC (rev 39805)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2012-03-23 21:23:48
UTC (rev 39806)
@@ -19,8 +19,6 @@
</license>
- <includes id="org.jboss.tools.jsf.feature" version="3.3.0"
match="greaterOrEqual" />
-
<requires>
<import plugin="org.jboss.tools.xulrunner.initializer"
version="3.1.0" match="greaterOrEqual"/>
<import feature="org.jboss.tools.common.feature" version="3.3.0"
match="greaterOrEqual"/>
@@ -30,6 +28,7 @@
<import feature="org.jboss.tools.common.verification.feature"
version="3.3.0" match="greaterOrEqual" />
<import feature="org.jboss.tools.vpe.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" />
</requires>
</feature>