Changeset 18516 in osm for applications/editors/josm/plugins/validator
- Timestamp:
- 2009-11-08T20:11:35+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r18515 r18516 146 146 <echo>JOSM build version is ${coreversion.info.entry.revision} ...</echo> 147 147 <echo>Plugin-Version is ${version.entry.commit.revision} ...</echo> 148 <echo>Commiting ../dist/${ant.project.name}.jar</echo> 148 149 <condition property="difference-in-josm-version"> 149 150 <equals arg1="${plugin.main.version}" arg2="${coreversion.info.entry.revision}" /> 150 151 </condition> 152 151 153 <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false"> 152 154 <env key="LANG" value="C"/>
Note:
See TracChangeset
for help on using the changeset viewer.