jvanzyl     2003/02/12 23:07:03

  Modified:    xdocs/reference user-guide.xml
  Log:
  o more formatting.
  
  Revision  Changes    Path
  1.38      +36 -36    jakarta-turbine-maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- user-guide.xml    13 Feb 2003 07:02:23 -0000      1.37
  +++ user-guide.xml    13 Feb 2003 07:07:03 -0000      1.38
  @@ -163,27 +163,27 @@
             you can do:
           </p>
   
  -        <source><![CDATA[
  -        <?xml version="1.0" encoding="ISO-8859-1"?>
  -        <project>
  -          <extend>project.xml</extend>
  -
  -          <id>super-extendo</id>
  -          <name>Super Extendo</name>
  -
  -          <build>
  -            <unitTest>
  -              <includes>
  -                <include>**/*Test*.java</include>
  -              </includes>
  -              <excludes>
  -                <exclude>**/TestAll.java</exclude>
  -                <exclude>**/*Abstract*.java</exclude>
  -              </excludes>
  -            </unitTest>
  -          </build>
  -        </project>
  -        ]]></source>
  +<source><![CDATA[
  +<?xml version="1.0" encoding="ISO-8859-1"?>
  +  <project>
  +    <extend>project.xml</extend>
  +
  +    <id>super-extendo</id>
  +    <name>Super Extendo</name>
  +
  +    <build>
  +      <unitTest>
  +        <includes>
  +          <include>**/*Test*.java</include>
  +        </includes>
  +        <excludes>
  +          <exclude>**/TestAll.java</exclude>
  +          <exclude>**/*Abstract*.java</exclude>
  +        </excludes>
  +      </unitTest>
  +    </build>
  +  </project>
  +]]></source>
   
           <p>
             Currently the resolution of the parent is fairly dumb and there hasn't 
been any
  @@ -226,20 +226,20 @@
       <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.id}/</url>
     </repository>
     ...
  -</project>]]>
  -        </source>
  +</project>
  + ]]></source>
   
           <p>
             And for a child you could have something like this:
           </p>
   
  -        <source><![CDATA[
  -        <project>
  -          <id>commons-betwixt</id>
  -          <name>Betwixt</name>
  -          ...
  -        </project>
  -        ]]></source>
  +<source><![CDATA[
  +<project>
  +  <id>commons-betwixt</id>
  +  <name>Betwixt</name>
  +  ...
  +</project>
  +]]></source>
   
           <p>
             And what you will get is the child's ${pom.id} value substituted into
  @@ -552,9 +552,9 @@
            following default property:
          </p>
   
  -       <source><![CDATA[
  -       maven.checkstyle.format = sun
  -       ]]></source>
  +<source><![CDATA[
  +maven.checkstyle.format = sun
  +]]></source>
   
          <p>
            Which, as you might guess, tells the Checkstyle plug-in to use
  @@ -564,9 +564,9 @@
            following value:
          </p>
   
  -       <source><![CDATA[
  -       maven.checkstyle.format = turbine
  -       ]]></source>
  +<source><![CDATA[
  +maven.checkstyle.format = turbine
  +]]></source>
   
          <p>
            Then the Checkstyle plug-in will use Turbine's coding conventions.
  
  
  

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

Reply via email to