cvs commit: jakarta-tomcat-connectors/util build.xml

2005-07-30 Thread markt
markt   2005/07/30 04:54:44

  Modified:util build.xml
  Log:
  Remove duplication from previous commit
  
  Revision  ChangesPath
  1.34  +0 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 30 Jul 2005 11:39:50 -  1.33
  +++ build.xml 30 Jul 2005 11:54:44 -  1.34
  @@ -65,7 +65,6 @@
   
   
   
  -
   
   

cvs commit: jakarta-tomcat-connectors/util build.xml

2005-07-30 Thread markt
markt   2005/07/30 04:39:50

  Modified:coyote   build.xml
   util build.xml
  Log:
  Clean up content of coyote jars when building for TC4
  
  Revision  ChangesPath
  1.32  +2 -2  jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 6 Jan 2005 12:42:13 -   1.31
  +++ build.xml 30 Jul 2005 11:39:49 -  1.32
  @@ -277,7 +277,7 @@
   manifest="${build.home}/conf/MANIFEST.MF">
 
   
  -
  +
   
   
 
  
  
  
  1.33  +3 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 15 Apr 2005 02:49:14 -  1.32
  +++ build.xml 30 Jul 2005 11:39:50 -  1.33
  @@ -62,8 +62,10 @@
   
   
   
  +
   
   
  +
   
   
   
   
  +
   
   

  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2005-04-14 Thread billbarker
billbarker2005/04/14 19:49:14

  Modified:util build.xml
  Log:
  Add tomcat-jni.jar to the classpath, since it is now required.
  
  Revision  ChangesPath
  1.32  +2 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 10 Apr 2005 22:19:00 -  1.31
  +++ build.xml 15 Apr 2005 02:49:14 -  1.32
  @@ -23,7 +23,7 @@
   
   
   
  -
  +
   
   
   
  @@ -34,6 +34,7 @@
   
   
   
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2005-04-10 Thread billbarker
billbarker2005/04/10 15:19:00

  Modified:util build.xml
  Log:
  Add checks for JDK 1.5.
  
  Revision  ChangesPath
  1.31  +3 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml 6 Oct 2004 15:41:44 -   1.30
  +++ build.xml 10 Apr 2005 22:19:00 -  1.31
  @@ -43,6 +43,7 @@
   
   

  +
   
   
   
  @@ -61,6 +62,7 @@
   
   
   
  +
   
   
   
   
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2004-10-05 Thread costin
costin  2004/10/05 22:16:06

  Modified:util build.xml
  Log:
  Add tomcat-loader.jar ( not automatic, needs to be called explicitely for now )
  
  Revision  ChangesPath
  1.29  +26 -2 jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 29 Aug 2004 18:14:17 -  1.28
  +++ build.xml 6 Oct 2004 05:16:06 -   1.29
  @@ -22,6 +22,8 @@
   
   
   
  +
  +
   
   
   
  @@ -45,11 +47,14 @@
   
   
   
  - 
  +
  +

   
   
  -
  + 
  +
  +
   
   
   
  @@ -57,6 +62,7 @@
   
   
   
  +
   
   
   
  +
  +
  +
  +
  +
  +
  + 
  +
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2004-07-23 Thread remm
remm2004/07/23 15:43:48

  Modified:util build.xml
  Log:
  - JDK 1.5 compat.
  
  Revision  ChangesPath
  1.27  +0 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 8 Sep 2003 03:29:18 -   1.26
  +++ build.xml 23 Jul 2004 22:43:48 -  1.27
  @@ -61,7 +61,6 @@
   destdir="${tomcat-util.build}/classes"
   deprecation="off"
   debug="on"
  -target="1.1"
   optimize="off"
   verbose="off"
   excludes="**/CVS/**">
  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2003-09-07 Thread glenn
glenn   2003/09/07 20:29:18

  Modified:util build.xml
  Log:
  Fix the build for jdk 1.3
  
  Revision  ChangesPath
  1.26  +1 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 14 Jul 2003 16:28:19 -  1.25
  +++ build.xml 8 Sep 2003 03:29:18 -   1.26
  @@ -73,6 +73,7 @@
   
   
   
  +
   
   

  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2003-07-14 Thread remm
remm2003/07/14 09:28:19

  Modified:util build.xml
  Log:
  - Remove warnings.
  
  Revision  ChangesPath
  1.25  +1 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 10 Jun 2003 00:49:30 -  1.24
  +++ build.xml 14 Jul 2003 16:28:19 -  1.25
  @@ -59,7 +59,7 @@
   
   

cvs commit: jakarta-tomcat-connectors/util build.xml

