hlship      2004/07/03 06:37:03

  Modified:    common   version.properties dist.properties dist.xml
               src/documentation/content/xdocs downloads.xml
               .        project.properties
  Added:       .        KEYS
  Log:
  Final distribution and documentation changes for 1.0-beta-1.
  
  Revision  Changes    Path
  1.4       +1 -3      jakarta-hivemind/common/version.properties
  
  Index: version.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/common/version.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- version.properties        9 Jun 2004 14:47:08 -0000       1.3
  +++ version.properties        3 Jul 2004 13:37:03 -0000       1.4
  @@ -12,9 +12,7 @@
   # See the License for the specific language governing permissions and
   # limitations under the License.
   
  -# $Id$
  -
   # Version of project; incorporated into the names of
   # archives and distributions.
   
  -project.version=1.0-beta-1-snapshot
  +project.version=1.0-beta-1
  
  
  
  1.3       +9 -0      jakarta-hivemind/common/dist.properties
  
  Index: dist.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/common/dist.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dist.properties   10 Jun 2004 14:20:43 -0000      1.2
  +++ dist.properties   3 Jul 2004 13:37:03 -0000       1.3
  @@ -20,6 +20,15 @@
   
   [EMAIL PROTECTED]:${dist.install.path}
   
  +# Distribution files will be changed to this group.
  +
  +dist.install.group=jakarta
  +
  +# Unix mode for the uploaded files.  664=-rw-rw-r--
  +# which is important for the Apache mirrors.
  +
  +dist.install.mode=664
  +
   dist.install.docs.host=${dist.install.host}
   dist.install.docs.user=${dist.install.user}
   
  
  
  
  1.4       +15 -4     jakarta-hivemind/common/dist.xml
  
  Index: dist.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/common/dist.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dist.xml  17 Jun 2004 15:16:13 -0000      1.3
  +++ dist.xml  3 Jul 2004 13:37:03 -0000       1.4
  @@ -82,14 +82,14 @@
                <input message="Please provide password for installation:" 
addproperty="password"/>
   
        </target>
  -     
  +  
        <target name="install-docs" depends="-check-password"
                        description="Copies the documentation to a directory 
and unpacks it remotely.">
   
                <!-- TODO: Check for missing properties. -->
                
                <announce message="Installing documentation distribution to 
${dist.install.docs.dir} ..."/>
  -             
  +    
                <scp
                                file="${dist.dir}/${dist.docs.file}" 
                                todir="${dist.install.docs.dir}"
  @@ -108,13 +108,24 @@
        <target name="install-dist" depends="-check-password"
                description="Install current distributions.">
                
  -             <announce message="Installing distributions to 
${dist.install.dir} ..."/>
  -             
  +             <announce message="Installing distributions to 
${dist.install.dir} ..."/> 
  +    
                <scp todir="${dist.install.dir}"
                                password="${password}"
                                trust="yes">
                        <fileset dir="${dist.dir}"/>
  +      <fileset dir="." includes="KEYS"/>
                </scp>
  +    
  +    <announce message="Fixing distribution file permissions ..."/>
  +    
  +             <sshexec 
  +                     username="${dist.install.user}"
  +                     host="${dist.install.host}"
  +                     command="cd ${dist.install.path} ; chgrp * 
${dist.install.group}; chmod ${dist.install.mode} *"
  +                     password="${password}"
  +                     trust="yes"/>  
  +    
        </target>
        
   </project>
  
  
  
  1.3       +6 -4      
jakarta-hivemind/src/documentation/content/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-hivemind/src/documentation/content/xdocs/downloads.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- downloads.xml     17 Jun 2004 15:16:10 -0000      1.2
  +++ downloads.xml     3 Jul 2004 13:37:03 -0000       1.3
  @@ -26,9 +26,10 @@
        <body>
   
   <p>
  -HiveMind distributions are available from a
  -<fork href="http://jakarta.apache.org/~hlship/hivemind/";>temporary download 
location</fork>.  As of release 
  -1.0-beta-1 there are three files:
  +HiveMind distributions are available from the
  +<fork 
href="http://jakarta.apache.org/site/binindex.cgi#hivemind-current";>Apache 
Mirrors</fork>.  
  +HiveMind is packaged somewhat differently than most other Apache projects, 
in that the main
  +distribution includes binary <em>and</em> source, but that documentation is 
seperate:
   </p>
   
   <ul>
  @@ -38,7 +39,8 @@
   </ul>
        
   <p>
  -Each file also has a MD5 checksum file, so you can verify that what you 
