Changeset 29608 in osm for applications


Ignore:
Timestamp:
2013-05-29T22:07:04+02:00 (11 years ago)
Author:
donvip
Message:

[josm_imageryadjust] see #josm8753, #josm8710 - Restore plugin, update to JOSM 5960, fix warnings

Location:
applications/editors/josm/plugins
Files:
2 added
1 deleted
3 edited

Legend:

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

    r29594 r29608  
    3535        <ant antfile="build.xml" target="dist" dir="graphview"/>
    3636        <ant antfile="build.xml" target="dist" dir="HouseNumberTaggingTool"/>
     37        <ant antfile="build.xml" target="dist" dir="imageryadjust"/>
    3738        <ant antfile="build.xml" target="dist" dir="imagerycache"/>
    3839        <ant antfile="build.xml" target="dist" dir="imagery_offset_db"/>
     
    134135        <ant antfile="build.xml" target="clean" dir="graphview"/>
    135136        <ant antfile="build.xml" target="clean" dir="HouseNumberTaggingTool"/>
     137        <ant antfile="build.xml" target="clean" dir="imageryadjust"/>
    136138        <ant antfile="build.xml" target="clean" dir="imagerycache"/>
    137139        <ant antfile="build.xml" target="clean" dir="imagery_offset_db"/>
  • applications/editors/josm/plugins/imageryadjust/.project

    r24812 r29608  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<projectDescription>
    3         <name>imageryadjust</name>
     3        <name>JOSM-imageryadjust</name>
    44        <comment></comment>
    55        <projects>
  • applications/editors/josm/plugins/imageryadjust/build.xml

    r29435 r29608  
    22<project name="imageryadjust" default="dist" basedir=".">
    33    <property name="commit.message" value="ImageryAdjust: Adjust while holding shortcut key"/>
    4     <property name="plugin.main.version" value="4980"/>
     4    <property name="plugin.main.version" value="5960"/>
    55
    66    <property name="plugin.author" value="Upliner"/>
Note: See TracChangeset for help on using the changeset viewer.