jvanzyl     02/04/11 17:00:54

  Modified:    .        build-bootstrap.xml
               src/announcements beta2.properties
               src/install deploy-installers.sh
  Log:
  Fixing the bootstrap problem found by pete.
  
  Revision  Changes    Path
  1.70      +17 -7     jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- build-bootstrap.xml       11 Apr 2002 19:01:30 -0000      1.69
  +++ build-bootstrap.xml       12 Apr 2002 00:00:54 -0000      1.70
  @@ -66,6 +66,7 @@
      
       <antcall target="update-jars"/>
       <antcall target="generate-build"/>
  +    <antcall target="install"/>
       <ant antfile="build.xml" target="maven:clean"/>
       <ant antfile="build.xml" target="maven:jar"/>
       <antcall target="dist"/>
  @@ -224,15 +225,11 @@
     </target>
   
     <!-- ================================================================== -->
  -  <!-- D I S T R I B U T I O N S                                          -->
  -  <!-- ================================================================== -->
  -  <!-- This target is used to produce the JAR file for the                -->
  -  <!-- InstallAnywhere installer and the JAR file that can be used to     -->
  -  <!-- manually install Maven.                                            -->
  +  <!-- I N S T A L L                                                      -->
     <!-- ================================================================== -->
   
  -  <target 
  -    name="dist">
  +  <target
  +    name="install">
   
       <delete dir="${maven.home}"/>
       <mkdir dir="${maven.home}"/>
  @@ -278,6 +275,19 @@
       <copy todir="${maven.home}/images">
         <fileset dir="src/images"/>
       </copy>
  +
  +  </target>   
  +
  +  <!-- ================================================================== -->
  +  <!-- D I S T R I B U T I O N S                                          -->
  +  <!-- ================================================================== -->
  +  <!-- This target is used to produce the JAR file for the                -->
  +  <!-- InstallAnywhere installer and the JAR file that can be used to     -->
  +  <!-- manually install Maven.                                            -->
  +  <!-- ================================================================== -->
  +
  +  <target 
  +    name="dist">
   
       <mkdir dir="${maven.home}/install"/>
       
  
  
  
  1.4       +1 -1      jakarta-turbine-maven/src/announcements/beta2.properties
  
  Index: beta2.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/announcements/beta2.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- beta2.properties  30 Mar 2002 00:54:04 -0000      1.3
  +++ beta2.properties  12 Apr 2002 00:00:54 -0000      1.4
  @@ -1,5 +1,5 @@
   announcementFrom = Jason van Zyl <[EMAIL PROTECTED]>
   announcementRecipients = 
[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
   announcementSubject = Maven Beta 2 Released
  -announcementFile = ${src.dir}/announcements/announcement.beta2
  +announcementFile = ${src.dir}/announcements/beta2.announcment
   mailHost = 66.185.95.99
  
  
  
  1.4       +5 -4      jakarta-turbine-maven/src/install/deploy-installers.sh
  
  Index: deploy-installers.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/install/deploy-installers.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- deploy-installers.sh      16 Mar 2002 00:06:39 -0000      1.3
  +++ deploy-installers.sh      12 Apr 2002 00:00:54 -0000      1.4
  @@ -2,9 +2,10 @@
   
   IDIR=~/ia/maven_Web_Installers/InstData
   DEST=apache.org:~/public_html/maven
  +VERSION=b3
   
  -scp $IDIR/MacOSX/maven-install.sit $DEST
  +scp $IDIR/MacOSX/maven-install.sit $DEST/maven-install-${VERSION}.sit
   # Tweak the unix name as IA munges it.
  -scp $IDIR/Unix/Others/maveninstall.bin $DEST/maven-install.bin
  -scp $IDIR/Windows/NoVM/maven-install.exe $DEST
  -scp ../../maven-install-with-dir.jar $DEST/maven-install.jar
  +scp $IDIR/Unix/Others/maveninstall.bin $DEST/maven-install-${VERSION}.bin
  +scp $IDIR/Windows/NoVM/maven-install.exe $DEST/maven-install-${VERSION}.exe
  +scp ../../maven-install-with-dir.jar $DEST/maven-install-${VERSION}.jar
  
  
  


Reply via email to