- Timestamp:
- 2020-06-15T21:37:22+02:00 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.externalToolBuilders/revision.launch
r10850 r16649 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <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"/> 5 5 <booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/> 6 6 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/> -
trunk/build.xml
r16648 r16649 98 98 <isset property="isJava9"/> 99 99 </condition> 100 </target>101 102 <!--103 ** Used by Eclipse ant builder for updating104 ** the REVISION file used by JOSM105 -->106 <target name="create-revision-eclipse">107 <antcall target="create-revision"/>108 100 </target> 109 101 <!--
Note:
See TracChangeset
for help on using the changeset viewer.