Ignore:
Timestamp:
2010-11-17T11:53:34+01:00 (16 years ago)
Author:
ocroquette
Message:

Precision of rotation and scaling is now increased when pressing the SHIFT key

File:
1 edited

Legend:

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

    r22549 r24288  
    100100    -->
    101101        <target name="revision">
    102 
    103                 <!-- extract the SVN revision information for file build.number -->
    104                 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    105                         <env key="LANG" value="C"/>
    106                         <arg value="info"/>
    107                         <arg value="--xml"/>
    108                         <arg value="."/>
    109                 </exec>
    110102                <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
    111                 <delete file="REVISION"/>
    112103        </target>
    113104
Note: See TracChangeset for help on using the changeset viewer.