vmassol     2003/10/24 07:15:03

  Modified:    .        Tag: CACTUS_15_BRANCH build.xml build-common.xml
               documentation/docs/xdocs Tag: CACTUS_15_BRANCH downloads.xml
  Log:
  Also use <name>-<version>.<extension> format for the src zip.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.63.2.2  +3 -3      jakarta-cactus/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.xml,v
  retrieving revision 1.63.2.1
  retrieving revision 1.63.2.2
  diff -u -r1.63.2.1 -r1.63.2.2
  --- build.xml 23 Oct 2003 18:34:58 -0000      1.63.2.1
  +++ build.xml 24 Oct 2003 14:15:03 -0000      1.63.2.2
  @@ -224,8 +224,8 @@
     <target name="release.src"
         depends="init.properties">
   
  -    <zip zipfile="${release.dir}/${main.release.name}-src.zip">
  -      <zipfileset dir="." prefix="${main.release.name}-src">
  +    <zip zipfile="${release.dir}/${main.release.src.name}.zip">
  +      <zipfileset dir="." prefix="${main.release.src.name}">
           <exclude name="**/target*/**"/>
           <exclude name="**/dist*/**"/>
           <exclude name="**/release/**"/>
  
  
  
  1.30.2.6  +10 -1     jakarta-cactus/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
  retrieving revision 1.30.2.5
  retrieving revision 1.30.2.6
  diff -u -r1.30.2.5 -r1.30.2.6
  --- build-common.xml  24 Oct 2003 08:17:31 -0000      1.30.2.5
  +++ build-common.xml  24 Oct 2003 14:15:03 -0000      1.30.2.6
  @@ -159,16 +159,25 @@
   
       <property name="release.j2ee.dir"
           location="${base.dir}/release-${j2ee.api}"/>
  +
       <condition property="release.dir" value="${release.j2ee.dir}">
         <isset property="j2ee.api"/>
       </condition>
       <property name="release.dir" location="${base.dir}/release"/>
  +
       <condition property="main.release.name"
           
value="${project.prefix}-${project.name.file}-${j2ee.api}-${project.version}">
         <isset property="j2ee.api"/>
       </condition>
       <property name="main.release.name" 
           value="${project.prefix}-${project.name.file}-${project.version}"/>
  +
  +    <condition property="main.release.src.name"
  +        
value="${project.prefix}-${project.name.file}-${j2ee.api}-src-${project.version}">
  +      <isset property="j2ee.api"/>
  +    </condition>
  +    <property name="main.release.src.name" 
  +        value="${project.prefix}-${project.name.file}-src-${project.version}"/>
   
     </target>
   
  
  
  
  No                   revision
  No                   revision
  1.10.2.4  +1 -2      jakarta-cactus/documentation/docs/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/downloads.xml,v
  retrieving revision 1.10.2.3
  retrieving revision 1.10.2.4
  diff -u -r1.10.2.3 -r1.10.2.4
  --- downloads.xml     23 Oct 2003 18:41:57 -0000      1.10.2.3
  +++ downloads.xml     24 Oct 2003 14:15:03 -0000      1.10.2.4
  @@ -44,8 +44,7 @@
               </p>
             </li>
             <li>
  -            <strong>jakarta-cactus-&lt;version&gt;-src.zip</strong> (or
  -            <strong>jakarta-cactus-src-&lt;version&gt;.zip</strong>)
  +            <strong>jakarta-cactus-src-&lt;version&gt;.zip</strong>
               <p>
                 The source distribution of Cactus. This corresponds to a clean CVS
                 checkout of the Cactus sources at the time the version was
  
  
  

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

Reply via email to