Changeset 18500 in osm for applications


Ignore:
Timestamp:
2009-11-07T15:01:48+01:00 (15 years ago)
Author:
guggis
Message:

Updated

File:
1 edited

Legend:

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

    r18498 r18500  
    144144    </target>
    145145
     146        <!--
     147          ** extracts the JOSM release for the JOSM version in ../core and saves it in the
     148          ** property ${coreversion.info.entry.revision}
     149          **
     150        -->
    146151        <target name="core-info">
    147152        <exec append="false" output="core.info.xml" executable="svn" failifexecutionfails="false">
     
    158163        </target>
    159164
    160        
     165        <!--
     166         ** commits the source tree for this plugin
     167        -->
    161168        <target name="commit-current">
    162169                <echo>Commiting the plugin source with message '${commit.message}' ...</echo>
     
    169176        </target>
    170177
    171        
     178        <!--
     179        ** updates (svn up) the source tree for this plugin
     180        -->
    172181        <target name="update-current">
    173182                <echo>Updating plugin source ...</echo>
     
    185194        </target>
    186195       
     196        <!--
     197         ** commits the plugin.jar
     198         -->
    187199        <target name="commit-dist">
    188200                        <echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo>
     
    201213        </target>
    202214       
     215        <!--
     216         ** outputs a warning if the JOSM version inserted in the plugin manifest isn't equal to the
     217         ** the JOSM version the plugin was built against.
     218         **
     219         ** This isn't necessarily an error but it is a sign that something could be wrong.
     220        -->
    203221        <target name="warn-difference-in-josm-version" unless="${difference-in-josm-version}">
    204222                <echo level="warning">!!!WARNING!!! Plugin-Mainversion is not equal to the JOSM version used in this build. !!!WARNING!!!</echo>
Note: See TracChangeset for help on using the changeset viewer.