You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tc...@apache.org on 2007/09/23 01:00:19 UTC

svn commit: r578521 - /commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java

Author: tcurdt
Date: Sat Sep 22 16:00:18 2007
New Revision: 578521

URL: http://svn.apache.org/viewvc?rev=578521&view=rev
Log:
use 1.4


Modified:
    commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java

Modified: commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java?rev=578521&r1=578520&r2=578521&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java (original)
+++ commons/proper/jci/trunk/core/src/test/java/org/apache/commons/jci/compilers/AbstractCompilerTestCase.java Sat Sep 22 16:00:18 2007
@@ -264,8 +264,8 @@
         };
 
         final JavaCompilerSettings settings = compiler.createDefaultSettings();
-        settings.setTargetVersion("1.5");
-        settings.setSourceVersion("1.5");
+        settings.setTargetVersion("1.4");
+        settings.setSourceVersion("1.4");
         
         final MemoryResourceStore store = new MemoryResourceStore();
         final CompilationResult result = compiler.compile(