Changeset 16649 in josm


Ignore:
Timestamp:
2020-06-15T21:37:22+02:00 (4 years ago)
Author:
simon04
Message:

see #19391 - Ant/Eclipse: replace create-revision-eclipse with now equivalent create-revision

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.externalToolBuilders/revision.launch

    r10850 r16649  
    11<?xml version="1.0" encoding="UTF-8" standalone="no"?>
    22<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
    3 <stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AFTER_CLEAN_TARGETS" value="create-revision-eclipse,epsg"/>
    4 <stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="create-revision-eclipse,epsg"/>
     3<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_AFTER_CLEAN_TARGETS" value="create-revision,epsg"/>
     4<stringAttribute key="org.eclipse.ant.ui.ATTR_ANT_MANUAL_TARGETS" value="create-revision,epsg"/>
    55<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
    66<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
  • trunk/build.xml

    r16648 r16649  
    9898            <isset property="isJava9"/>
    9999        </condition>
    100     </target>
    101 
    102     <!--
    103       ** Used by Eclipse ant builder for updating
    104       ** the REVISION file used by JOSM
    105     -->
    106     <target name="create-revision-eclipse">
    107         <antcall target="create-revision"/>
    108100    </target>
    109101    <!--
Note: See TracChangeset for help on using the changeset viewer.