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

add new javadoc ant target for plugins

Location:
applications/editors/josm/plugins
Files:
4 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/.classpath

    r32787 r34038  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3     <classpathentry kind="src" path="src"/>
    4     <classpathentry excluding="build|data" including="conf/|images/" kind="src" path=""/>
    5     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    6     <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    7     <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GSON"/>
    8     <classpathentry kind="output" path="build/classes"/>
     3        <classpathentry kind="src" path="src"/>
     4        <classpathentry excluding="build|data" including="resources/|null" kind="src" path=""/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
     6        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     7        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-GSON"/>
     8        <classpathentry kind="output" path="build/classes"/>
    99</classpath>
  • 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.