I had spent some time letting maven generate the docs using DVSL,
finding it cool to have the project generate its own docs... well...
maybe it's easier like that...

Thanks anyway for the help.

  Claude

Le mardi 22 mai 2007 à 22:53 +0000, [EMAIL PROTECTED] a écrit :
> Author: henning
> Date: Tue May 22 15:53:28 2007
> New Revision: 540784
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=540784
> Log:
> Shuffle docs a bit, use site plugin for building.
> 
> 
> Added:
>     velocity/dvsl/trunk/src/ant_task_reference.xml
>       - copied unchanged from r540780, 
> velocity/dvsl/trunk/xdocs/ant_task_reference.xml
>     velocity/dvsl/trunk/src/index.xml
>       - copied unchanged from r540780, velocity/dvsl/trunk/xdocs/index.xml
>     velocity/dvsl/trunk/src/more-resources.xml
>       - copied unchanged from r540780, 
> velocity/dvsl/trunk/xdocs/more-resources.xml
>     velocity/dvsl/trunk/src/site/
>     velocity/dvsl/trunk/src/site/resources/
>     velocity/dvsl/trunk/src/site/resources/images/
>     velocity/dvsl/trunk/src/site/resources/images/dvsl.png
>       - copied unchanged from r540780, 
> velocity/dvsl/trunk/xdocs/images/dvsl.png
>     velocity/dvsl/trunk/src/site/resources/images/dvsl.svg
>       - copied unchanged from r540780, 
> velocity/dvsl/trunk/xdocs/images/dvsl.svg
>     velocity/dvsl/trunk/src/site/site.xml   (with props)
>     velocity/dvsl/trunk/src/users-guide.xml
>       - copied unchanged from r540780, 
> velocity/dvsl/trunk/xdocs/users-guide.xml
>     velocity/dvsl/trunk/src/xdoc/
> Removed:
>     velocity/dvsl/trunk/xdocs/ant_task_reference.xml
>     velocity/dvsl/trunk/xdocs/images/dvsl.png
>     velocity/dvsl/trunk/xdocs/images/dvsl.svg
>     velocity/dvsl/trunk/xdocs/index.xml
>     velocity/dvsl/trunk/xdocs/more-resources.xml
>     velocity/dvsl/trunk/xdocs/toolbox.props
>     velocity/dvsl/trunk/xdocs/users-guide.xml
> Modified:
>     velocity/dvsl/trunk/   (props changed)
>     velocity/dvsl/trunk/pom.xml
> 
> Propchange: velocity/dvsl/trunk/
> ------------------------------------------------------------------------------
> --- svn:ignore (original)
> +++ svn:ignore Tue May 22 15:53:28 2007
> @@ -1 +1,12 @@
> +bin
> +target
> +.project
> +velocity.log*
> +*.ser
> +.classpath
> +.settings
> +.fbprefs
> +.fbwarnings
> +.codewrestler*
> +.findbugs*
>  velocity.log
> 
> Modified: velocity/dvsl/trunk/pom.xml
> URL: 
> http://svn.apache.org/viewvc/velocity/dvsl/trunk/pom.xml?view=diff&rev=540784&r1=540783&r2=540784
> ==============================================================================
> --- velocity/dvsl/trunk/pom.xml (original)
> +++ velocity/dvsl/trunk/pom.xml Tue May 22 15:53:28 2007
> @@ -47,39 +47,11 @@
>      <plugins>
>        <plugin>
>          <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-antrun-plugin</artifactId>
> -        <executions>
> -          <execution>
> -            <id>site</id>
> -            <phase>site</phase>
> -            <configuration>
> -              <tasks>
> -                <ant antfile="${basedir}/build.xml" inheritRefs="true">
> -                  <target name="docs"/>
> -                </ant>
> -                <mkdir dir="${basedir}/target/site"/>
> -                <copy todir="${basedir}/target/site" overwrite="true">
> -                                     <fileset dir="${basedir}/docs"/>
> -                </copy>
> -              </tasks>
> -            </configuration>
> -            <goals>
> -              <goal>run</goal>
> -            </goals>
> -          </execution>
> -        </executions>
> -        <dependencies>
> -          <dependency>
> -            <groupId>ant</groupId>
> -            <artifactId>ant-antlr</artifactId>
> -            <version>1.6.5</version>
> -          </dependency>
> -          <dependency>
> -            <groupId>antlr</groupId>
> -            <artifactId>antlrall</artifactId>
> -            <version>2.7.4</version>
> -          </dependency>
> -        </dependencies>
> +        <artifactId>maven-site-plugin</artifactId>
> +        <configuration>
> +          <inputEncoding>UTF-8</inputEncoding>
> +          <outputEncoding>UTF-8</outputEncoding>
> +        </configuration>
>        </plugin>
>      </plugins>
>    </build>
> 
> Added: velocity/dvsl/trunk/src/site/site.xml
> URL: 
> http://svn.apache.org/viewvc/velocity/dvsl/trunk/src/site/site.xml?view=auto&rev=540784
> ==============================================================================
> --- velocity/dvsl/trunk/src/site/site.xml (added)
> +++ velocity/dvsl/trunk/src/site/site.xml Tue May 22 15:53:28 2007
> @@ -0,0 +1,100 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<!--
> + Licensed to the Apache Software Foundation (ASF) under one
> + or more contributor license agreements.  See the NOTICE file
> + distributed with this work for additional information
> + regarding copyright ownership.  The ASF licenses this file
> + to you under the Apache License, Version 2.0 (the
> + "License"); you may not use this file except in compliance
> + with the License.  You may obtain a copy of the License at
> +
> +   http://www.apache.org/licenses/LICENSE-2.0
> +
> + Unless required by applicable law or agreed to in writing,
> + software distributed under the License is distributed on an
> + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + KIND, either express or implied.  See the License for the
> + specific language governing permissions and limitations
> + under the License.    
> +-->
> +
> +<project name="Apache DVSL">
> +  <publishDate position="bottom" format="yyyy-MM-dd HH:mm:ss"/>
> +  <bannerLeft>
> +    <name>Apache Velocity Project</name>
> +    <src>/images/velocity_project_wide.png</src>
> +    <href>http://velocity.apache.org/</href>
> +  </bannerLeft>
> +
> +  <bannerRight>
> +    <name>Apache DVSL</name>
> +    <src>/images/dvsl.png</src>
> +  </bannerRight>
> +
> +  <poweredBy>
> +    <logo name="Apache Velocity" 
> +          href="http://velocity.apache.org/";
> +          img="/images/pbv90x30.png" />
> +    <logo name="Velocity News Feed" 
> +          href="http://velocity.apache.org/rss/news.rss";
> +          img="/images/feed-icon-24x24.jpg" />
> +  </poweredBy>
> +
> +  <skin>
> +    <groupId>org.apache.velocity.site</groupId>
> +    <artifactId>velocity-site-skin</artifactId>
> +    <version>1.2.0</version>
> +  </skin>
> +
> +  <body>
> +    <breadcrumbs>
> +      <item name="Apache" href="http://www.apache.org/"/>
> +      <item name="Velocity" href="http://velocity.apache.org/"/>
> +      <item name="DVSL"/>
> +    </breadcrumbs>
> +
> +    <links>
> +      <item name="Engine" href="http://velocity.apache.org/engine/devel/"/>
> +      <item name="Tools" href="http://velocity.apache.org/tools/devel/"/>
> +      <item name="Anakia" href="http://velocity.apache.org/anakia/devel/"/>
> +      <item name="Texen" href="http://velocity.apache.org/texen/devel/"/>
> +      <item name="DocBook" href="http://velocity.apache.org/docbook/"/>
> +      <item name="DVSL" href="http://velocity.apache.org/dvsl/devel/"/>
> +    </links>
> +
> +    <menu name="DVSL">
> +        <item name="General"                  href="index.html"/>
> +        <item name="Download"                 
> href="http://velocity.apache.org/download.cgi"; />
> +    </menu>
> +
> +    <menu name="Documentation">
> +        <item name="Users Guide"            href="users-guide.html"/>
> +        <item name="Ant Task Reference"     href="ant_task_reference.html"/>
> +        <item name="More Resources"         href="more-resources.html"/>
> +    </menu>
> +
> +    <menu name="Developers">
> +        <item name="License"                  href="license.html"/>
> +        <item name="Javadoc"                  href="apidocs/index.html"/>
> +        <item name="Changes"                  href="changes-report.html"/>
> +        <item name="Resolved Issues"          href="jira-report.html"/>
> +        <item name="Source Code Repository"   
> href="http://svn.apache.org/viewvc/velocity/dvsl/trunk/"/>
> +    </menu>
> +
> +    <menu name="Community">
> +        <item name="Wiki"                     
> href="http://wiki.apache.org/velocity/"/>
> +        <item name="Get Involved"             
> href="http://wiki.apache.org/velocity/GetInvolved"/>
> +        <item name="Mailing Lists"            
> href="http://velocity.apache.org/contact.html"/>
> +    </menu>
> +
> +    <menu name="Velocity Development">
> +        <item name="Coding Standards"         
> href="http://wiki.apache.org/velocity/CodeStandards"/>
> +        <item name="Documentation Guidelines" 
> href="http://wiki.apache.org/velocity/DocumentationGuidelines"/>
> +        <item name="Issues"                   
> href="https://issues.apache.org/jira/browse/DVSL"/>
> +        <item name="Who we are"               
> href="http://velocity.apache.org/who-we-are.html"/>
> +    </menu>
> +
> +    <menu ref="reports" />
> +
> +  </body>
> +</project>
> 
> Propchange: velocity/dvsl/trunk/src/site/site.xml
> ------------------------------------------------------------------------------
>     svn:eol-style = native
> 
> Propchange: velocity/dvsl/trunk/src/site/site.xml
> ------------------------------------------------------------------------------
>     svn:keywords = Id Author Date Revision
> 
> 


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

Reply via email to