Changeset 31202 in osm for applications/editors/josm


Ignore:
Timestamp:
2015-06-03T17:00:09+02:00 (9 years ago)
Author:
nokutu
Message:

New version in build.xml

Location:
applications/editors/josm/plugins/mapillary
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.classpath

    r31182 r31202  
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    6         <classpathentry kind="lib" path="/home/nokutu/Dropbox/programacion/GSoC/josm/plugins/mapillary/lib/sanselan-0.97-incubator.jar"/>
    7         <classpathentry kind="lib" path="/home/nokutu/.josm/plugins/commons-imaging.jar"/>
     6        <classpathentry kind="lib" path="/home/nokutu/josm/dist/commons-imaging.jar"/>
    87        <classpathentry kind="output" path="bin"/>
    98</classpath>
  • applications/editors/josm/plugins/mapillary/build.xml

    r31196 r31202  
    1616    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    1717    <property name="plugin.main.version" value="7777"/>
    18     <property name="plugin.version" value="0.8.1"/>
    19 
    20     <!-- Configure these properties (replace "..." accordingly).
    21 
    22 
    23 
    24          See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    25     -->
     18    <property name="plugin.version" value="0.8.2"/>
    2619    <property name="plugin.author" value="nokutu &lt;nokutu@openmailbox.org&gt;"/>
    2720    <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
     
    4033    <import file="../build-common.xml"/>
    4134   
    42     <target name="compile" depends="init">
    43                 <echo message="compiling sources for  ${plugin.jar} ... "/>
    44                 <javac srcdir="src:../commons-imaging/src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false">
    45             <classpath>
    46                 <pathelement location="${josm}"/>
    47                
    48             </classpath>
    49                         <compilerarg value="-Xlint:deprecation"/>
    50                         <compilerarg value="-Xlint:unchecked"/>
    51                 </javac>
    52         </target>
     35    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     36        <include name="commons-imaging.jar"/>
     37    </fileset>
    5338</project>
Note: See TracChangeset for help on using the changeset viewer.