You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/02/18 07:34:29 UTC

svn commit: r628629 - /harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml

Author: smishura
Date: Sun Feb 17 22:34:27 2008
New Revision: 628629

URL: http://svn.apache.org/viewvc?rev=628629&view=rev
Log:
Make source=1.5 & target=1.5 for jpda-framework.
This fixes the build and brings into line with changes made for jpda-framework at r627726

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml?rev=628629&r1=628628&r2=628629&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/build.xml Sun Feb 17 22:34:27 2008
@@ -104,8 +104,8 @@
 		       srcdir="${depends}/jpda-framework" 
 		       includes="**/*.java" 
 		       debug="true" 
-		       source="1.4" 
-		       target="1.4">
+		       source="1.5" 
+		       target="1.5">
 			<classpath>
 				<pathelement location="${bin.classes}" />
 				<pathelement location="${harness.jar}" />