Index: applications/editors/josm/plugins/turnrestrictions/build.xml
===================================================================
--- applications/editors/josm/plugins/turnrestrictions/build.xml	(revision 23526)
+++ applications/editors/josm/plugins/turnrestrictions/build.xml	(revision 23527)
@@ -31,5 +31,5 @@
 
 	<!-- enter the SVN commit message -->
-	<property name="commit.message" value="Update main version" />
+	<property name="commit.message" value="Migration to Java6 -  making use of JTable::setFillsViewportHeight()" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
 	<property name="plugin.main.version" value="3518" />
@@ -155,5 +155,4 @@
 	</target>
 
-
 	<!--
 	************************** Publishing the plugin ***********************************
@@ -295,5 +294,4 @@
 		
 	<target name="test-compile" depends="compile,test-clean" description="Compiles the test files">
-		<echo message="compiling groovy test cases for ${plugin.jar} ... "/>
 		
 		<echo message="compiling java test cases for ${plugin.jar} ... "/>
@@ -302,9 +300,8 @@
 				<compilerarg value="-Xlint:unchecked"/>
 			</javac>
-		
+
+		<echo message="compiling groovy test cases for ${plugin.jar} ... "/>
 		<groovyc srcdir="test/src" destdir="${test.build.dir}" classpathref="groovyc.path">			
 		</groovyc>		
-		
-		
 	</target>
 	
