From 612040752cc4d97e890223e43643f82bbca4a9c9 Mon Sep 17 00:00:00 2001 From: samskivert Date: Thu, 18 Nov 2010 01:25:28 +0000 Subject: [PATCH] Alas, most of the world has moved on from Java 1.5. We will be unable to run our tests when building samskivert with 1.5 because they depend on hsqldb which is a 1.6 jar file. The main code base still compiles with a 1.5 compiler, so there's no need for alarm. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2954 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index d4e70c8f..e72fa734 100644 --- a/build.xml +++ b/build.xml @@ -130,7 +130,7 @@ - Must specify Maven repository with -Dmaven.deploy.repo=file://somepath