Changeset 14697 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-04-22T20:12:46+02:00 (15 years ago)
Author:
guggis
Message:

fixing JOSM Ticket #2422 - When compiling tageditor, it tries to commit to svn

File:
1 edited

Legend:

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

    r14443 r14697  
    6161        -->
    6262    <target name="init">
    63         <!-- make sure we increment the build number ... -->
    64         <buildnumber file="build.number" />     
    65        
    66         <!-- ... and check it back in -->
    67         <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    68             <env key="LANG" value="C"/>
    69             <arg value="commit"/>
    70                 <arg value="--message"/>
    71             <arg value="increment build number"/>
    72             <arg value="build.number"/>
    73                 </exec>
    7463        <mkdir dir="${plugin.build.dir}"/>
    7564    </target>
     
    126115    <target name="revision">
    127116       
    128         <!-- extract the SVN revision information for file build.number -->
    129117        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    130118            <env key="LANG" value="C"/>
    131119            <arg value="info"/>
    132120            <arg value="--xml"/>
    133             <arg value="build.number"/>
     121            <arg value="."/>
    134122        </exec>
    135123        <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
Note: See TracChangeset for help on using the changeset viewer.