Ignore:
Timestamp:
2009-06-15T22:12:42+02:00 (15 years ago)
Author:
joerg
Message:

For now i disabled the following plugins, since the do not compile ...
As soon as the source/build.xml is fixed the can be enabled again.

File:
1 edited

Legend:

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

    r15707 r15931  
    1212        <ant antfile="build.xml" target="dist" dir="Create_grid_of_ways"/>
    1313        <ant antfile="build.xml" target="dist" dir="DirectUpload"/>
    14         <ant antfile="build.xml" target="dist" dir="czechaddress"/>
    1514        <ant antfile="build.xml" target="dist" dir="editgpx"/>
    1615        <ant antfile="build.xml" target="dist" dir="globalsat"/>
     
    2423        <ant antfile="build.xml" target="dist" dir="openvisible"/>
    2524        <ant antfile="build.xml" target="dist" dir="osmarender"/>
    26         <ant antfile="build.xml" target="dist" dir="piclayer"/>
    2725        <ant antfile="build.xml" target="dist" dir="plastic_laf"/>
    2826        <ant antfile="build.xml" target="dist" dir="remotecontrol"/>
     
    3735        <ant antfile="build.xml" target="dist" dir="utilsplugin"/>
    3836        <ant antfile="build.xml" target="dist" dir="validator"/>
    39         <ant antfile="build.xml" target="dist" dir="waydownloader"/>
    4037        <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
    4138    </target>
    4239    <target name="build_defect" depends="compile">
     40        <ant antfile="build.xml" target="dist" dir="waydownloader"/>
     41        <ant antfile="build.xml" target="dist" dir="piclayer"/>
     42        <ant antfile="build.xml" target="dist" dir="czechaddress"/>
    4343        <ant antfile="build.xml" target="dist" dir="duplicateway"/>
    4444        <ant antfile="build.xml" target="dist" dir="grid"/>
Note: See TracChangeset for help on using the changeset viewer.