Author: akazakov
Date: 2009-04-10 05:56:23 -0400 (Fri, 10 Apr 2009)
New Revision: 14648
Removed:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/CommonMyFacesSet/
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/CommonOracleADF/
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/OracleADF/
trunk/common/plugins/org.jboss.tools.common.projecttemplates/lib/myFaces1.1.4/
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/myFaces/
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/oracleADFFaces/
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-3958 Removed ADF Faces and MyFaces project
templates which are out of date.
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-10
05:33:40 UTC (rev 14647)
+++
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml 2009-04-10
09:56:23 UTC (rev 14648)
@@ -1,45 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<capabilities>
- <capability name="ADF">
- <library name="OracleADF" />
- <file-addition file-name="/WEB-INF/web.xml"
- label="Register the ADF Faces filter" x-path="/web-app">
- <![CDATA[ <filter>
- <filter-name>adfFaces</filter-name>
- <filter-class>
- oracle.adf.view.faces.webapp.AdfFacesFilter
- </filter-class>
- </filter>]]>
- </file-addition>
- <file-addition file-name="/WEB-INF/web.xml"
- label="Register the ADF Faces filter mapping"
x-path="/web-app">
- <![CDATA[ <filter-mapping>
- <filter-name>adfFaces</filter-name>
- <!-- This assumes that the FacesServlet has been registered under the name
"Faces Servlet" -->
- <servlet-name>Faces Servlet</servlet-name>
- </filter-mapping>]]>
- </file-addition>
- <file-addition file-name="/WEB-INF/web.xml"
- label="Register the ResourceServlet that would be used for serving the resources
at runtime (images, javascripts and styles)" x-path="/web-app">
- <![CDATA[ <servlet>
- <servlet-name>resources</servlet-name>
- <servlet-class>
- oracle.adf.view.faces.webapp.ResourceServlet
- </servlet-class>
- </servlet>]]>
- </file-addition>
- <file-addition file-name="/WEB-INF/web.xml"
- label="Register the ResourceServlet mapping"
x-path="/web-app">
- <![CDATA[ <servlet-mapping>
- <servlet-name>resources</servlet-name>
- <url-pattern>/adf/*</url-pattern>
- </servlet-mapping>]]>
- </file-addition>
- <file-addition file-name="/WEB-INF/faces-config.xml"
- label="Tell JSF to use the ADF Faces RenderKit"
x-path="/faces-config/application">
- <![CDATA[
<default-render-kit-id>oracle.adf.core</default-render-kit-id>]]>
- </file-addition>
- </capability>
<capability name="Facelets">
<library name="facelets" />
<conflicting-library name="jsf-facelets.jar"/>
Modified:
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml 2009-04-10
05:33:40 UTC (rev 14647)
+++
trunk/common/plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml 2009-04-10
09:56:23 UTC (rev 14648)
@@ -17,11 +17,4 @@
<refLib type="servlet" location="../servlet" />
<projectTempl location="./jsf-1.2-facelets" />
</version>
- <version displayName="MyFaces 1.1.4">
- <lib type="core" location="../lib/myFaces1.1.4" />
- <lib type="common" location="../lib/CommonMyFacesSet" />
- <lib type="struts" location="../lib/Tiles" />
- <refLib type="servlet" location="../servlet" />
- <projectTempl location="./myFaces" />
- </version>
</versions>
\ No newline at end of file