You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/12/17 14:49:42 UTC

svn commit: r604868 - in /myfaces/core/trunk/api/src/site: apt/ apt/index.apt site.xml

Author: skitching
Date: Mon Dec 17 05:49:41 2007
New Revision: 604868

URL: http://svn.apache.org/viewvc?rev=604868&view=rev
Log:
Site rework

Added:
    myfaces/core/trunk/api/src/site/apt/
    myfaces/core/trunk/api/src/site/apt/index.apt
    myfaces/core/trunk/api/src/site/site.xml

Added: myfaces/core/trunk/api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/site/apt/index.apt?rev=604868&view=auto
==============================================================================
--- myfaces/core/trunk/api/src/site/apt/index.apt (added)
+++ myfaces/core/trunk/api/src/site/apt/index.apt Mon Dec 17 05:49:41 2007
@@ -0,0 +1,9 @@
+ ------
+ Myfaces Core 1.1 API
+ ------
+
+MyFaces Core 1.1 API Project
+
+  The API submodule implements all of the classes that are defined in the specification. 
+  If you are looking for API documentation about the classes that your JSF application
+  needs to use, then see the javadoc for this module.

Added: myfaces/core/trunk/api/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/site/site.xml?rev=604868&view=auto
==============================================================================
--- myfaces/core/trunk/api/src/site/site.xml (added)
+++ myfaces/core/trunk/api/src/site/site.xml Mon Dec 17 05:49:41 2007
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+-->
+
+<!-- This file inherits menus etc from the parent module's site. -->
+<project>
+    <body/>
+</project>