Ignore:
Timestamp:
2018-01-28T21:39:24+01:00 (7 years ago)
Author:
donvip
Message:

add new javadoc ant target for plugins

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

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins

    • Property svn:externals
      •  

        old new  
        1717https://github.com/JOSM/rex/trunk rex
        1818https://github.com/JOSM/improve-way/trunk improve-way
         19https://github.com/JOSM/auto-tools/trunk auto-tools
         20https://github.com/JOSM/configuration/trunk configuration
         21https://github.com/JOSM/osm-obj-info/trunk osm-obj-info
    • Property svn:ignore set to
      ColorPlugin
      improve-osm-plugin
      josm-matsim-plugin
      kendzi3d
      missingroads
      scoutsigns
      TombPlugin
      traffic-flow-direction
      JOSM-configuration
      openstreetcam
      areaselector.git
      auto-tools.git
      Color
      configuration.git
      osmarender.wip
      osm-obj-info.git
      tofix.git
  • applications/editors/josm/plugins/mapdust

    • Property svn:ignore
      •  

        old new  
        33checkstyle-josm-mapdust.xml
        44findbugs-josm-mapdust.xml
         5javadoc
  • applications/editors/josm/plugins/mapdust/build.xml

    r33786 r34038  
    2121        <delete dir="${apidoc.dir}"/>
    2222        <delete file="${plugin.jar}"/>
    23     </target>
    24 
    25     <!-- creates the javadocs -->
    26     <target name="javadoc">
    27         <mkdir dir="${apidoc.dir}"/>
    28         <javadoc destdir="${apidoc.dir}" source="1.8" classpathref="classpath" windowtitle="MapDust plugin API">
    29             <link href="http://java.sun.com/javase/8/docs/api/"/>
    30             <link href="http://docs.jboss.org/hibernate/stable/core/api/"/>
    31             <packageset dir="${plugin.src.dir}">
    32             </packageset>
    33         </javadoc>
    3423    </target>
    3524
Note: See TracChangeset for help on using the changeset viewer.