cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-26 Thread jfclere
jfclere 2005/07/26 11:18:24

  Modified:jk   HOWTO-RELEASE
  Log:
  Add something about 
http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi
  
  Revision  ChangesPath
  1.14  +19 -0 jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- HOWTO-RELEASE 6 Jul 2005 15:04:50 -   1.13
  +++ HOWTO-RELEASE 26 Jul 2005 18:18:24 -  1.14
  @@ -221,6 +221,25 @@
   Copy old source distributions and binaries as needed, then remove the
   old source and binary distributions.
   
  +Arrange the downloads_tomcat-connectors.cgi
  +---
  +
  +Check jakarta-site out:
  +svn co https://svn.apache.org/repos/asf/jakarta/site site-jakarta
  +
  +
  +Arrange the file: xdocs/downloads/downloads.xml
  +
  +Use ant to regenerate the corresponding html file:
  +docs/site/downloads/downloads_tomcat-connectors.html
  +
  +Commit it after checking carefully the changes.
  +
  +Connect to people.apache.org and update the jakarta.apache.org site image,
  +the site jakarta.apache.org should reflect the change after a while.
  +cd /x2/www/jakarta.apache.org/site/downloads
  +svn update downloads_tomcat-connectors.html
  +
   Announcements
   -
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-06 Thread jfclere
jfclere 2005/07/06 08:04:50

  Modified:jk   HOWTO-RELEASE
  Log:
  tagging only jk is not enough (common will be missing).
  
  Revision  ChangesPath
  1.13  +3 -3  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- HOWTO-RELEASE 4 Jul 2005 09:26:17 -   1.12
  +++ HOWTO-RELEASE 6 Jul 2005 15:04:50 -   1.13
  @@ -64,11 +64,11 @@
   
   After updating revision numbers, commit your changes to CVS.
   
  -Tag and branch jk in CVS
  +Tag and branch jakarta-tomcat-connectors in CVS
   
   
  -Change directory (cd) to jakarta-tomcat-connectors/jk
  -Use the pattern below for branching and tagging the jk directory.
  +Change directory (cd) to jakarta-tomcat-connectors
  +Use the pattern below for branching and tagging the 
jakarta-tomcat-connectors directory.
   
   cvs tag -b JK_{MAJOR_REVISION}_{MINOR_REVISION}_{RELEASE}
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-04 Thread jfclere
jfclere 2005/07/04 00:31:16

  Modified:jk   HOWTO-RELEASE
  Log:
  fix PR 13911.
  
  Revision  ChangesPath
  1.11  +5 -5  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- HOWTO-RELEASE 24 Mar 2004 15:33:36 -  1.10
  +++ HOWTO-RELEASE 4 Jul 2005 07:31:16 -   1.11
  @@ -14,9 +14,9 @@
   and replace it with the new version.  These are the docs I found which
   had to be updated:
   
  -xdocs/jk/aphowto.xml
  -xdocs/jk/quickhowto.xml
  -xdocs/jk/workershowto.xml
  +xdocs/howto/apache.xml
  +xdocs/howto/quick.xml
  +xdocs/howto/workers.xml
   
   Update the version in jk/native/configure.in.
   
  @@ -79,8 +79,8 @@
   Build the mod_jk 1.2 documentation
   --
   
  -cd jakarta-tomcat-connectors/jk
  -ant docs
  +cd jakarta-tomcat-connectors/jk/xdocs
  +ant
   
   Create the new source distribution
   --
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-04 Thread jfclere
jfclere 2005/07/04 02:26:17

  Modified:jk   HOWTO-RELEASE
  Log:
  Add a note about tools/jkrelease.sh
  
  Revision  ChangesPath
  1.12  +3 -0  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HOWTO-RELEASE 4 Jul 2005 07:31:16 -   1.11
  +++ HOWTO-RELEASE 4 Jul 2005 09:26:17 -   1.12
  @@ -85,6 +85,9 @@
   Create the new source distribution
   --
   
  +(A tool named jkrelease.sh in jakarta-tomcat-connectors/jk/tools does the
  +following steps).
  +
   Create the directory
   jakarta-tomcat-connectors-jk-{MAJOR_REVISION}-{MINOR_REVISION}-{RELEASE}-src
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2004-03-24 Thread hgomez
hgomez  2004/03/24 07:33:36

  Modified:jk   HOWTO-RELEASE
  Log:
  Add comments on zip
  
  Revision  ChangesPath
  1.10  +4 -0  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HOWTO-RELEASE 30 Sep 2003 11:38:59 -  1.9
  +++ HOWTO-RELEASE 24 Mar 2004 15:33:36 -  1.10
  @@ -154,6 +154,10 @@
   
   tar zcf jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 
