Ignore:
Timestamp:
2015-12-28T15:09:31+01:00 (9 years ago)
Author:
simon04
Message:

JOSM: plugins built from a Git repository now use the revision when the plugin was actually changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/build-common.xml

    r31768 r31886  
    221221            -->
    222222            <arg value="--pretty=format:%B%n%ai"/>
    223             <arg value="HEAD"/>
     223            <arg value="."/>
    224224        </exec>
    225225        <replaceregexp file="REVISION.XML" flags="s"
     
    244244            <arg value="-1"/>
    245245            <arg value="--pretty=format:%at%n%ai"/>
    246             <arg value="HEAD"/>
     246            <arg value="."/>
    247247        </exec>
    248248        <replaceregexp file="REVISION.XML" flags="s"
Note: See TracChangeset for help on using the changeset viewer.