patrickl 2002/07/30 14:00:33
Modified: . build.properties.default build.xml
Log:
More updates to download targets
Revision Changes Path
1.8 +2 -3 jakarta-tomcat-5/build.properties.default
Index: build.properties.default
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.properties.default 30 Jul 2002 20:21:44 -0000 1.7
+++ build.properties.default 30 Jul 2002 21:00:33 -0000 1.8
@@ -29,7 +29,6 @@
# ----- CVS setup -----
-#Proxy to download subproject
#proxy.host=proxy.domain
#proxy.port=8080
#proxy.use=on
@@ -69,7 +68,7 @@
commons-daemon.bin=${commons-daemon.home}/bin
commons-daemon-launcher.jar=${commons-daemon.bin}/commons-launcher.jar
commons-daemon-launcher-bootstrap.class=${commons-daemon.bin}/LauncherBootstrap.class
-commons-daemon.loc=http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-daemon/commons-daemon-20020730.tar.gz
+commons-daemon.loc=jakarta-commons-sandbox/daemon
# ----- Commons Digester, version 1.2 or later -----
1.11 +6 -11 jakarta-tomcat-5/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 30 Jul 2002 20:21:44 -0000 1.10
+++ build.xml 30 Jul 2002 21:00:33 -0000 1.11
@@ -481,6 +481,10 @@
<param name="destfile" value="${commons-logging.jar}"/>
</antcall>
-->
+
+ <!-- commons-logging/dbcp/pool need ../LICENSE -->
+ <!-- That is ugly XXX needs a review -->
+ <copy file="LICENSE" tofile="../LICENSE"/>
<antcall target="cvsbuild">
<param name="location" value="${commons-logging.loc}"/>
<param name="subdir" value="${commons-logging.home}"/>
@@ -499,13 +503,6 @@
<param name="sourcefile" value="${regexp.loc}"/>
<param name="destfile" value="${regexp.jar}"/>
</antcall>
- <!-- Servlet api needs something different. -->
-
- <antcall target="cvsbuild">
- <param name="location" value="${servlet.loc}"/>
- <param name="subdir" value="${servlet.home}"/>
- <param name="destfile" value="${servlet.jar}"/>
- </antcall>
<antcall target="downloadgz">
<!-- xerces2 brings 2 files, test for one of them -->
@@ -513,9 +510,10 @@
<param name="destfile" value="${xmlParserAPIs.jar}"/>
</antcall>
- <antcall target="downloadgz">
+ <antcall target="cvsbuild">
<param name="location" value="${commons-daemon.loc}"/>
<param name="subdir" value="${commons-daemon.home}"/>
+ <param name="destfile" value="${commons-daemon.jar}"/>
</antcall>
<!-- commons-dbcp/pool need something different. -->
@@ -525,9 +523,6 @@
<param name="destfile" value="${commons-pool.jar}"/>
</antcall>
- <!-- commons-dbcp needs pool and ../LICENSE -->
- <!-- That is ugly XXX needs a review -->
- <copy file="LICENSE" tofile="../LICENSE"/>
<antcall target="cvsbuild">
<param name="location" value="${commons-dbcp.loc}"/>
<param name="subdir" value="${commons-dbcp.home}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>