Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4948

Show
Ignore:
Timestamp:
07/16/08 12:59:49 (4 months ago)
Author:
bwolfe
Message:

Fixing the build.xml script to take the revision number off the last change instead of the latest build in the whole repository - #913

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/build.xml

    r4421 r4948  
    113113                        </then> 
    114114                        <else> 
    115                                 <!-- SVN 1.4+ does not use XML format, just grab 4th line --> 
     115                                <!-- SVN 1.4+ does not use XML format, just grab 11th line --> 
    116116                                <propertyregex property="openmrs.version.revision" 
    117117                                        input="${repositoryFileInput}" 
    118                                         regexp="^(.*)\n(.*)\n(.*)\n(.*)
    119                                         select="\4
     118                                        regexp="^(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n(.*)\n
     119                                        select="\11
    120120                                        defaultValue="? (error in post-1.4 revision regexp)" />                          
    121121                        </else>