Author: akazakov
Date: 2009-04-15 05:49:21 -0400 (Wed, 15 Apr 2009)
New Revision: 14753
Added:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-api-3.1.6.SR1.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-impl-3.1.6.SR1.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-ui-3.1.6.SR1.jar
Removed:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-api-3.1.3.GA.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-impl-3.1.3.GA.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-ui-3.1.3.GA.jar
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.2/
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4169 Updated RichFaces 3.1 and removed 3.2
Deleted:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-api-3.1.3.GA.jar
===================================================================
(Binary files differ)
Added:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-api-3.1.6.SR1.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-api-3.1.6.SR1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-impl-3.1.3.GA.jar
===================================================================
(Binary files differ)
Added:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-impl-3.1.6.SR1.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-impl-3.1.6.SR1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-ui-3.1.3.GA.jar
===================================================================
(Binary files differ)
Added:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-ui-3.1.6.SR1.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-ui-3.1.6.SR1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml 2009-04-15
09:22:23 UTC (rev 14752)
+++
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml 2009-04-15
09:49:21 UTC (rev 14753)
@@ -51,35 +51,6 @@
</filter-mapping> ]]>
</file-addition>
</capability>
- <capability name="JBoss RichFaces 3.2">
- <library name="RichFaces3.2" />
- <conflicting-library name="richfaces-api-3.2.*"/>
- <file-addition file-name="/WEB-INF/web.xml"
- label="Skin Parameter" x-path="/web-app">
- <![CDATA[<context-param>
- <param-name>org.ajax4jsf.SKIN</param-name>
- <param-value>classic</param-value>
-</context-param>]]>
- </file-addition>
- <file-addition file-name="/WEB-INF/web.xml"
- label="Ajax4jsf Filter" x-path="/web-app">
- <![CDATA[<filter>
- <display-name>Ajax4jsf Filter</display-name>
- <filter-name>ajax4jsf</filter-name>
- <filter-class>org.ajax4jsf.Filter</filter-class>
-</filter>]]>
- </file-addition>
- <file-addition file-name="/WEB-INF/web.xml"
- label="Ajax4jsf Filter mapping" x-path="/web-app">
- <![CDATA[<filter-mapping>
- <filter-name>ajax4jsf</filter-name>
- <servlet-name>Faces Servlet</servlet-name>
- <dispatcher>REQUEST</dispatcher>
- <dispatcher>FORWARD</dispatcher>
- <dispatcher>INCLUDE</dispatcher>
-</filter-mapping> ]]>
- </file-addition>
- </capability>
<capability name="JBoss RichFaces 3.1">
<library name="RichFaces3.1" />
<conflicting-library name="richfaces-api-3.1.*"/>