jakarta-tomcat-connectors-jk-1.2.5-src
   
  +Create a zip archive
  +
  +zip -r jakarta-tomcat-connectors-jk-1.2.5-src.zip 
jakarta-tomcat-connectors-jk-1.2.5-src
  +
   Sign the release using PGP. Here is an example using gpg:
   
   gpg -abs -o jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz.asc 
jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2003-09-30 Thread glenn
glenn   2003/09/30 04:38:59

  Modified:jk   HOWTO-RELEASE
  Log:
  Add running buildconf.sh to create configure script
  
  Revision  ChangesPath
  1.9   +3 -0  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HOWTO-RELEASE 30 Sep 2003 04:15:51 -  1.8
  +++ HOWTO-RELEASE 30 Sep 2003 11:38:59 -  1.9
  @@ -147,6 +147,9 @@
   
   find jakarta-tomcat-connectors-jk-1.2.5-src -type d -name CVS | xargs rm -rf
   
  +cd to jakarta-tomcat-connectors-jk-1.2.5-src/jk/native and run buildconf.sh
  +to create the configure script.
  +
   Create a tar gzip'd archive
   
   tar zcf jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 
jakarta-tomcat-connectors-jk-1.2.5-src
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2003-09-29 Thread glenn
glenn   2003/09/29 21:15:52

  Modified:jk   HOWTO-RELEASE
  Log:
  Update docs for packaging releases and mirror downloads
  
  Revision  ChangesPath
  1.8   +28 -32jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- HOWTO-RELEASE 25 Sep 2003 13:08:42 -  1.7
  +++ HOWTO-RELEASE 30 Sep 2003 04:15:51 -  1.8
  @@ -157,48 +157,43 @@
   
   Upload source distribution and documentation to www.apache.org
   ---
  -ssh to www.apache.org and create the release directory.
  -
  -mkdir /www/www.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.5
  +First update the KEYS on the server if you have added a new pgp key.
   
   scp jakarta-tomcat-connectors/KEYS to the
   /www/www.apache.org/dist/jakarta/tomcat-connectors
  -directory on thewww.apache.org server.
  -
  -Copy a previous release directory README.html file to the new release
  -directory and edit as necessary.
  -
  -Make the following directories in the release directory.
  -
  -mkdir bin doc rpms src
  -
  -Make the following directories in the bin directory.
  +directory on the www.apache.org server.
   
  -mkdir aix freebsd iseries linus macosx netware solaris6 solaris7 solaris8 win32
  -
  -scp jakarta-tomcat-connectors/jk/build/docs to the release doc directory.
  -
  -scp ~/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz* to the release src
  -directory.
  -
  -scp -r jakarta-tomcat-connectors/jk/build/docs/* 
www.apache.org:/www/www.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.5/doc
  +scp jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz* to 
  +/www/www.apache.org/dist/jakarta/tomcat-connectors/jk/source
  +scp jakarta-tomcat-connectors-jk-1.2.5-src.zip* to   
  +/www/www.apache.org/dist/jakarta/tomcat-connectors/jk/source
  +
  +ssh to www.apache.org and cd to the
  +/www/www.apache.org/dist/jakarta/tomcat-connectors/jk directory.
  +
  +Remove the symlinks for current and replace them with a soft link
  +to the new source distribution files.
  +
  +ln -s source/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz 
jakarta-tomcat-connectors-jk-src-current.tar.gz
  +ln -s source/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz.asc 
jakarta-tomcat-connectors-jk-src-current.tar.gz.asc
  +ln -s source/jakarta-tomcat-connectors-jk-1.2.5-src.tar.zip 
jakarta-tomcat-connectors-jk-src-current.zip
  +ln -s source/jakarta-tomcat-connectors-jk-1.2.5-src.zip.asc 
jakarta-tomcat-connectors-jk-src-current.zip.asc
   
   Make sure the group write bit is set on all files and directories
  -in the new release directory.
  +in the jk directory.
   
  -chmod -R g+w /www/www.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.5
  +chmod -R g+w /www/www.apache.org/dist/jakarta/tomcat-connectors/jk/
   
   Build binaries and upload distributions to www.apache.org
   --
   
   Build mod_jk for a specific web server and OS.  Package it as appropriate for
  -
   the OS and sign the archive using PGP. Please include the ASF License, the
  -generated docs, and the tools.
  +generated docs, and the tools.  Please name the distribuiton as follows:
  +
  +jakarta-tomcat-connectors-jk-{version}-{os-version-cpu}-{web 
server-version}.(tar.gz|zip)
   
  -scp the binary distribution and pgp signature file to the appropriate bin/{os} 
directory.
  -Create or modify that bin/{os} directory README.html file for the binary release.
  -You can find previous README.html files as a template in earlier releases.
  +scp the binary distribution and pgp signature file to the appropriate binaries/{os} 
directory.
   
   Make sure the group write bit is on for all files you upload.
   
  @@ -208,12 +203,13 @@
   Reset JK_VERISRELEASE to 0 and update JK_VERSTRING, JK_VERMAJOR,
   JK_VERMINOR, and JK_VERFIX as needed.  Commit your changes to CVS.
   
  -Move old release distributions to archive.apache.org
  +Remove old release distributions from www.apache.org
   
   
  -Move any old mod_jk distribution directories to the
  -/www/archive.apache.org/dist/jakarta/tomcat-connectors/jk/
  -directory on the archive.apache.org server.
  +Verify that the old versions of the source and binary distributions are
  +available at /www/archive.apache.org/dist/jakarta/tomcat-connector/jk .
  +Copy old source distributions and binaries as needed, then remove the
  +old source and binary distributions.
   
   Announcements
   -
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2003-09-25 Thread glenn
glenn   2003/09/25 06:08:42

  Modified:jk   HOWTO-RELEASE
  Log:
  Update how to release
  
  Revision  ChangesPath
  1.7   +1 -1  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HOWTO-RELEASE 7 Sep 2003 03:32:19 -   1.6
  +++ HOWTO-RELEASE 25 Sep 2003 13:08:42 -  1.7
  @@ -74,7 +74,7 @@
   
   Here is an example for mod_jk 1.2.5
   
  -cvs tag -b JK_1.2.5
  +cvs tag -b JK_1_2_5
   
   Build the mod_jk 1.2 documentation
   --
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2003-09-06 Thread glenn
glenn   2003/09/06 20:32:19

  Modified:jk   HOWTO-RELEASE
  Log:
  Update how to release to support mirrors and new apache servers
  
  Revision  ChangesPath
  1.6   +26 -9 jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HOWTO-RELEASE 15 Jul 2003 12:27:35 -  1.5
  +++ HOWTO-RELEASE 7 Sep 2003 03:32:19 -   1.6
  @@ -155,13 +155,15 @@
   
   gpg -abs -o jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz.asc 
jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz
   
  -Upload source distribution and documentation to daedalus.apache.org
  +Upload source distribution and documentation to www.apache.org
   ---
  -ssh to daedalus.apache.org and create the release directory.
  +ssh to www.apache.org and create the release directory.
   
  -mkdir /www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/jk/v1.2.5
  +mkdir /www/www.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.5
   
  -scp jakarta-tomcat-connectors/KEYS to the release directory on daedalus.
  +scp jakarta-tomcat-connectors/KEYS to the
  +/www/www.apache.org/dist/jakarta/tomcat-connectors
  +directory on thewww.apache.org server.
   
   Copy a previous release directory README.html file to the new release
   directory and edit as necessary.
  @@ -179,18 +181,20 @@
   scp ~/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz* to the release src
   directory.
   
  -scp -r jakarta-tomcat-connectors/jk/build/docs/* 
daedalus.apache.org:/www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.5/doc
  +scp -r jakarta-tomcat-connectors/jk/build/docs/* 
www.apache.org:/www/www.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.5/doc
   
   Make sure the group write bit is set on all files and directories
   in the new release directory.
   
  -chmod -R g+w 
/www/jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/jk/v1.2.5
  +chmod -R g+w /www/www.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.5
   
  -Build binaries and upload distributions to daedalus.apache.org
  +Build binaries and upload distributions to www.apache.org
   --
   
   Build mod_jk for a specific web server and OS.  Package it as appropriate for
  -the OS and sign the archive using PGP. Please include the ASF License in the 
archive.
  +
  +the OS and sign the archive using PGP. Please include the ASF License, the
  +generated docs, and the tools.
   
   scp the binary distribution and pgp signature file to the appropriate bin/{os} 
directory.
   Create or modify that bin/{os} directory README.html file for the binary release.
  @@ -204,9 +208,22 @@
   Reset JK_VERISRELEASE to 0 and update JK_VERSTRING, JK_VERMAJOR,
   JK_VERMINOR, and JK_VERFIX as needed.  Commit your changes to CVS.
   
  +Move old release distributions to archive.apache.org
  +
  +
  +Move any old mod_jk distribution directories to the
  +/www/archive.apache.org/dist/jakarta/tomcat-connectors/jk/
  +directory on the archive.apache.org server.
  +
   Announcements
   -
   
  +The release distribution directories are mirrored so that the
  +releases can be downloaded from multiple sites.  Please wait
  +24 hours before sending out the announcement so that the mirrors
  +get a chance to get the new release distributions.
  +
   Send an email announcement to [EMAIL PROTECTED],
  [EMAIL PROTECTED], and [EMAIL PROTECTED]
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  +and [EMAIL PROTECTED]
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2003-07-15 Thread glenn
glenn   2003/07/15 05:27:35

  Modified:jk   HOWTO-RELEASE
  Log:
  Only include those files in jk/conf for mod_jk 1.2
  
  Revision  ChangesPath
  1.5   +6 -3  jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HOWTO-RELEASE 1 Jul 2003 20:41:47 -   1.4
  +++ HOWTO-RELEASE 15 Jul 2003 12:27:35 -  1.5
  @@ -125,10 +125,13 @@
   
   cp -pr jakarta-tomcat-connectors/jk/tools jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
  -Copy the directory jakarta-tomcat-connectors/conf to the source
  -distribution directory.
  +Make the jk conf directory in the source distribution.
   
  -cp -pr jakarta-tomcat-connectors/jk/conf jakarta-tomcat-connectors-jk-1.2.5-src/jk
  +mkdir jakarta-tomcat-connectors-jk-1.2.5-src/jk/conf
  +
  +Copy the worker.properties file to the jk/conf directory.
  +
  +cp -p jakarta-tomcat-connectors/jk/conf/worker.properties 
jakarta-tomcat-connectors-jk-1.2.5-src/jk/conf
   
   Copy the directory jakarta-tomcat-connectors/support to the source
   distribution directory.
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2003-07-01 Thread glenn
glenn   2003/07/01 13:41:47

  Modified:jk   HOWTO-RELEASE
  Log:
  Update how to release
  
  Revision  ChangesPath
  1.4   +24 -28jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HOWTO-RELEASE 27 May 2003 14:11:08 -  1.3
  +++ HOWTO-RELEASE 1 Jul 2003 20:41:47 -   1.4
  @@ -36,7 +36,7 @@
 #define JK_VERMAJOR 1
 #define JK_VERMINOR 2
   ! #define JK_VERFIX   2
  -  #define JK_VERSTRING1.2.3
  +  #define JK_VERSTRING1.2.5
 
 /* Beta number */
 #define JK_VERBETA  0
  @@ -51,7 +51,7 @@
 #define JK_VERMAJOR 1
 #define JK_VERMINOR 2
   ! #define JK_VERFIX   3
  -  #define JK_VERSTRING1.2.3
  +  #define JK_VERSTRING1.2.5
 
 /* Beta number */
 #define JK_VERBETA  0
  @@ -72,9 +72,9 @@
   
   cvs tag -b JK_{MAJOR_REVISION}_{MINOR_REVISION}_{RELEASE}
   
  -Here is an example for mod_jk 1.2.3
  +Here is an example for mod_jk 1.2.5
   
  -cvs tag -b JK_1_2_3
  +cvs tag -b JK_1.2.5
   
   Build the mod_jk 1.2 documentation
   --
  @@ -88,79 +88,75 @@
   Create the directory
   jakarta-tomcat-connectors-jk-{MAJOR_REVISION}-{MINOR_REVISION}-{RELEASE}-src
   
  -For this example mkdir jakarta-tomcat-connectors-jk-1.2.3-src
  +For this example mkdir jakarta-tomcat-connectors-jk-1.2.5-src
   
   Copy the files KEYS and LICENSE from jakarta-tomcat-conectors to
   the source distribution directory.
   
  -cp jakarta-tomcat-connectors/KEYS jakarta-tomcat-connectors-jk-1.2.3-src
  -cp jakarta-tomcat-connectors/LICENSE jakarta-tomcat-connectors-jk-1.2.3-src
  +cp jakarta-tomcat-connectors/KEYS jakarta-tomcat-connectors-jk-1.2.5-src
  +cp jakarta-tomcat-connectors/LICENSE jakarta-tomcat-connectors-jk-1.2.5-src
   
   Copy the directory jakarta-tomcat-connectors/scandoc to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/scandoc jakarta-tomcat-connectors-jk-1.2.3-src
  +cp -pr jakarta-tomcat-connectors/scandoc jakarta-tomcat-connectors-jk-1.2.5-src
   
   Copy the directory jakarta-tomcat-connectors/common to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/common jakarta-tomcat-connectors-jk-1.2.3-src
  +cp -pr jakarta-tomcat-connectors/common jakarta-tomcat-connectors-jk-1.2.5-src
   
   Make the jk directory in the source distribution.
   
  -mkdir jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +mkdir jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
  -Copy the file README.txt from jakarta-tomcat-conectors/jk to 
  +Copy the file BUILD.txt from jakarta-tomcat-conectors/jk to 
   the source distribution jk directory.
   
  -cp -p jakarta-tomcat-connectors/jk/README.txt 
