You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/03/15 00:00:39 UTC

svn commit: r385923 - in /jakarta/commons/proper/betwixt/trunk: maven.xml project.properties xdocs/navigation.xml xdocs/style/project.css

Author: rdonkin
Date: Tue Mar 14 15:00:31 2006
New Revision: 385923

URL: http://svn.apache.org/viewcvs?rev=385923&view=rev
Log:
Upgraded to new site build system which does not require common-build.

Modified:
    jakarta/commons/proper/betwixt/trunk/maven.xml
    jakarta/commons/proper/betwixt/trunk/project.properties
    jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml
    jakarta/commons/proper/betwixt/trunk/xdocs/style/project.css

Modified: jakarta/commons/proper/betwixt/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/maven.xml?rev=385923&r1=385922&r2=385923&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/maven.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/maven.xml Tue Mar 14 15:00:31 2006
@@ -1,5 +1,5 @@
 <!--
-   Copyright 2001-2004 The Apache Software Foundation
+   Copyright 2001-2004, 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.
@@ -14,24 +14,7 @@
    limitations under the License.
 -->
 <project default="jar:jar" xmlns:j="jelly:core">
-
-  <!-- ================================================================== -->
-  <!-- START : C O M M O N S - B U I L D                                  -->
-  <!-- ================================================================== -->
-  <!-- Required: Look and Feel for documentation within distributions     -->
-  <!-- ================================================================== -->
-  <postGoal name="xdoc:copy-resources">  
-    <copy todir="${basedir}/target/docs/style/" failonerror="false">
-      <fileset dir="${basedir}/../commons-build/xdocs/style">
-      	<include name='**/*'/>
-      	<exclude name='**/CVS/**'/>
-      </fileset>
-    </copy>
-  </postGoal>
-  <!-- ================================================================== -->
-  <!-- END: C O M M O N S - B U I L D                                     -->
-  <!-- ================================================================== -->
-
+	
   <preGoal name="test:compile">
     
     <echo>Copying test resources ...</echo>

Modified: jakarta/commons/proper/betwixt/trunk/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.properties?rev=385923&r1=385922&r2=385923&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.properties (original)
+++ jakarta/commons/proper/betwixt/trunk/project.properties Tue Mar 14 15:00:31 2006
@@ -1,4 +1,4 @@
-#   Copyright 2003-2004 The Apache Software Foundation
+#   Copyright 2003-2004, 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.
@@ -40,7 +40,6 @@
 maven.checkstyle.properties=${basedir}/checkstyle.xml
 
 # documentation properties
-maven.xdoc.jsl=../commons-build/commons-site.jsl
 maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml?rev=385923&r1=385922&r2=385923&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/navigation.xml Tue Mar 14 15:00:31 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-   Copyright 2001-2004 The Apache Software Foundation
+   Copyright 2001-2004, 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.
@@ -14,7 +14,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
 <project name="Betwixt">
 
   <title>Betwixt</title>
@@ -58,7 +58,7 @@
         <item name='0.5' href='http://jakarta.apache.org/commons/betwixt/betwixt-0.5'/>
     </menu>
     
-    &common-menus;
+    &commons;
 
   </body>
 </project>

Modified: jakarta/commons/proper/betwixt/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/xdocs/style/project.css?rev=385923&r1=385922&r2=385923&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/xdocs/style/project.css (original)
+++ jakarta/commons/proper/betwixt/trunk/xdocs/style/project.css Tue Mar 14 15:00:31 2006
@@ -1,5 +1 @@
-#banner, #banner td { 
- background: #fff;
- color: #000;
-}
-
+@import url("http://jakarta.apache.org/style/jakarta-maven.css");



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org