Author: dgolovin
Date: 2011-08-24 14:10:57 -0400 (Wed, 24 Aug 2011)
New Revision: 34238
Modified:
trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Log:
https://issues.jboss.org/browse/JBIDE-6153 (Move validation framework from JST module to
common)
added common validation into richfaces feature
Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2011-08-24 18:08:04
UTC (rev 34237)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2011-08-24 18:10:57
UTC (rev 34238)
@@ -18,9 +18,8 @@
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.
</license>
-
<requires>
- <import plugin="org.jboss.tools.xulrunner.initializer"
version="3.1.0" match="greaterOrEqual"/>
+ <import plugin="org.jboss.tools.xulrunner.initializer"
version="3.1.0" match="greaterOrEqual"/>
</requires>
<plugin
@@ -338,5 +337,10 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.jboss.tools.common.validation"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
</feature>