brett 2004/06/23 05:56:19 Modified: xdocs Tag: MAVEN-1_0-BRANCH musings.xml status.xml xdocs/misc Tag: MAVEN-1_0-BRANCH tasks.xml xdocs/reference Tag: MAVEN-1_0-BRANCH user-guide.xml xdocs/start Tag: MAVEN-1_0-BRANCH anakia.xml Log: fix double escaped html elements Revision Changes Path No revision No revision 1.32.10.2 +7 -8 maven/xdocs/musings.xml Index: musings.xml =================================================================== RCS file: /home/cvs/maven/xdocs/musings.xml,v retrieving revision 1.32.10.1 retrieving revision 1.32.10.2 diff -u -r1.32.10.1 -r1.32.10.2 --- musings.xml 4 Mar 2004 17:45:56 -0000 1.32.10.1 +++ musings.xml 23 Jun 2004 12:56:19 -0000 1.32.10.2 @@ -168,14 +168,13 @@ format (e.g. Maven's xdocs/reference/faq.xml) is a little fiddly to edit. Consider some simple XML format instead like the following along with patching the DVSL scripts... - <pre> -&lt;section name="General"&gt; - &lt;entry ref="foo"&gt; - &lt;question&gt;How do I foo?&lt;/question&gt; - &lt;answer&gt;The way you do this is...?&lt;/question&gt; - &lt;/entry&gt; -&lt;/section&gt; - </pre> + <source><![CDATA[ +<section name="General"> + <entry ref="foo"> + <question>How do I foo?</question> + <answer>The way you do this is...?</question> + </entry> +</section>]]></source> </li> </ol> </section> 1.16.4.4 +2 -2 maven/xdocs/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/maven/xdocs/status.xml,v retrieving revision 1.16.4.3 retrieving revision 1.16.4.4 diff -u -r1.16.4.3 -r1.16.4.4 --- status.xml 20 May 2004 15:20:37 -0000 1.16.4.3 +++ status.xml 23 Jun 2004 12:56:19 -0000 1.16.4.4 @@ -145,7 +145,7 @@ glitch when moving from Ant 1.4.1 to Ant 1.5. </li> <li> - Tags created with the &lt;define:tag/&gt; will now execute N times + Tags created with the <define:tag/> will now execute N times within the same goal. </li> <li> @@ -155,7 +155,7 @@ <code>{user.home}/build.properties</code>. </li> <li> - The &lt;deploy:copy-deps/&gt; tag will now take an optional + The <deploy:copy-deps/> tag will now take an optional excludes attribute which will accept a list dependency ids where each dependency that is listed will be excluded from the copy. No revision No revision 1.1.10.3 +5 -5 maven/xdocs/misc/tasks.xml Index: tasks.xml =================================================================== RCS file: /home/cvs/maven/xdocs/misc/tasks.xml,v retrieving revision 1.1.10.2 retrieving revision 1.1.10.3 diff -u -r1.1.10.2 -r1.1.10.3 --- tasks.xml 13 May 2004 10:15:56 -0000 1.1.10.2 +++ tasks.xml 23 Jun 2004 12:56:19 -0000 1.1.10.3 @@ -196,9 +196,9 @@ folder.gif, rather than one per source folder (dIon) </li> <li> - xref produces cross references for &lt;sourceDirectories&gt; and - &lt;testSourceDirectories&gt;. javadoc produces html for - &lt;sourceDirectories&gt; only. + xref produces cross references for <sourceDirectories> and + <testSourceDirectories>. javadoc produces html for + <sourceDirectories> only. </li> <li> When we are dealing with non-distributable JARs we may have to @@ -229,8 +229,8 @@ <li> Add a maven:xml-validate target which will validate all xml source against it's DTD (if present). Will most likely need a new element - in project.xml (&lt;xmlSourceDirectories&gt;) similar to source - directories. Any directory listed in an &lt;xmlSourceDirectory&gt; + in project.xml (<xmlSourceDirectories>) similar to source + directories. Any directory listed in an <xmlSourceDirectory> will be validated. </li> </ul> No revision No revision 1.63.4.7 +2 -2 maven/xdocs/reference/user-guide.xml Index: user-guide.xml =================================================================== RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v retrieving revision 1.63.4.6 retrieving revision 1.63.4.7 diff -u -r1.63.4.6 -r1.63.4.7 --- user-guide.xml 30 Mar 2004 13:57:10 -0000 1.63.4.6 +++ user-guide.xml 23 Jun 2004 12:56:19 -0000 1.63.4.7 @@ -371,7 +371,7 @@ </subsection> <subsection name="The project element"> <p> - The project element, &lt;project&gt;, is the root element for + The project element, <project>, is the root element for any <code>maven.xml</code> file. </p> <p> @@ -1579,7 +1579,7 @@ <p> In most cases, any of these limitations can be overcome using the - optional &lt;jar&gt; element or the JAR can be renamed. To date many + optional <jar> element or the JAR can be renamed. To date many of the Jakarta products have been renamed in the repository as it is likely in the near future that most Jakarta projects will choose to use Maven to build. But there isn't a firm policy about what to No revision No revision 1.7.10.3 +1 -1 maven/xdocs/start/anakia.xml Index: anakia.xml =================================================================== RCS file: /home/cvs/maven/xdocs/start/anakia.xml,v retrieving revision 1.7.10.2 retrieving revision 1.7.10.3 diff -u -r1.7.10.2 -r1.7.10.3 --- anakia.xml 4 Mar 2004 17:45:58 -0000 1.7.10.2 +++ anakia.xml 23 Jun 2004 12:56:19 -0000 1.7.10.3 @@ -51,7 +51,7 @@ used by Maven when generating your site by setting the appropriate properties. If you are only interested in using Maven for the generation of your site (and not compilation), - you do not have to complete the &lt;build&gt; element + you do not have to complete the <build> element section of the project descriptor. </li> <li>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]