Ignore:
Timestamp:
2011-02-27T11:33:14+01:00 (14 years ago)
Author:
stoecker
Message:

fix build issues

Location:
applications/editors/josm/plugins
Files:
3 edited

Legend:

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

    r25199 r25454  
    3434        <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
    3535        <ant antfile="build.xml" target="dist" dir="importvec"/>
     36        <ant antfile="build.xml" target="dist" dir="irsrectify"/>
    3637        <ant antfile="build.xml" target="dist" dir="lakewalker"/>
    3738        <ant antfile="build.xml" target="dist" dir="livegps"/>
     
    4950        <ant antfile="build.xml" target="dist" dir="piclayer"/>
    5051        <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
     52        <ant antfile="build.xml" target="dist" dir="proj4j"/>
    5153        <ant antfile="build.xml" target="dist" dir="public_transport"/>
    5254        <ant antfile="build.xml" target="dist" dir="restart"/>
     
    7577        <ant antfile="build.xml" target="dist" dir="wayselector"/>
    7678        <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
    77         <!-- behind wms plugin! -->
    78         <ant antfile="build.xml" target="dist" dir="irsrectify"/>
    7979    </target>
    8080    <target name="build_defect" depends="compile">
     
    123123        <ant antfile="build.xml" target="clean" dir="piclayer"/>
    124124        <ant antfile="build.xml" target="clean" dir="plastic_laf"/>
     125        <ant antfile="build.xml" target="clean" dir="proj4j"/>
    125126        <ant antfile="build.xml" target="clean" dir="public_transport"/>
    126127        <ant antfile="build.xml" target="clean" dir="restart"/>
  • applications/editors/josm/plugins/proj4j

    • Property svn:ignore set to
      build
  • applications/editors/josm/plugins/proj4j/build.xml

    r25450 r25454  
    111111    -->
    112112            <manifest>
    113                 <attribute name="Author" value="Josh Doe <josh@joshdoe.com>"/>
     113                <attribute name="Author" value="Josh Doe &lt;josh@joshdoe.com&gt;"/>
    114114                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.proj4j.Proj4J"/>
    115115                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
Note: See TracChangeset for help on using the changeset viewer.