patrickl    2002/07/30 13:21:44

  Modified:    .        build.properties.default build.xml
  Log:
  More updates to get correct downloads
  
  Revision  Changes    Path
  1.7       +4 -15     jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.properties.default  30 Jul 2002 20:01:32 -0000      1.6
  +++ build.properties.default  30 Jul 2002 20:21:44 -0000      1.7
  @@ -10,16 +10,6 @@
   # -----------------------------------------------------------------------------
   
   
  -# ----- Proxy to download subproject -----
  -#proxy.host=proxy.domain
  -#proxy.port=8080
  -#proxy.use=on
  -
  -
  -# ----- CVS root for the jakarta repositories -----
  -cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
  -
  -
   # ----- Compile Control Flags -----
   compile.debug=on
   compile.deprecation=off
  @@ -37,16 +27,15 @@
   #Hide configuration flags display
   #flags.hide=on
   
  -#Version number
  -version=5.0
   
  -# ----- CVS setup
  +# ----- CVS setup -----
   #Proxy to download subproject
   #proxy.host=proxy.domain
   #proxy.port=8080
   #proxy.use=on
   
  -#CVS root for the jakarta repositories.
  +
  +# ----- CVS root for the jakarta repositories ------
   cvsroot=":pserver:[EMAIL PROTECTED]:/home/cvspublic"
   
   
  
  
  
  1.10      +3 -3      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 30 Jul 2002 20:01:32 -0000      1.9
  +++ build.xml 30 Jul 2002 20:21:44 -0000      1.10
  @@ -512,13 +512,13 @@
         <param name="sourcefile" value="${xerces.loc}"/>
         <param name="destfile" value="${xmlParserAPIs.jar}"/>
       </antcall>
  -    <!-- commons- daemons/dbcp/pool need something different. -->
   
  -    <antcall target="cvsbuild">
  +    <antcall target="downloadgz">
         <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. -->
       <!-- Pool 1.0 -->
       <antcall target="downloadgz">
         <param name="sourcefile" value="${commons-pool.loc}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to