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 2006/04/11 19:54:42 UTC

svn commit: r393275 - in /incubator/tobago/trunk: core/pom.xml core/src/site/site.xml src/site/apt/getting-started.apt src/site/apt/index.apt src/site/site.xml

Author: bommel
Date: Tue Apr 11 10:54:41 2006
New Revision: 393275

URL: http://svn.apache.org/viewcvs?rev=393275&view=rev
Log:
minor site improvements

Modified:
    incubator/tobago/trunk/core/pom.xml
    incubator/tobago/trunk/core/src/site/site.xml
    incubator/tobago/trunk/src/site/apt/getting-started.apt
    incubator/tobago/trunk/src/site/apt/index.apt
    incubator/tobago/trunk/src/site/site.xml

Modified: incubator/tobago/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/core/pom.xml?rev=393275&r1=393274&r2=393275&view=diff
==============================================================================
--- incubator/tobago/trunk/core/pom.xml (original)
+++ incubator/tobago/trunk/core/pom.xml Tue Apr 11 10:54:41 2006
@@ -87,15 +87,19 @@
           </configuration>
       </plugin>
 
-      <!-- pmd has problems with annotations
+      <!-- pmd has problems with annotations -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
         <configuration>
+          <excludes>
+            <exclude>**/package-info.java</exclude>
+          </excludes>
+          <encoding>UTF-8</encoding>
           <linkXref>true</linkXref>
           <targetJdk>1.5</targetJdk>
         </configuration>
-      </plugin-->
+      </plugin>
 
     </plugins>
   </reporting>

Modified: incubator/tobago/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/core/src/site/site.xml?rev=393275&r1=393274&r2=393275&view=diff
==============================================================================
--- incubator/tobago/trunk/core/src/site/site.xml (original)
+++ incubator/tobago/trunk/core/src/site/site.xml Tue Apr 11 10:54:41 2006
@@ -12,10 +12,19 @@
   </bannerRight>
   <body>
     <links>
-      <item name="Tobago Core" href="."/>
-      <item name="Tobago" href=".." />
-      <item name="MyFaces" href="http://myfaces.apache.org/" />
+      <item name="MyFaces Overview" href="http://myfaces.apache.org/"/>
+      <item name="API" href="http://myfaces.apache.org/api"/>
+      <item name="Impl" href="http://myfaces.apache.org/impl"/>
+      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk"/>
+      <item name="Sandbox" href="http://myfaces.apache.org/sandbox"/>
+      <item name="Tobago" href="http://myfaces.apache.org/tobago"/>
     </links>
+
+    <menu name="Tobago">
+      <item name="Introduction" href="http://myfaces.apache.org/tobago/index.html"/>
+      <item name="Demo" href="http://myfaces.apache.org/tobago/demo.html"/>
+      <item name="Core" href="http://myfaces.apache.org/tobago/tobago-core/"/>
+    </menu>
     
     ${parentProject}
     ${modules}

Modified: incubator/tobago/trunk/src/site/apt/getting-started.apt
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/src/site/apt/getting-started.apt?rev=393275&r1=393274&r2=393275&view=diff
==============================================================================
--- incubator/tobago/trunk/src/site/apt/getting-started.apt (original)
+++ incubator/tobago/trunk/src/site/apt/getting-started.apt Tue Apr 11 10:54:41 2006
@@ -37,7 +37,7 @@
   $TOMCAT_HOME/conf/tomcat-users.xml.
 
   Change into the demo directory
-  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-demo/}tobago-example/tobago-example-demo}}
+  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/example/demo/}example/demo}}
   and run
 
 +----------------------------------------
@@ -57,4 +57,4 @@
 
   The demo application will create a log file in the app-server
   starting folder. You may want to change that in
-  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/classes/log4j.xml}src/main/webapp/WEB-INF/classes/log4j.xml}}.
+  {{{http://svn.apache.org/repos/asf/incubator/tobago/trunk/example/demo/src/main/webapp/WEB-INF/classes/log4j.xml}src/main/webapp/WEB-INF/classes/log4j.xml}}.

Modified: incubator/tobago/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/src/site/apt/index.apt?rev=393275&r1=393274&r2=393275&view=diff
==============================================================================
--- incubator/tobago/trunk/src/site/apt/index.apt (original)
+++ incubator/tobago/trunk/src/site/apt/index.apt Tue Apr 11 10:54:41 2006
@@ -29,16 +29,6 @@
 
   The development of Tobago started in 2002.
 
-Incubation Disclaimer
-
-  Tobago is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the MyFaces PMC.
-  Incubation is required of all newly accepted projects until a further review indicates that the infrastructure,
-  communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
-  While incubation status is not necessarily a reflection of the completeness or stability of the code,
-  it does indicate that the project has yet to be fully endorsed by the ASF.
-
-  The status of Tobago incubation is tracked by the {{{http://incubator.apache.org}Apache Incubator}}
-
 Download
 
   There are no releases yet

Modified: incubator/tobago/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/src/site/site.xml?rev=393275&r1=393274&r2=393275&view=diff
==============================================================================
--- incubator/tobago/trunk/src/site/site.xml (original)
+++ incubator/tobago/trunk/src/site/site.xml Tue Apr 11 10:54:41 2006
@@ -11,15 +11,20 @@
     <href>http://myfaces.apache.org/</href>
   </bannerRight>
   <body>
+
     <links>
-      <item name="Tobago Core" href="tobago-core/"/>
-      <item name="Tobago" href="http://myfaces.apache.org/tobago" />
-      <item name="MyFaces" href="http://myfaces.apache.org/" />
+      <item name="MyFaces Overview" href="http://myfaces.apache.org/"/>
+      <item name="API" href="http://myfaces.apache.org/api"/>
+      <item name="Impl" href="http://myfaces.apache.org/impl"/>
+      <item name="Tomahawk" href="http://myfaces.apache.org/tomahawk"/>
+      <item name="Sandbox" href="http://myfaces.apache.org/sandbox"/>
+      <item name="Tobago" href="http://myfaces.apache.org/tobago"/>
     </links>
 
     <menu name="Tobago">
-      <item name="Introduction" href="index.html"/>
-      <item name="Demo" href="demo.html"/>
+      <item name="Introduction" href="http://myfaces.apache.org/tobago/index.html"/>
+      <item name="Demo" href="http://myfaces.apache.org/tobago/demo.html"/>
+      <item name="Core" href="http://myfaces.apache.org/tobago/tobago-core/"/>
     </menu>
 
     <menu name="Documentation">