dion 2003/08/04 06:02:10 Modified: xdocs/ant-guide practical.xml Log: Add properties pointer for MAVEN-600 Revision Changes Path 1.2 +29 -29 maven/xdocs/ant-guide/practical.xml Index: practical.xml =================================================================== RCS file: /home/cvs/maven/xdocs/ant-guide/practical.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- practical.xml 5 Oct 2002 13:22:56 -0000 1.1 +++ practical.xml 4 Aug 2003 13:02:10 -0000 1.2 @@ -1,29 +1,29 @@ -<?xml version="1.0"?> - -<document> - - <properties> - <title>Maven</title> - <author email="[EMAIL PROTECTED]">Ben Walding</author> - </properties> - - <body> - - <section name="Practical"> - <p> - A common question that comes up is how to do certain things in Maven that - are quite trivial in Ant. These answers represent the best-of-breed solutions to problems, - and if you have a better solution, let the maintainer know. - </p> - - <p> - <ul> - <li><a href="qna/speed.html">Ant is sooo much faster than this sluggish Maven</a></li> - <li><a href="qna/inprogress.html">Using dependencies to make extra things happen before / after a goal</a></li> - <li><a href="qna/inprogress.html">Using Ant build targets while you're converting over to Maven</a></li> - <li><a href="qna/inprogress.html">Expanding properties in a file</a></li> - </ul> - </p> - </section> - </body> -</document> +<?xml version="1.0"?> + +<document> + + <properties> + <title>Maven</title> + <author email="[EMAIL PROTECTED]">Ben Walding</author> + </properties> + + <body> + + <section name="Practical"> + <p> + A common question that comes up is how to do certain things in Maven that + are quite trivial in Ant. These answers represent the best-of-breed solutions to problems, + and if you have a better solution, let the maintainer know. + </p> + + <p> + <ul> + <li><a href="qna/speed.html">Ant is sooo much faster than this sluggish Maven</a></li> + <li><a href="qna/inprogress.html">Using dependencies to make extra things happen before / after a goal</a></li> + <li><a href="qna/inprogress.html">Using Ant build targets while you're converting over to Maven</a></li> + <li><a href="qna/properties.html">Expanding properties in a file</a></li> + </ul> + </p> + </section> + </body> +</document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
