>   
>   1.1                  jakarta-turbine-maven/src/images/maven.jpg
>   
>   	<<Binary file>>
>   
>   
>   1.1                  jakarta-turbine-maven/src/images/nw_min.gif
>   
>   	<<Binary file>>
>   
>   
>   1.1                  jakarta-turbine-maven/src/images/strich.gif
>   
>   	<<Binary file>>
>   
>   
>   1.1                  jakarta-turbine-maven/src/images/sw_min.gif
>   
>   	<<Binary file>>
>   
>   
>   1.35      +32 -0     jakarta-turbine-maven/src/templates/build/build-docs.xml
>   
>   Index: build-docs.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
>   retrieving revision 1.34
>   retrieving revision 1.35
>   diff -u -r1.34 -r1.35
>   --- build-docs.xml	17 Mar 2002 18:22:13 -0000	1.34
>   +++ build-docs.xml	25 Mar 2002 16:49:21 -0000	1.35
>   @@ -176,6 +176,7 @@
>        <!-- Make sure the source doc directories exist -->
>        <mkdir dir="${docs.src}"/>
>        <mkdir dir="${docs.src}/images"/>
>   +    <mkdir dir="${docs.src}/stylesheets"/>
>    
>        <!-- Make sure the target directory -->
>        <mkdir dir="${docs.dest}"/>
>   @@ -212,11 +213,42 @@
>          </classpath>
>        </dvsl>
>    
>   +    <!-- Copy site images -->
>   +    <copy todir="${docs.dest}/images" filtering="no">
>   +      <fileset dir="${maven.home}/images">
>   +        <include name="**/*.gif"/>
>   +        <include name="**/*.jpeg"/>
>   +        <include name="**/*.jpg"/>
>   +      </fileset>
>   +    </copy>
>   +
>   +    <!-- Copy user supplied images -->
>        <copy todir="${docs.dest}/images" filtering="no">
>          <fileset dir="${docs.src}/images">
>            <include name="**/*.gif"/>
>            <include name="**/*.jpeg"/>
>            <include name="**/*.jpg"/>
>   +      </fileset>
>   +    </copy>
>   +
>   +    <!-- Copy maven supplied stylesheets.  We need to filter here
>   +         because the stylesheets need to reference files in the images
>   +         directory.  Since this file is referenced from each page on the
>   +         site, relative URLs will not work.  Thus, the base URL must be
>   +         passed into the sheet here.  We should also make a note that
>   +         the Url in the project descriptor should be the base URL of a
>   +         site and that it should end with a trailing slash. -->
>   +    <filter token="PROJECT_BASE_URL" value="${url}"/>
>   +    <copy todir="${docs.dest}/style" filtering="yes">
>   +      <fileset dir="${maven.home}/stylesheets">
>   +        <include name="**/*.css"/>
>   +      </fileset>
>   +    </copy>
>   +
>   +    <!-- Copy user supplied stylesheets, can override maven -->
>   +    <copy todir="${docs.dest}/style" filtering="no">
>   +      <fileset dir="${docs.src}/stylesheets">
>   +        <include name="**/*.css"/>
>          </fileset>
>        </copy>
>      </target>
>   
>   
>   
>   1.19      +1 -1      jakarta-turbine-maven/xdocs/project.xml
>   
>   Index: project.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project.xml,v
>   retrieving revision 1.18
>   retrieving revision 1.19
>   diff -u -r1.18 -r1.19
>   --- project.xml	18 Mar 2002 16:17:34 -0000	1.18
>   +++ project.xml	25 Mar 2002 16:49:21 -0000	1.19
>   @@ -2,7 +2,7 @@
>    <project name="Maven" href="http://jakarta.apache.org/turbine/maven/";>
>    
>      <title>Maven</title>
>   -  <logo href="/images/logo.gif">Maven</logo>
>   +  <logo href="/images/maven.jpg">Maven</logo>
>    
>      <body>
>        <menu name="Overview">
>   
>   
>   
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to