Changeset 23527 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-10-09T15:37:33+02:00 (14 years ago)
Author:
guggis
Message:

'Migration to Java6 - making use of JTable::setFillsViewportHeight()'

File:
1 edited

Legend:

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

    r23525 r23527  
    3131
    3232        <!-- enter the SVN commit message -->
    33         <property name="commit.message" value="Update main version" />
     33        <property name="commit.message" value="Migration to Java6 -  making use of JTable::setFillsViewportHeight()" />
    3434        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3535        <property name="plugin.main.version" value="3518" />
     
    155155        </target>
    156156
    157 
    158157        <!--
    159158        ************************** Publishing the plugin ***********************************
     
    295294               
    296295        <target name="test-compile" depends="compile,test-clean" description="Compiles the test files">
    297                 <echo message="compiling groovy test cases for ${plugin.jar} ... "/>
    298296               
    299297                <echo message="compiling java test cases for ${plugin.jar} ... "/>
     
    302300                                <compilerarg value="-Xlint:unchecked"/>
    303301                        </javac>
    304                
     302
     303                <echo message="compiling groovy test cases for ${plugin.jar} ... "/>
    305304                <groovyc srcdir="test/src" destdir="${test.build.dir}" classpathref="groovyc.path">                     
    306305                </groovyc>             
    307                
    308                
    309306        </target>
    310307       
Note: See TracChangeset for help on using the changeset viewer.