James Moger
2014-06-16 de1b355f49a4fd5bd775ae9b407d45942c0979e0
build.xml
@@ -780,16 +780,38 @@
         </filterset>
      </copy>
      <chmod file="${recipe}" perm="ugo+rx" />
   </target>
   <!--
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Prepare for the next point release development cycle.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   -->
   <target name="nextPointReleaseCycle" depends="prepare" description="prepare for the next point release development cycle">
      <!-- next cycle -->
      <mx:version stage="snapshot" incrementNumber="incremental" dryrun="${dryrun}" />
      <mx:commit showtitle="no">
          <message>Reset build identifiers for next development cycle</message>
          <message>Reset build identifiers for next point release cycle</message>
      </mx:commit>      
   </target>
      
   <!--
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Prepare for the next minor release development cycle.
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   -->
   <target name="nextMinorReleaseCycle" depends="prepare" description="prepare for the next minor release development cycle">
      <!-- next cycle -->
      <mx:version stage="snapshot" incrementNumber="minor" dryrun="${dryrun}" />
      <mx:commit showtitle="no">
          <message>Reset build identifiers for next minor release cycle</message>
      </mx:commit>
   </target>
  <!--
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Build Gitblit Docs
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~