Ignore:
Timestamp:
2009-06-03T23:42:55+02:00 (15 years ago)
Author:
rcernoch
Message:

CzechAddress: version 0.2.0 is nearly ready

File:
1 edited

Legend:

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

    r15558 r15582  
    3535            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    3636            <attribute name="Plugin-Mainversion" value="1607"/>
    37             <attribute name="Plugin-Version" value="0.1.2"/>
     37            <attribute name="Plugin-Version" value="0.2.0"/>
    3838            <attribute name="Plugin-Class" value="${plugin.basepackage}.CzechAddressPlugin"/>
    3939        </manifest>
     
    5555
    5656    <target name="doc" description="Create Javadoc API documentation">
    57         <ant antfile="build.xml" target="doc" dir="${josm.base}"/>
     57        <!--<ant antfile="build.xml" target="doc" dir="${josm.base}"/>-->
    5858        <mkdir dir="${plugin.javadoc.dir}"/>
    5959        <javadoc sourcepath="src"
     
    9797                <pathelement path="${java.class.path}"/>
    9898            </classpath>
    99         <arg value="/home/radek/Desktop/Hustopeče.osm"/>
    10099        </java>
    101100    </target>
Note: See TracChangeset for help on using the changeset viewer.