Ignore:
Timestamp:
2010-03-02T21:53:32+01:00 (14 years ago)
Author:
jttt
Message:

Fix compilation error, add eclipse project

Location:
applications/editors/josm/plugins/tracer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tracer

    • Property svn:ignore
      •  

        old new  
        11dist
         2
         3build
  • applications/editors/josm/plugins/tracer/build.xml

    r20027 r20251  
    3333        <property name="commit.message" value="build.xml according to official template" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    35         <property name="plugin.main.version" value="2561" />
     35        <property name="plugin.main.version" value="2830" />
    3636
    3737
     
    159159
    160160        <!--
    161         ************************** Publishing the plugin *********************************** 
     161        ************************** Publishing the plugin ***********************************
    162162        -->
    163163        <!--
    164                 ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
     164                ** extracts the JOSM release for the JOSM version in ../core and saves it in the
    165165                ** property ${coreversion.info.entry.revision}
    166166                **
     
    211211
    212212        <!--
    213                 ** commits the plugin.jar 
     213                ** commits the plugin.jar
    214214                -->
    215215        <target name="commit-dist">
    216216                <echo>
    217217        ***** Properties of published ${plugin.jar} *****
    218         Commit message    : '${commit.message}'                                 
     218        Commit message    : '${commit.message}'
    219219        Plugin-Mainversion: ${plugin.main.version}
    220220        JOSM build version: ${coreversion.info.entry.revision}
    221221        Plugin-Version    : ${version.entry.commit.revision}
    222         ***** / Properties of published ${plugin.jar} *****                                     
    223                                                
     222        ***** / Properties of published ${plugin.jar} *****
     223
    224224        Now commiting ${plugin.jar} ...
    225225        </echo>
Note: See TracChangeset for help on using the changeset viewer.