You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/12 22:45:59 UTC

svn commit: r506675 - in /myfaces/tobago/trunk: example/tobago-theme-example/src/main/resources/META-INF/tobago-theme.xml src/site/fml/faq.fml

Author: bommel
Date: Mon Feb 12 13:45:59 2007
New Revision: 506675

URL: http://svn.apache.org/viewvc?view=rev&rev=506675
Log:
(TOBAGO-283) Provide a simple example theme (howto create a custom theme)

Modified:
    myfaces/tobago/trunk/example/tobago-theme-example/src/main/resources/META-INF/tobago-theme.xml
    myfaces/tobago/trunk/src/site/fml/faq.fml

Modified: myfaces/tobago/trunk/example/tobago-theme-example/src/main/resources/META-INF/tobago-theme.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/tobago-theme-example/src/main/resources/META-INF/tobago-theme.xml?view=diff&rev=506675&r1=506674&r2=506675
==============================================================================
--- myfaces/tobago/trunk/example/tobago-theme-example/src/main/resources/META-INF/tobago-theme.xml (original)
+++ myfaces/tobago/trunk/example/tobago-theme-example/src/main/resources/META-INF/tobago-theme.xml Mon Feb 12 13:45:59 2007
@@ -17,23 +17,6 @@
  * limitations under the License.
 -->
 
-<!--
- * 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.
--->
-
 <tobago-theme>
   <name>example</name>
   <deprecated-name>org.apache.myfaces.tobago.context.ExampleTheme</deprecated-name>

Modified: myfaces/tobago/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/fml/faq.fml?view=diff&rev=506675&r1=506674&r2=506675
==============================================================================
--- myfaces/tobago/trunk/src/site/fml/faq.fml (original)
+++ myfaces/tobago/trunk/src/site/fml/faq.fml Mon Feb 12 13:45:59 2007
@@ -161,7 +161,12 @@
 
         The resource manager looks in the case of the charlotteville theme in<br/>
         charlotteville -> speyside -> scarborough -> standard
-
+        <p>
+          Please look at
+          <a href="http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/tobago-theme-example/src/main/resources">
+            tobago-example-theme
+          </a>
+         </p>
       </answer>
     </faq>