jstrachan 2002/11/07 00:44:26
Modified: messenger README.txt
Log:
patched the readme to bring it up to date with the latest Maven instructions
Revision Changes Path
1.5 +5 -7 jakarta-commons-sandbox/messenger/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/messenger/README.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.txt 22 May 2002 14:49:16 -0000 1.4
+++ README.txt 7 Nov 2002 08:44:26 -0000 1.5
@@ -1,18 +1,16 @@
Jakarta Commons Messenger
=========================
-Messenger is build using Maven. So all you should need to do is
-install Ant and Maven and just type
+The primary build tool for this project is Maven.
+So all you should need to do is install Maven and just type
- ant
+ maven
For more help using Maven please go to
http://jakarta.apache.org/turbine/maven/
-You can install Ant from here
-
- http://jakarta.apache.org/ant/
-
+Maven also supports the auto-generation of Ant build files so
+you may also be able to use Ant to build the code.
Enjoy!
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>