You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/06/18 22:08:30 UTC

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

Author: dennisl
Date: Sun Jun 18 13:08:29 2006
New Revision: 415191

URL: http://svn.apache.org/viewvc?rev=415191&view=rev
Log:
Remove dependency on commons-build

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

Modified: jakarta/commons/proper/configuration/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/maven.xml?rev=415191&r1=415190&r2=415191&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/maven.xml (original)
+++ jakarta/commons/proper/configuration/trunk/maven.xml Sun Jun 18 13:08:29 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 
 <!--
-Copyright 2002-2005 The Apache Software Foundation.
+Copyright 2002-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.
@@ -17,23 +17,6 @@
 -->
 
 <project default="jar:jar" xmlns:j="jelly:core" xmlns:maven="jelly:maven">
-
-  <!-- ================================================================== -->
-  <!-- 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                                     -->
-  <!-- ================================================================== -->
 
   <!-- Adds the jdbc-stdext to the dependency classpath if the
        dependency.jdbc property is defined.

Modified: jakarta/commons/proper/configuration/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/project.properties?rev=415191&r1=415190&r2=415191&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.properties (original)
+++ jakarta/commons/proper/configuration/trunk/project.properties Sun Jun 18 13:08:29 2006
@@ -10,7 +10,6 @@
 maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
 maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
 
-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/configuration/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/xdocs/navigation.xml?rev=415191&r1=415190&r2=415191&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/navigation.xml Sun Jun 18 13:08:29 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!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'>
 <!--
    Copyright 2004-2006 The Apache Software Foundation
 
@@ -46,7 +46,7 @@
       <item name="Avalon Component" href="http://jakarta.apache.org/turbine/fulcrum/fulcrum-configuration/index.html"/>
     </menu>
 
-    &common-menus;
+    &commons;
 
   </body>
 </project>

Modified: jakarta/commons/proper/configuration/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/configuration/trunk/xdocs/style/project.css?rev=415191&r1=415190&r2=415191&view=diff
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/style/project.css (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/style/project.css Sun Jun 18 13:08:29 2006
@@ -1,5 +1 @@
-#banner, #banner td { 
- background: #fff;
- color: #000;
-}
-
+@import url("http://jakarta.apache.org/style/jakarta-maven.css");
\ No newline at end of file



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