[jbosstools-commits] JBoss Tools SVN: r22491 - trunk/jsf/features/org.jboss.tools.richfaces.feature.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 2 13:45:19 EDT 2010


Author: dgolovin
Date: 2010-06-02 13:45:19 -0400 (Wed, 02 Jun 2010)
New Revision: 22491

Modified:
   trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
jsf component tests error fix:
- capabilities extension point moved out to separate plug-in and included in reachfaces feature


Modified: trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml	2010-06-02 17:41:17 UTC (rev 22490)
+++ trunk/jsf/features/org.jboss.tools.richfaces.feature/feature.xml	2010-06-02 17:45:19 UTC (rev 22491)
@@ -18,10 +18,6 @@
       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>
 
-   <!-- <url>
-      <update label="%updateSiteName" url="http://download.jboss.org/jbosstools/updates/stable/galileo/"/>
-   </url> -->
-
    <requires>
       <import feature="org.jboss.tools.xulrunner.feature" version="1.8.1.3-20070904"/>
    </requires>
@@ -40,7 +36,7 @@
          version="0.0.0"
          unpack="false"/>
 
-  <plugin
+   <plugin
          id="org.jboss.tools.common.ui"
          download-size="0"
          install-size="0"
@@ -327,4 +323,11 @@
          install-size="0"
          version="0.0.0"/>
 
+   <plugin
+         id="org.jboss.tools.common.model.ui.capabilities"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>



More information about the jbosstools-commits mailing list