From 875b929d97e6b8bb59664ad601e3a64cf6026742 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 1 Mar 2015 18:55:50 +0100 Subject: [PATCH 1/2] Update target and source to 1.5 --- build.properties | 5 ++-- build.xml | 73 ++++++++++++++++++++++++++++---------------------------- 2 files changed, 40 insertions(+), 38 deletions(-) diff --git a/build.properties b/build.properties index 4fefdb8..e4bfd8c 100644 --- a/build.properties +++ b/build.properties @@ -6,7 +6,8 @@ build.manifest = ${etc.dir}/META_INF/METAINF.MF deploy.javadoc.dir = ${deploy.doc.dir}/javadoc deploy.doc.dir = ${deploy.dir}/doc lib.dir = lib -build.target = 1.2 +build.target = 1.6 +build.source = 1.6 build.classes.dir = ${build.dir}/classes build.debug = false doc.dir = doc @@ -20,4 +21,4 @@ version = 1.0.0 sign.alias = wakeonlan sign.keystore = ${user.home}/.keystore sign.storepass = hidden -sign.keypass = hidden \ No newline at end of file +sign.keypass = hidden diff --git a/build.xml b/build.xml index 3a02ae9..ab0c91d 100644 --- a/build.xml +++ b/build.xml @@ -1,41 +1,42 @@ - + - - - + + + - + - + - + - + - @@ -55,30 +56,30 @@ - + - + - wakeonlan]]> - + - + - + @@ -88,13 +89,13 @@ - + - - + @@ -126,10 +127,10 @@ - + - @@ -144,14 +145,14 @@ - - + + - - @@ -162,15 +163,15 @@ - - + + - + @@ -179,4 +180,4 @@ - \ No newline at end of file + -- 2.1.0