2003-06-09 Thread luehe
luehe   2003/06/09 17:49:30

  Modified:util build.xml
  Log:
  Changed how availability of JSSE is determined: JSSE comes standard
  with JDK 1.4, without having to set the "jsse.home" or "jsse.jar"
  properties
  
  Revision  ChangesPath
  1.24  +1 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml 5 May 2003 14:29:19 -   1.23
  +++ build.xml 10 Jun 2003 00:49:30 -  1.24
  @@ -35,7 +35,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2003-03-25 Thread costin
costin  2003/03/25 09:50:52

  Modified:util build.xml
  Log:
  Index and nodocs
  
  Revision  ChangesPath
  1.21  +3 -2  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml 14 Mar 2003 05:33:04 -  1.20
  +++ build.xml 25 Mar 2003 17:50:52 -  1.21
  @@ -88,7 +88,8 @@
   
   

   
   
  @@ -99,7 +100,7 @@
   
   
   
  -
  +
   



cvs commit: jakarta-tomcat-connectors/util build.xml

2003-03-13 Thread billbarker
billbarker2003/03/13 21:33:05

  Modified:util build.xml
  Log:
  Checking this in now, since I'm likely to forget to do it later ;-).
  
  Until I do more check-ins, this does nothing.  I'm currently trying to re-factor the 
JSSE SSL-support to handle JSSE 1.1.x (the one that ships with JDK 1.4) better.
  
  Revision  ChangesPath
  1.20  +3 -2  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 13 Mar 2003 00:03:58 -  1.19
  +++ build.xml 14 Mar 2003 05:33:04 -  1.20
  @@ -69,8 +69,9 @@
   
   
   
  - 
  - 
  +
  +
  +
   


  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2003-03-12 Thread costin
costin  2003/03/12 16:03:58

  Modified:util build.xml
  Log:
  If JDK1.4 is used, use the included jsse.jar.
  
  Revision  ChangesPath
  1.19  +1 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml 4 Feb 2003 06:17:26 -   1.18
  +++ build.xml 13 Mar 2003 00:03:58 -  1.19
  @@ -25,6 +25,7 @@
   
   
   
  +
   
   
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/util build.xml

2003-02-03 Thread billbarker
billbarker2003/02/03 22:17:26

  Modified:util build.xml
  Log:
  Fix Typo.
  
  Revision  ChangesPath
  1.18  +1 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.xml 4 Feb 2003 06:03:46 -   1.17
  +++ build.xml 4 Feb 2003 06:17:26 -   1.18
  @@ -68,7 +68,7 @@
   
   
   
  - 
  + 

   

  
  
  

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




cvs commit: jakarta-tomcat-connectors/util build.xml

2003-02-03 Thread billbarker
billbarker2003/02/03 22:03:46

  Modified:util build.xml
  Log:
  Add support for the new JsdkSupport.
  
  Submitted by: Joe Funk [EMAIL PROTECTED]
  
  Revision  ChangesPath
  1.17  +2 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 12 Jan 2003 19:01:58 -  1.16
  +++ build.xml 4 Feb 2003 06:03:46 -   1.17
  @@ -38,6 +38,7 @@
   
   
   
  + 
   
   
   
  @@ -67,6 +68,7 @@
   
   
   
  + 

   

  
  
  

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




cvs commit: jakarta-tomcat-connectors/util build.xml

2003-01-12 Thread costin
costin  2003/01/12 11:01:58

  Modified:util build.xml
  Log:
  Conditional compilation for ThreadPoolMX
  
  Revision  ChangesPath
  1.16  +4 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 6 Jan 2003 18:36:18 -   1.15
  +++ build.xml 12 Jan 2003 19:01:58 -  1.16
  @@ -29,6 +29,7 @@
   
   
   
  +
   
   
   
  @@ -36,6 +37,7 @@
   
   
   
  +
   
   
   
  @@ -50,6 +52,7 @@
   
   
   
  +
   
   
   
  +

   

  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2003-01-06 Thread remm
remm2003/01/06 10:36:18

  Modified:util build.xml
  Log:
  - Fix javadoc task.
  
  Revision  ChangesPath
  1.15  +13 -8 jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 15 Oct 2002 21:02:13 -  1.14
  +++ build.xml 6 Jan 2003 18:36:18 -   1.15
  @@ -22,6 +22,15 @@
   
   
   
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
   
   
  @@ -49,12 +58,7 @@
   optimize="off"
   verbose="off"
   excludes="**/CVS/**">
  -
  -
  -
  -
  -
  -
  +
   
   
   
  @@ -97,8 +101,9 @@
 version="true"
 windowtitle="Tomcat Utilities Documentation"
