You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/07/31 11:11:56 UTC

svn commit: rev 31031 - avalon/trunk

Author: niclas
Date: Sat Jul 31 02:11:55 2004
New Revision: 31031

Modified:
   avalon/trunk/README.txt
   avalon/trunk/build.xml
Log:
Some changes laying around that hasn't been committed.

Modified: avalon/trunk/README.txt
==============================================================================
--- avalon/trunk/README.txt	(original)
+++ avalon/trunk/README.txt	Sat Jul 31 02:11:55 2004
@@ -11,8 +11,8 @@
 
 =======================================================================
 summary:   Apache Avalon provides a complete platform for component
-	   programming including a core framework, utilities, tools,
-	   components, and a container written in the Java language.
+           programming including a core framework, utilities, tools,
+           components, and a container written in the Java language.
 publisher: Apache Software Foundation
 website:   http://avalon.apache.org/
 license:   Please see the LICENSE.txt file
@@ -40,7 +40,7 @@
 run:
 
    ant setup               <-- only needed once to bootstrap magic
-   ant clean		   <-- deletes any 'dirty' content
+   ant clean               <-- deletes any 'dirty' content
    ant                     <-- builds entire Avalon platform
 
 Magic uses an environmental variable "MAGIC_HOME" which defaults
@@ -93,8 +93,8 @@
 moved, deprecated, or archived.
 
     excalibur/ecm   -->  http://excalibur.apache.org
-    fortress	    -->  http://excalibur.apache.org
-    phoenix	    -->  http://loom.codehaus.org
+    fortress        -->  http://excalibur.apache.org
+    phoenix         -->  http://loom.codehaus.org
 
 A CVS snapshot can be found in SVN at:
 
@@ -102,4 +102,4 @@
 
 More information on Avalon legacy software can be found at:
 
-   http://avalon.apache.org/products/legacy/index.html
\ No newline at end of file
+   http://avalon.apache.org/products/legacy/index.html

Modified: avalon/trunk/build.xml
==============================================================================
--- avalon/trunk/build.xml	(original)
+++ avalon/trunk/build.xml	Sat Jul 31 02:11:55 2004
@@ -3,8 +3,11 @@
 <project name="avalon" default="install" basedir="." 
   xmlns:x="antlib:org.apache.avalon.tools">
 
-  <available property="magic.available" classname="org.apache.avalon.tools.model.Home"/>
-
+  <available property="magic.available" classname="org.apache.avalon.tools.model.Home" >
+    <classpath >
+      <pathelement location="${user.home}/.ant/lib/avalon-tools-magic.jar"/>
+    </classpath>
+  </available>
   <property environment="ENV"/>
   <property name="magic.dir" value="${basedir}/tools/magic"/>
   <property file="${basedir}/user.properties"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org