svn commit: rev 21239 - in avalon/trunk/central/system: . build
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcconnell
Date: Mon Jun 14 14:50:27 2004
New Revision: 21239
Modified:
avalon/trunk/central/system/build/integrity.xml
avalon/trunk/central/system/index.xml
Log:
Update integrity.xml to include some TODOs relative to downloading of a bootstrap bar, and secondly, update the index.xml to include the defition of avalon-tools-project (a.k.a. magic).
Modified: avalon/trunk/central/system/build/integrity.xml
==============================================================================
--- avalon/trunk/central/system/build/integrity.xml (original)
+++ avalon/trunk/central/system/build/integrity.xml Mon Jun 14 14:50:27 2004
@@ -5,6 +5,18 @@
<available property="project.available" classname="org.apache.avalon.tools.home.Home"/>
<target name="check-for-project" unless="project.available">
+
+ <!--
+ # TODO : We need to change the content of this target to
+ # do the following:
+ #
+ # 1. get avalon-tools-project-1.0.0.bar and expand it
+ # into the repository cache
+ #
+ # 2. copy avalon-tools-project-1.0.0.jar from the cache to
+ # ${user.home}/.ant/lib/*.*
+ -->
+
<echo>
#--------------------------------------------------------------------------------
# Please invoke the bootstrap target in order to install prerequisite resources
Modified: avalon/trunk/central/system/index.xml
==============================================================================
--- avalon/trunk/central/system/index.xml (original)
+++ avalon/trunk/central/system/index.xml Mon Jun 14 14:50:27 2004
@@ -81,6 +81,18 @@
<projects>
<!--
+ Avalon Tools.
+ -->
+
+ <project basedir="../../tools/project">
+ <info>
+ <group>avalon/tools</group>
+ <name>avalon-tools-project</name>
+ <version>1.0.0</version>
+ </info>
+ </project>
+
+ <!--
Avalon LogKit.
-->