doctitle="Tomcat Utilities"
  -   bottom="Copyright © 2001 Apache Software Foundation.  All 
Rights Reserved."
  - />
  +   bottom="Copyright © 2001 Apache Software Foundation.  All 
Rights Reserved.">
  +
  +
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-10-15 Thread costin

costin  2002/10/15 14:02:13

  Modified:util build.xml
  Log:
  Allow configuration of the jar, jar only our files.
  
  Revision  ChangesPath
  1.14  +8 -5  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 6 Oct 2002 20:28:22 -   1.13
  +++ build.xml 15 Oct 2002 21:02:13 -  1.14
  @@ -19,7 +19,9 @@
   
   
   
  -
  +
  +
  +
   
   
   
  @@ -30,7 +32,7 @@
   
   

  - 
  + 
   
   
   
  @@ -73,10 +75,11 @@

   
   
  - 
  + manifest="java/tomcat-util.manifest" >
  +
  +
   

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




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-10-06 Thread billbarker

billbarker2002/10/06 13:28:22

  Modified:util build.xml
  Log:
  It seems that I'm expecting too much of Ant's pattern matching.
  
  This should finally stop the Gump nags.
  
  Revision  ChangesPath
  1.13  +2 -2  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 6 Oct 2002 07:39:01 -   1.12
  +++ build.xml 6 Oct 2002 20:28:22 -   1.13
  @@ -53,9 +53,9 @@
   
   
   
  -
  +
   
  -
  +
   

   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: cvs commit: jakarta-tomcat-connectors/util build.xml

2002-10-06 Thread Costin Manolache

Bill Barker wrote:

> 
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 06, 2002 12:39 AM
> Subject: cvs commit: jakarta-tomcat-connectors/util build.xml
> 
> 
>> billbarker2002/10/06 00:39:01
>>
>>   Modified:util build.xml
>>   Log:
>>   Fix the excludes for the new home of JSSE and PureTLS support classes.
>>
>>   Revision  ChangesPath
>>   1.12  +2 -2  jakarta-tomcat-connectors/util/build.xml
>>
>>   Index: build.xml
> 
> I'd like to include PureTLS support in the Gump builds.  However, at first
> glance, adding an external OS project to Gump looks like it is way beyond
> my
> karma.  Can anyone offer pointers on how to proceed?

Great idea - I don't have karma either, but alexandria-dev is the place
to ask.


Costin



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




Re: cvs commit: jakarta-tomcat-connectors/util build.xml

2002-10-06 Thread Bill Barker


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, October 06, 2002 12:39 AM
Subject: cvs commit: jakarta-tomcat-connectors/util build.xml


> billbarker2002/10/06 00:39:01
>
>   Modified:util build.xml
>   Log:
>   Fix the excludes for the new home of JSSE and PureTLS support classes.
>
>   Revision  ChangesPath
>   1.12  +2 -2  jakarta-tomcat-connectors/util/build.xml
>
>   Index: build.xml

I'd like to include PureTLS support in the Gump builds.  However, at first
glance, adding an external OS project to Gump looks like it is way beyond my
karma.  Can anyone offer pointers on how to proceed?



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




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-10-06 Thread billbarker

billbarker2002/10/06 00:39:01

  Modified:util build.xml
  Log:
  Fix the excludes for the new home of JSSE and PureTLS support classes.
  
  Revision  ChangesPath
  1.12  +2 -2  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 27 Sep 2002 01:45:07 -  1.11
  +++ build.xml 6 Oct 2002 07:39:01 -   1.12
  @@ -53,9 +53,9 @@
   
   
   
  -
  +
   
  -
  +
   

   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-09-26 Thread larryi

larryi  2002/09/26 18:45:07

  Modified:util build.xml
  Log:
  Update to keep original name of the "commons-logging" jar.  Tomcat 3.3.x
  uses commons-logging-api.jar, which shouldn't be "renamed" to
  commons-logging.jar.  My Gump test still runs.  Sorry if it breaks anybody
  else's build.
  
  Revision  ChangesPath
  1.11  +1 -1  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 9 Aug 2002 20:49:44 -   1.10
  +++ build.xml 27 Sep 2002 01:45:07 -  1.11
  @@ -79,7 +79,7 @@
 />
   

  - 
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml build.properties.sample

2002-08-09 Thread costin

