Changeset 25454 in osm for applications/editors/josm/plugins
- Timestamp:
- 2011-02-27T11:33:14+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r25199 r25454 34 34 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/> 35 35 <ant antfile="build.xml" target="dist" dir="importvec"/> 36 <ant antfile="build.xml" target="dist" dir="irsrectify"/> 36 37 <ant antfile="build.xml" target="dist" dir="lakewalker"/> 37 38 <ant antfile="build.xml" target="dist" dir="livegps"/> … … 49 50 <ant antfile="build.xml" target="dist" dir="piclayer"/> 50 51 <ant antfile="build.xml" target="dist" dir="plastic_laf"/> 52 <ant antfile="build.xml" target="dist" dir="proj4j"/> 51 53 <ant antfile="build.xml" target="dist" dir="public_transport"/> 52 54 <ant antfile="build.xml" target="dist" dir="restart"/> … … 75 77 <ant antfile="build.xml" target="dist" dir="wayselector"/> 76 78 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/> 77 <!-- behind wms plugin! -->78 <ant antfile="build.xml" target="dist" dir="irsrectify"/>79 79 </target> 80 80 <target name="build_defect" depends="compile"> … … 123 123 <ant antfile="build.xml" target="clean" dir="piclayer"/> 124 124 <ant antfile="build.xml" target="clean" dir="plastic_laf"/> 125 <ant antfile="build.xml" target="clean" dir="proj4j"/> 125 126 <ant antfile="build.xml" target="clean" dir="public_transport"/> 126 127 <ant antfile="build.xml" target="clean" dir="restart"/> -
applications/editors/josm/plugins/proj4j
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/proj4j/build.xml
r25450 r25454 111 111 --> 112 112 <manifest> 113 <attribute name="Author" value="Josh Doe <josh@joshdoe.com>"/>113 <attribute name="Author" value="Josh Doe <josh@joshdoe.com>"/> 114 114 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.proj4j.Proj4J"/> 115 115 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
Note:
See TracChangeset
for help on using the changeset viewer.