You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/02/20 10:55:14 UTC

svn commit: r379070 - in /directory/trunks: apacheds/pom.xml resources/generate_modules_index_xdoc.sh

Author: ersiner
Date: Mon Feb 20 01:55:11 2006
New Revision: 379070

URL: http://svn.apache.org/viewcvs?rev=379070&view=rev
Log:
Tiny fix for site generation.

Modified:
    directory/trunks/apacheds/pom.xml
    directory/trunks/resources/generate_modules_index_xdoc.sh

Modified: directory/trunks/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=379070&r1=379069&r2=379070&view=diff
==============================================================================
--- directory/trunks/apacheds/pom.xml (original)
+++ directory/trunks/apacheds/pom.xml Mon Feb 20 01:55:11 2006
@@ -250,8 +250,11 @@
             <phase>site</phase>
             <configuration>
               <tasks>
-                <javadoc destdir="target/site/docs/api" use="true" windowtitle="ApacheDS" 
-                  packagenames="org.apache.directory.server.*">
+                <javadoc 
+                    destdir="target/site/docs/api" 
+                    use="true" 
+                    windowtitle="ApacheDS" 
+                    packagenames="org.apache.directory.server.*">
                   <sourcepath>
                     <dirset dir="." includes="*/src/main/java"/>
                   </sourcepath>

Modified: directory/trunks/resources/generate_modules_index_xdoc.sh
URL: http://svn.apache.org/viewcvs/directory/trunks/resources/generate_modules_index_xdoc.sh?rev=379070&r1=379069&r2=379070&view=diff
==============================================================================
--- directory/trunks/resources/generate_modules_index_xdoc.sh (original)
+++ directory/trunks/resources/generate_modules_index_xdoc.sh Mon Feb 20 01:55:11 2006
@@ -20,11 +20,11 @@
 echo '<?xml version="1.0" encoding="UTF-8"?>'
 echo '<document>'
 echo ' <properties>'
-echo '  <title>'${project_name}' - Subprojects</title>'
+echo '  <title>'${project_name}' Modules</title>'
 echo ' </properties>'
 echo ' <body>'
-echo '  <section name="'${project_name}' Subprojects">'
-echo '   <p>'${project_name}' is composed of several subprojects. Here is the list of them with brief descriptions:</p>'
+echo '  <section name="'${project_name}' Modules">'
+echo '   <p>'${project_name}' is composed of several modules. Here is the list of them with brief descriptions:</p>'
 
 echo '   <table>'
 echo '    <tr><th>Name</th><th>Description</th></tr>'