download is valid    
  +Each file also has a MD5 checksum file, so you can verify that what you 
download is valid, and a GPG key (.asc)
  +to further verify that there has been no tampering.
   </p>
        
   <warning>
  
  
  
  1.12      +14 -2     jakarta-hivemind/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/project.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.properties        1 Jun 2004 17:50:33 -0000       1.11
  +++ project.properties        3 Jul 2004 13:37:03 -0000       1.12
  @@ -1,9 +1,21 @@
  -# $Id$
  +#  Copyright 2004 The Apache Software Foundation
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http:#www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
   
   dist.name=hivemind
   
   dist.install.host=jakarta.apache.org
  -dist.install.path=public_html/hivemind
  +dist.install.path=/www/www.apache.org/dist/jakarta/hivemind
   dist.install.user=hlship
   
   
  
  
  
  1.1                  jakarta-hivemind/KEYS
  
  Index: KEYS
  ===================================================================
  This file contains the PGP keys of various developers.
  
  Users: pgp < KEYS
         gpg --import KEYS
  Developers: 
          pgp -kxa <your name> and append it to this file.
          (pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
          (gpg --list-sigs <your name>
               && gpg --armor --export <your name>) >> this file.
               
  -----BEGIN PGP PUBLIC KEY BLOCK-----
  Version: GnuPG v1.2.4 (Cygwin)
  
  mQGiBD7aKV8RBACd181gddOl6a2AM57Ae1r14d3u2TOXDvZRICl4wH8TjJO/+M/4
  K27+3X2ENLo3zuI5aVnDo1png/KVVx7PzRdyru1O4D3TDNLKKahmN/eAW2MvnLBK
  SCaEz+FjSt16M+wGoOkd0M2JMIXGD44r6k74e7lCvj/wnsBVaIcB/y7HtwCglqYe
  DtMa0lmDAZW0vZ5G2zqL/vkD/0cnfWXyL+a+GobHzXKc245UmPpfSzCPqjYFyr+W
  UjU4qQrmod+CoTRADmu+qdeHJSX9Bs0y6HKSFYalEOfl7m90xvH+pdKvdPOsu2LU
  SMH0cpmZHt7NJmXOUeaaTNJ2fcO+exRhqiijSREgBDiVO8YsBTHXiNxTaJREHIeN
  0RRiA/9fw8GzIN6Nez8ikKHanvuKojNE68GfIlJqCrJBNB2/rPBIQgCnKuwjwQpX
  73EalqEfQiIAI/Ekq6TZ9rzoxICaO0CdMDCGuStdL74Vq7XKQvX5ifuQzXgZ1jdf
  3CAZo5vrMDc5b6p+Mt8Gw/uSjK+Sl8tg6PkC1pTcxjCbAm1T8LQoSG93YXJkIE0u
  IExld2lzIFNoaXAgPGhsc2hpcEBhcGFjaGUub3JnPohbBBMRAgAbBQI+2ilfBgsJ
  CAcDAgMVAgMDFgIBAh4BAheAAAoJEIa00not2xfQIjYAn2V6U4zBa5FT0gPSJgCt
  6ZZBBLNxAJ9sPcjK2OS8TL5OvbN9J5BUuReNKbkBDQQ+2ilhEAQAu5TtBmHvKB1T
  7xrTMBJxEmdfxZodrCqR11tZOqRrvT/RcLLZbDQ3ntscZNoiAxoGrGv1vpeO4FwD
  t5T2G93Hza7aYuVV3ucNMAiWUCnkXzLVvVxZ9xK1hnhKDkeQyIyyIjaoiRyq19bi
  2j0NBaG2QNMQpcDSkwy1vHO2SPW8GNMAAwUD/Atf6puXOZn7vj0My580uy5PczQh
  f6EazspE7hqTxuTR8Um6mznAlaFiEjXoprTk6vBpiRzihYHXWhdsOTcLzxVxK+TW
  7Ve2OJGc8jwEWWXfXImorvvlH3HTadV0d63+Sw4oLgO9etUamlM3vVOYavBCfC81
  FVh4vOvy4cKKizOFiEYEGBECAAYFAj7aKWEACgkQhrTSei3bF9CZowCdEiyvPimY
  D3G2EeSaq1C4qb2iqREAn2qZk6Dlf4XrWJiZG+27KvdyaA5N
  =p680
  -----END PGP PUBLIC KEY BLOCK-----
  
  
  

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

Reply via email to