Re: svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-06 Thread Rainer Jung

Hi Bill,

I took the changes over from jni to jk just for the same reasons. I hope 
Mladen will sync with apr. No commit rights on my side.


Regards,

Rainer

William A. Rowe, Jr. wrote:

Hello Jakarta folks,

the apr folks would appreciate if improvements were pushed back to
repos/asf/apr/apr/build/win32 - even to the extent that those aren't
strictly necessary for apr+httpd.

Yours,

Bill

[EMAIL PROTECTED] wrote:

Author: rjung
Date: Fri Jan  5 13:57:03 2007
New Revision: 493203

URL: http://svn.apache.org/viewvc?view=revrev=493203
Log:
Carry over Mladen's lineends.pl improvements from jni to jk
(and kill one trailing space).

Modified:
tomcat/connectors/trunk/jk/tools/lineends.pl
tomcat/connectors/trunk/jni/native/build/lineends.pl

Modified: tomcat/connectors/trunk/jk/tools/lineends.pl
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/lineends.pl?view=diffrev=493203r1=493202r2=493203
==
--- tomcat/connectors/trunk/jk/tools/lineends.pl (original)
+++ tomcat/connectors/trunk/jk/tools/lineends.pl Fri Jan  5 13:57:03 2007
@@ -23,7 +23,7 @@
 $ignore .= gif-jpg-jpeg-png-ico-bmp-;
 
 # Archive formats

-$ignore .= tar-gz-z-zip-jar-war-;
+$ignore .= tar-gz-z-zip-jar-war-bz2-tgz-;
 
 # Many document formats

 $ignore .= eps-psd-pdf-ai-;
@@ -32,9 +32,9 @@
 $ignore .= ucs2-ucs4-;
 
 # Some binary objects

-$ignore .= class-so-dll-exe-obj-;
+$ignore .= class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-;
 
-# Some build env files in NW/Win32

+# Some build env files
 $ignore .= mcp-xdc-ncb-opt-pdb-ilk-sbr-;
 
 $preservedate = 1;


Modified: tomcat/connectors/trunk/jni/native/build/lineends.pl
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/lineends.pl?view=diffrev=493203r1=493202r2=493203
==
--- tomcat/connectors/trunk/jni/native/build/lineends.pl (original)
+++ tomcat/connectors/trunk/jni/native/build/lineends.pl Fri Jan  5 13:57:03 
2007
@@ -34,7 +34,7 @@
 # Some binary objects
 $ignore .= class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-;
 
-# Some build env files 
+# Some build env files

 $ignore .= mcp-xdc-ncb-opt-pdb-ilk-sbr-;
 
 $preservedate = 1;


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



svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-05 Thread rjung
Author: rjung
Date: Fri Jan  5 13:57:03 2007
New Revision: 493203

URL: http://svn.apache.org/viewvc?view=revrev=493203
Log:
Carry over Mladen's lineends.pl improvements from jni to jk
(and kill one trailing space).

Modified:
tomcat/connectors/trunk/jk/tools/lineends.pl
tomcat/connectors/trunk/jni/native/build/lineends.pl

Modified: tomcat/connectors/trunk/jk/tools/lineends.pl
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/lineends.pl?view=diffrev=493203r1=493202r2=493203
==
--- tomcat/connectors/trunk/jk/tools/lineends.pl (original)
+++ tomcat/connectors/trunk/jk/tools/lineends.pl Fri Jan  5 13:57:03 2007
@@ -23,7 +23,7 @@
 $ignore .= gif-jpg-jpeg-png-ico-bmp-;
 
 # Archive formats
-$ignore .= tar-gz-z-zip-jar-war-;
+$ignore .= tar-gz-z-zip-jar-war-bz2-tgz-;
 
 # Many document formats
 $ignore .= eps-psd-pdf-ai-;
@@ -32,9 +32,9 @@
 $ignore .= ucs2-ucs4-;
 
 # Some binary objects
-$ignore .= class-so-dll-exe-obj-;
+$ignore .= class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-;
 
-# Some build env files in NW/Win32
+# Some build env files
 $ignore .= mcp-xdc-ncb-opt-pdb-ilk-sbr-;
 
 $preservedate = 1;

Modified: tomcat/connectors/trunk/jni/native/build/lineends.pl
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/lineends.pl?view=diffrev=493203r1=493202r2=493203
==
--- tomcat/connectors/trunk/jni/native/build/lineends.pl (original)
+++ tomcat/connectors/trunk/jni/native/build/lineends.pl Fri Jan  5 13:57:03 
2007
@@ -34,7 +34,7 @@
 # Some binary objects
 $ignore .= class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-;
 
-# Some build env files 
+# Some build env files
 $ignore .= mcp-xdc-ncb-opt-pdb-ilk-sbr-;
 
 $preservedate = 1;



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



Re: svn commit: r493203 - in /tomcat/connectors/trunk: jk/tools/lineends.pl jni/native/build/lineends.pl

2007-01-05 Thread William A. Rowe, Jr.
Hello Jakarta folks,

the apr folks would appreciate if improvements were pushed back to
repos/asf/apr/apr/build/win32 - even to the extent that those aren't
strictly necessary for apr+httpd.

Yours,

Bill

[EMAIL PROTECTED] wrote:
 Author: rjung
 Date: Fri Jan  5 13:57:03 2007
 New Revision: 493203
 
 URL: http://svn.apache.org/viewvc?view=revrev=493203
 Log:
 Carry over Mladen's lineends.pl improvements from jni to jk
 (and kill one trailing space).
 
 Modified:
 tomcat/connectors/trunk/jk/tools/lineends.pl
 tomcat/connectors/trunk/jni/native/build/lineends.pl
 
 Modified: tomcat/connectors/trunk/jk/tools/lineends.pl
 URL: 
 http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/lineends.pl?view=diffrev=493203r1=493202r2=493203
 ==
 --- tomcat/connectors/trunk/jk/tools/lineends.pl (original)
 +++ tomcat/connectors/trunk/jk/tools/lineends.pl Fri Jan  5 13:57:03 2007
 @@ -23,7 +23,7 @@
  $ignore .= gif-jpg-jpeg-png-ico-bmp-;
  
  # Archive formats
 -$ignore .= tar-gz-z-zip-jar-war-;
 +$ignore .= tar-gz-z-zip-jar-war-bz2-tgz-;
  
  # Many document formats
  $ignore .= eps-psd-pdf-ai-;
 @@ -32,9 +32,9 @@
  $ignore .= ucs2-ucs4-;
  
  # Some binary objects
 -$ignore .= class-so-dll-exe-obj-;
 +$ignore .= class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-;
  
 -# Some build env files in NW/Win32
 +# Some build env files
  $ignore .= mcp-xdc-ncb-opt-pdb-ilk-sbr-;
  
  $preservedate = 1;
 
 Modified: tomcat/connectors/trunk/jni/native/build/lineends.pl
 URL: 
 http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/native/build/lineends.pl?view=diffrev=493203r1=493202r2=493203
 ==
 --- tomcat/connectors/trunk/jni/native/build/lineends.pl (original)
 +++ tomcat/connectors/trunk/jni/native/build/lineends.pl Fri Jan  5 13:57:03 
 2007
 @@ -34,7 +34,7 @@
  # Some binary objects
  $ignore .= class-so-dll-exe-obj-a-o-lo-slo-sl-dylib-;
  
 -# Some build env files 
 +# Some build env files
  $ignore .= mcp-xdc-ncb-opt-pdb-ilk-sbr-;
  
  $preservedate = 1;
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


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