Author: wsmoak Date: Tue May 2 21:33:29 2006 New Revision: 399126 URL: http://svn.apache.org/viewcvs?rev=399126&view=rev Log: Added site.xml and changed the issue tracking link.
Added: struts/action/trunk/faces/src/site/site.xml (with props) Modified: struts/action/trunk/faces/src/site/xdoc/index.xml Added: struts/action/trunk/faces/src/site/site.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/site/site.xml?rev=399126&view=auto ============================================================================== --- struts/action/trunk/faces/src/site/site.xml (added) +++ struts/action/trunk/faces/src/site/site.xml Tue May 2 21:33:29 2006 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- +/* + * Copyright 2006 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + * $Id$ + */ +--> + +<project name="Struts Action - Faces"> + <bannerLeft> + <name>Apache Software Foundation</name> + <src>http://www.apache.org/images/asf-logo.gif</src> + <href>http://www.apache.org</href> + </bannerLeft> + <bannerRight> + <name>Apache Struts</name> + <src>http://struts.apache.org/images/struts.gif</src> + <href>http://struts.apache.org</href> + </bannerRight> + <body> + <links> + <item name="Apache" href="http://www.apache.org" /> + <item name="Action" href="http://struts.apache.org/struts-action" /> + <item name="Shale" href="http://struts.apache.org/struts-shale" /> + </links> + + ${reports} + + </body> +</project> Propchange: struts/action/trunk/faces/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: struts/action/trunk/faces/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL Modified: struts/action/trunk/faces/src/site/xdoc/index.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/faces/src/site/xdoc/index.xml?rev=399126&r1=399125&r2=399126&view=diff ============================================================================== --- struts/action/trunk/faces/src/site/xdoc/index.xml (original) +++ struts/action/trunk/faces/src/site/xdoc/index.xml Tue May 2 21:33:29 2006 @@ -58,9 +58,9 @@ <a name="issue"/> <p>Please report any bugs, or log any enhancement requests, in the - <a href="http://issues.apache.org/struts/>Apache Issue Tracking System</a>, - using product <code>Struts</code> and component - <code>Struts-Faces Library</code>.</p> + <a href="http://issues.apache.org/struts/">Struts JIRA Issue Tracker</a>, + using project <code>Struts Action 1</code> and component + <code>Faces</code>.</p> </section>