svn commit: rev 21393 - in avalon/trunk: . central/system central/system/build
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcconnell
Date: Thu Jun 17 17:22:09 2004
New Revision: 21393
Modified:
avalon/trunk/build.properties
avalon/trunk/central/system/build/reactor.xml
avalon/trunk/central/system/index.properties
Log:
Update properties to sync with task updates.
Modified: avalon/trunk/build.properties
==============================================================================
--- avalon/trunk/build.properties (original)
+++ avalon/trunk/build.properties Thu Jun 17 17:22:09 2004
@@ -1,3 +1,2 @@
project.home = central/system
-project.proxy.host = 43.142.35.52
-project.proxy.port = 80
\ No newline at end of file
+
Modified: avalon/trunk/central/system/build/reactor.xml
==============================================================================
--- avalon/trunk/central/system/build/reactor.xml (original)
+++ avalon/trunk/central/system/build/reactor.xml Thu Jun 17 17:22:09 2004
@@ -3,18 +3,11 @@
<x:home/>
- <target name="init" depends="init-proxy">
- <!--
-
- currently not used. (why?)
-
- <x:home/>
+ <target name="init">
<x:reactor target="init"/>
- -->
</target>
<target name="clean">
- <x:home/>
<x:reactor target="clean"/>
</target>
@@ -51,13 +44,6 @@
<target name="dist">
<x:home/>
<x:reactor target="dist"/>
- </target>
-
- <target name="init-proxy" if="${project.proxy.host}">
- <setproxy proxyhost="${project.proxy.host}"
- proxyport="${project.proxy.port}"
- proxyuser="${project.proxy.user}"
- proxypassword="${project.proxy.password}"/>
</target>
</project>
Modified: avalon/trunk/central/system/index.properties
==============================================================================
--- avalon/trunk/central/system/index.properties (original)
+++ avalon/trunk/central/system/index.properties Thu Jun 17 17:22:09 2004
@@ -11,6 +11,13 @@
#avalon.cache = .cache
#
+# Optional proxy settings.
+
+#project.proxy.host = 127.0.0.1
+#project.proxy.port = 80
+
+
+#
# A sequence of remote repositories used to resolve artifacts
# requested as part of the build process.