Ignore:
Timestamp:
2018-05-19T11:23:04+02:00 (6 years ago)
Author:
biswesh
Message:

change Author Name

File:
1 edited

Legend:

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

    r34193 r34202  
    22<project name="pt_assistant" default="dist" basedir=".">
    33
    4   <!-- enter the SVN commit message --> 
     4  <!-- enter the SVN commit message -->
    55  <property name="commit.message" value="Commit message"/>
    66  <!-- enter the *lowest JOSM version this plugin is currently compatible with -->
    77  <property name="plugin.main.version" value="13729"/>
    88
    9   <property name="plugin.author" value="Darya Golovko darya0705@gmail.com"/>
     9  <property name="plugin.author" value="Biswesh Mohapatra biswesh123@gmail.com"/>
    1010  <property name="plugin.class" value="org.openstreetmap.josm.plugins.pt_assistant.PTAssistantPlugin"/>
    1111  <property name="plugin.description" value="Provides validation and fixing for public transport route according to version 2 of the public transport schema"/>
     
    1313  <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PT_Assistant"/>
    1414  <property name="plugin.canloadatruntime" value="true"/>
    15  
     15
    1616  <!-- ** include targets that all plugins have in common ** -->
    1717  <import file="../build-common.xml"/>
Note: See TracChangeset for help on using the changeset viewer.