costin  2002/08/09 13:49:44

  Modified:util build.xml build.properties.sample
  Log:
  Few minor fixes ( I hope :-)
  
  Revision  ChangesPath
  1.10  +12 -15jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 5 Jun 2002 21:12:50 -   1.9
  +++ build.xml 9 Aug 2002 20:49:44 -   1.10
  @@ -1,33 +1,30 @@
   
   
   
  -
   
  +
  +
   
   
   
  -
  +
   
   
   
   
   
  -
  -
  +
  +
   
   
  -
  -
  +
  +
   
   
  -
  -
  -
  -
  +
  +
  +
  +
   
   
   
  @@ -41,7 +38,7 @@
   
   
   
  -
  +
   mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-06-05 Thread costin

costin  2002/06/05 14:12:50

  Modified:util build.xml
  Log:
  Added jmx.jar lib and checking. Needed for the jk ( and other ) MX proxy.
  
  Added a small manifest - with a ClassPath listing the deps.
  
  Added the 1.1 target, since this can be used in JDK1.1
  
  Revision  ChangesPath
  1.9   +8 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 15 Apr 2002 04:07:01 -  1.8
  +++ build.xml 5 Jun 2002 21:12:50 -   1.9
  @@ -17,10 +17,13 @@
   
   
   
  +
   
   
   
  +
   
   
   
   
  +
   
  +
   
   
   
  @@ -53,6 +59,7 @@
   
   
   
  +

   

  @@ -71,6 +78,7 @@
   

   

  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-04-14 Thread larryi

larryi  02/04/14 21:07:01

  Modified:util build.xml
  Log:
  Include in util/build/lib a copy of the actual commons-logging.jar used in
  the build.  Allows the choice of the logging jar to remain local, and an
  external project can get this choice from a known location.
  
  Revision  ChangesPath
  1.8   +4 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml 11 Apr 2002 19:21:02 -  1.7
  +++ build.xml 15 Apr 2002 04:07:01 -  1.8
  @@ -72,6 +72,10 @@

  +
  + 
  + 
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-04-11 Thread costin

costin  02/04/11 12:21:02

  Modified:util build.xml
  Log:
  Display the result of detecting commons-logging ( to figure what's wrong
  in Gump build ).
  
  ( to fix the broken build )
  
  Revision  ChangesPath
  1.7   +1 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 10 Apr 2002 22:57:47 -  1.6
  +++ build.xml 11 Apr 2002 19:21:02 -  1.7
  @@ -37,6 +37,7 @@
   
   
   
  +
   mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-04-10 Thread costin

costin  02/04/10 15:57:47

  Modified:util build.xml
  Log:
  Add test and include for commons-logging
  
  Revision  ChangesPath
  1.6   +6 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 8 Apr 2002 02:35:06 -   1.5
  +++ build.xml 10 Apr 2002 22:57:47 -  1.6
  @@ -16,11 +16,15 @@
   
   
   
  +
  +
   
   
   
  +
   
   
   
  @@ -44,7 +48,9 @@
   
   
   
  +
   
  +
   

   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2002-04-05 Thread costin

costin  02/04/05 09:45:08

  Modified:util build.xml
  Log:
  Add detection script for JSSE and PureTLS ( cut&paste from tomcat ).
  
  For PureTLS - I think it would be usefull to not require it in classpath,
  but that's who it is right now in 33.
  
  Revision  ChangesPath
  1.4   +18 -2 jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 8 Jun 2001 19:54:06 -   1.3
  +++ build.xml 5 Apr 2002 17:45:08 -   1.4
  @@ -6,14 +6,25 @@
   
   
   
  -
  +
  +
  +
  +
  +
  +
  +
  +
   


   
   
   
  -
  +
  +
  +
   
  +
  +
  +
  +
  +

   

  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-connectors/util build.xml

2001-06-08 Thread seguin

seguin  01/06/08 12:54:06

  Modified:util build.xml
  Log:
  account for removal of src level directory.
  
  Revision  ChangesPath
  1.3   +4 -4  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 2001/05/29 05:41:18 1.2
  +++ build.xml 2001/06/08 19:54:06 1.3
  @@ -14,7 +14,7 @@
   
   
   
  -

  - 
  + 


   
   


  - 
  + 


   
  @@ -47,7 +47,7 @@
   




cvs commit: jakarta-tomcat-connectors/util build.xml

2001-05-28 Thread seguin

seguin  01/05/28 22:41:18

  Modified:util build.xml
  Log:
  prime for build.properties file usage.
  
  Revision  ChangesPath
  1.2   +3 -0  jakarta-tomcat-connectors/util/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/util/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml 2001/05/16 23:17:26 1.1
  +++ build.xml 2001/05/29 05:41:18 1.2
  @@ -1,6 +1,9 @@
   
   
   
  +
  +
  +