You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/06/13 23:50:04 UTC

svn commit: rev 21174 - excalibur/trunk

Author: leosimons
Date: Sun Jun 13 14:50:04 2004
New Revision: 21174

Modified:
   excalibur/trunk/README.txt
Log:
update basic build info

Modified: excalibur/trunk/README.txt
==============================================================================
--- excalibur/trunk/README.txt	(original)
+++ excalibur/trunk/README.txt	Sun Jun 13 14:50:04 2004
@@ -1,19 +1,20 @@
+Apache Excalibur
+================
 
-Avalon Excalibur
-=================
-
-This is the collection of what is now known as the Avalon Legacy.
-
-Excalibur Component Manager a.k.a ECM
-Excalibur components
-Excalibur Fortress
+Welcome to Apache Excalibur! For more information, please see the website at
 
+  http://excalibur.apache.org/
 
 To build everything from scratch, you will need Maven (http://maven.apache.org)
 and simply run the command;
 
-maven multiproject:install
+  maven multiproject:install
+
+you might need to download and install a few jars by hand, in particular, the following libraries:
 
+  jsse-1.0.3_02 (groupid: jsse)
+  mailapi-1.3.1 (groupid: javamail)
+  jms-1.1       (groupid: jms)
 
-Have fun
-Avalon Development Team
+Besides the maven-based buildsystem, Excalibur can also be built using a home-grown ant-1.6-based system that lives in the 'buildsystem' directory. See buildsystem/jbs/README.txt
+for more information.

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org