|
From: <mba...@us...> - 2006-08-26 18:00:27
|
Revision: 1589 Author: mbarchfe Date: 2006-08-26 11:00:21 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1589&view=rev Log Message: ----------- use java 1.5 Modified Paths: -------------- trunk/org.rubypeople.rdt.build/cruiseControl/build.properties Modified: trunk/org.rubypeople.rdt.build/cruiseControl/build.properties =================================================================== --- trunk/org.rubypeople.rdt.build/cruiseControl/build.properties 2006-08-26 12:59:59 UTC (rev 1588) +++ trunk/org.rubypeople.rdt.build/cruiseControl/build.properties 2006-08-26 18:00:21 UTC (rev 1589) @@ -96,10 +96,10 @@ javacFailOnError=true # The version of the source code -javacSource=1.4 +javacSource=1.5 # The version of the byte code targeted -javacTarget=1.4 +javacTarget=1.5 #collPlace=eclipse #collBase=. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |