Ignore:
Timestamp:
2014-06-09T18:08:08+02:00 (12 years ago)
Author:
donvip
Message:

[josm_pbf] upgrade to protoc 2.5.0 and crosby.binary 1.3.3

File:
1 edited

Legend:

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

    r30416 r30490  
    22<project name="pbf" default="dist" basedir=".">
    33
    4     <!-- enter the SVN commit message -->
    5     <property name="commit.message" value="Commit message"/>
    64    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    75    <property name="plugin.main.version" value="7001"/>
     
    1513    <!--<property name="plugin.icon" value="images/pbf_24.png"/>-->
    1614    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/PBF"/>
    17     <!--<property name="plugin.early" value="..."/>-->
    18     <!--<property name="plugin.requires" value="..."/>-->
    19     <!--<property name="plugin.stage" value="..."/>-->
    2015
    2116    <!-- ** include targets that all plugins have in common ** -->
     
    2823    -->
    2924    <target name="compile" depends="init">
    30         <echo message="compiling sources for  ${plugin.jar} ... "/>
     25        <echo message="compiling sources for ${plugin.jar} ... "/>
    3126        <javac classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeAntRuntime="false">
    3227            <compilerarg value="-Xlint:deprecation"/>
     
    3631        </javac>
    3732    </target>
    38        
    3933</project>
Note: See TracChangeset for help on using the changeset viewer.