Changes between Version 3 and Version 4 of ReleasingApplications


Ignore:
Timestamp:
Aug 11, 2010, 2:26:20 PM (14 years ago)
Author:
Kevin Milner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasingApplications

    v3 v4  
    22[[PageOutline]]
    33== Creating a new release ==
    4 
     4''if you are just updating the current release, you can [#Updatingthecurrentrelease skip this]''
    55=== Update Build Version ===
    66First, open [source:trunk/ant/include/utils.xml ant/include/utils.xml] in Eclipse. Run one of the following targets to update the build version:
     
    5454
    5555== Updating the current release ==
     56''if you just created a new release above, you can [#Buildingtheapplications skip this]''
    5657To update the current release, first make sure all changes are in the release branch. If the changes that you need were developed in trunk, you'll need to merge the change into the release branch (and the commit it). If the change was made in the release branch and it's something you want to keep, you should merge it back to trunk.
    5758
     
    6869[2:opensha] /usr/local/tomcat/default/webapps/OpenSHA/WEB-INF: ./rebuild.sh
    6970}}}
     71
     72== Building the applications ==