svn commit: rev 21162 - avalon/trunk/central/system
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcconnell
Date: Sun Jun 13 06:38:17 2004
New Revision: 21162
Added:
avalon/trunk/central/system/index.properties (contents, props changed)
Modified:
avalon/trunk/central/system/index.xml
Log:
move cache and hosts info out of xml and into a properties file
Added: avalon/trunk/central/system/index.properties
==============================================================================
--- (empty file)
+++ avalon/trunk/central/system/index.properties Sun Jun 13 06:38:17 2004
@@ -0,0 +1,17 @@
+
+#------------------------------------------------------------------
+# Properties that are specific to the avalon installation.
+#------------------------------------------------------------------
+
+#
+# Cache directory into which buidl artifacts are registered.
+# Value may be an absolute or relative filename. Relative
+# filenames will be resolved relative to ${project.home}.
+
+avalon.cache = .cache
+
+#
+# A sequence of remote repositories used to resolve artifacts
+# requested as part of the build process.
+
+avalon.hosts = http://www.dpml.net/;http://www.apache.org/dist/java-repository/;http://www.ibiblio.org/maven/
Modified: avalon/trunk/central/system/index.xml
==============================================================================
--- avalon/trunk/central/system/index.xml (original)
+++ avalon/trunk/central/system/index.xml Sun Jun 13 06:38:17 2004
@@ -2,21 +2,6 @@
<system>
- <!--
- Declaration of the working repository for artifacts
- used and created by this build system.
- -->
-
- <repository>
- <cache dir=".cache"/>
- <proxy/>
- <hosts>
- <host>http://www.dpml.net/</host>
- <host>http://www.apache.org/dist/java-repository/</host>
- <host>http://www.ibiblio.org/maven/</host>
- </hosts>
- </repository>
-
<!--
Declaration of the binary resources available through
the repository used by local projects.