jakarta-tomcat-connectors-jk-1.2.3-src/jk
  -
  -Copy the build files to the source distribution jk directory.
  -
  -cp -p jakarta-tomcat-connectors/jk/build.* jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +cp -p jakarta-tomcat-connectors/jk/BUILD.txt 
jakarta-tomcat-connectors-jk-1.2.5-src/README.txt
   
   Copy the directory jakarta-tomcat-connectors/build/docs to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/jk/build/docs 
jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +cp -pr jakarta-tomcat-connectors/jk/build/docs 
jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
   Copy the directory jakarta-tomcat-connectors/tools to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/jk/tools jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +cp -pr jakarta-tomcat-connectors/jk/tools jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
   Copy the directory jakarta-tomcat-connectors/conf to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/jk/conf jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +cp -pr jakarta-tomcat-connectors/jk/conf jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
   Copy the directory jakarta-tomcat-connectors/support to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/jk/support 
jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +cp -pr jakarta-tomcat-connectors/jk/support 
jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
   Copy the directory jakarta-tomcat-connectors/native to the source
   distribution directory.
   
  -cp -pr jakarta-tomcat-connectors/jk/native jakarta-tomcat-connectors-jk-1.2.3-src/jk
  +cp -pr jakarta-tomcat-connectors/jk/native jakarta-tomcat-connectors-jk-1.2.5-src/jk
   
   Remove all the CVS directories from the new source distribution.
   
  -find jakarta-tomcat-connectors-jk-1.2.3-src -type d -name CVS | xargs rm -rf
  +find jakarta-tomcat-connectors-jk-1.2.5-src -type d -name CVS | xargs rm -rf
   
   Create a tar gzip'd archive
   
  -tar zcf jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz