Changeset 15582 in osm for applications/editors/josm/plugins/czechaddress/build.xml
- Timestamp:
- 2009-06-03T23:42:55+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r15558 r15582 35 35 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 36 36 <attribute name="Plugin-Mainversion" value="1607"/> 37 <attribute name="Plugin-Version" value="0. 1.2"/>37 <attribute name="Plugin-Version" value="0.2.0"/> 38 38 <attribute name="Plugin-Class" value="${plugin.basepackage}.CzechAddressPlugin"/> 39 39 </manifest> … … 55 55 56 56 <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}"/>--> 58 58 <mkdir dir="${plugin.javadoc.dir}"/> 59 59 <javadoc sourcepath="src" … … 97 97 <pathelement path="${java.class.path}"/> 98 98 </classpath> 99 <arg value="/home/radek/Desktop/Hustopeče.osm"/>100 99 </java> 101 100 </target>
Note:
See TracChangeset
for help on using the changeset viewer.