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/05 16:14:11 UTC

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

Author: dennisl
Date: Mon Jun  5 07:14:10 2006
New Revision: 411796

URL: http://svn.apache.org/viewvc?rev=411796&view=rev
Log:
Remove dependency on commons-build.
Sync look and feel with the other components.

Added:
    jakarta/commons/proper/modeler/trunk/xdocs/style/
    jakarta/commons/proper/modeler/trunk/xdocs/style/project.css   (with props)
Modified:
    jakarta/commons/proper/modeler/trunk/maven.xml
    jakarta/commons/proper/modeler/trunk/project.properties
    jakarta/commons/proper/modeler/trunk/project.xml
    jakarta/commons/proper/modeler/trunk/xdocs/navigation.xml

Modified: jakarta/commons/proper/modeler/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/maven.xml?rev=411796&r1=411795&r2=411796&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/maven.xml (original)
+++ jakarta/commons/proper/modeler/trunk/maven.xml Mon Jun  5 07:14:10 2006
@@ -1,21 +1,4 @@
 <project default="java: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                                     -->
-  <!-- ================================================================== -->
-  
 </project>

Modified: jakarta/commons/proper/modeler/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/project.properties?rev=411796&r1=411795&r2=411796&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/project.properties (original)
+++ jakarta/commons/proper/modeler/trunk/project.properties Mon Jun  5 07:14:10 2006
@@ -1,4 +1,4 @@
-#   Copyright 2002-2004 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.
@@ -27,8 +27,7 @@
 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=bottom
+maven.xdoc.date=left
 maven.xdoc.version=${pom.currentVersion}
 maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
 maven.xdoc.poweredby.image=maven-feather.png

Modified: jakarta/commons/proper/modeler/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/project.xml?rev=411796&r1=411795&r2=411796&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/project.xml (original)
+++ jakarta/commons/proper/modeler/trunk/project.xml Mon Jun  5 07:14:10 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
- Copyright 2001-2004 The Apache Software Foundation.
+ Copyright 2001-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.
@@ -36,7 +36,7 @@
   <organization>
     <name>The Apache Software Foundation</name>
     <url>http://jakarta.apache.org</url>
-    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+    <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
   </organization>
 
   <licenses>

Modified: jakarta/commons/proper/modeler/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/xdocs/navigation.xml?rev=411796&r1=411795&r2=411796&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/modeler/trunk/xdocs/navigation.xml Mon Jun  5 07:14:10 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 2002,2004 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.
@@ -14,16 +14,20 @@
   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="Commons Modeler">
   <title>Commons Modeler</title>
     <body>
+        <links>
+            <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
+        </links>
+
         <menu name="Commons&#xA0;Modeler">
             <item name="Overview"                      href="/index.html" />
             <item name="API&#xA0;Documentation"        href="/apidocs/index.html"/>
             <item name="Downloads"                     href="/downloads.html"/>
             <item name="Wiki"                          href="http://wiki.apache.org/jakarta-commons/Modeler"/>
         </menu>
-        &common-menus;
+        &commons;
     </body>
 </project>

Added: jakarta/commons/proper/modeler/trunk/xdocs/style/project.css
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/modeler/trunk/xdocs/style/project.css?rev=411796&view=auto
==============================================================================
--- jakarta/commons/proper/modeler/trunk/xdocs/style/project.css (added)
+++ jakarta/commons/proper/modeler/trunk/xdocs/style/project.css Mon Jun  5 07:14:10 2006
@@ -0,0 +1 @@
+@import url("http://jakarta.apache.org/style/jakarta-maven.css");

Propchange: jakarta/commons/proper/modeler/trunk/xdocs/style/project.css
------------------------------------------------------------------------------
    svn:eol-style = native



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