vmassol     02/02/28 16:32:54

  Modified:    anttasks build.xml
  Log:
  for consistency
  
  Revision  Changes    Path
  1.7       +2 -2      jakarta-cactus/anttasks/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml 28 Feb 2002 21:57:00 -0000      1.6
  +++ build.xml 1 Mar 2002 00:32:54 -0000       1.7
  @@ -219,7 +219,7 @@
            Generate a full release (i.e. the zipped release file)
          ========================================================================
       -->
  -    <target name="release.prepare">
  +    <target name="release.prepare" depends="init">
   
           <!-- For a release, the suffix is the version -->
           <property name="project.suffix" value="-${project.version}"/>
  @@ -239,7 +239,7 @@
            Generate a nightly release (i.e. the zipped release file)
          ========================================================================
       -->
  -    <target name="nightly.prepare">
  +    <target name="nightly.prepare" depends="init">
   
           <!-- Sets the date for the release prefix : YYYYMMDD -->
           <tstamp/>
  
  
  

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

Reply via email to