Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37863456
en ru br
ALT Linux repos
S:3.1-alt6_36jpp11

Group :: Development/Java
RPM: apache-commons-httpclient

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0006-java-1.8.patch
Download


From 0f7039eb291fef51ae23fda4edd0c6c50d48bcde Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
Date: Sat, 18 Jul 2020 19:49:24 +0200
Subject: [PATCH 6/6] java 1.8
---
 build.xml | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/build.xml b/build.xml
index b65b5c8..9d45e48 100644
--- a/build.xml
+++ b/build.xml
@@ -179,6 +179,8 @@
           description="Compile shareable components">
     <javac srcdir      ="${source.home}/java"
            destdir     ="${build.home}/classes"
+           source      ="1.8"
+           target      ="1.8"
            encoding    ="ISO-8859-1"
            debug       ="${compile.debug}"
            deprecation ="${compile.deprecation}"
@@ -187,6 +189,8 @@
     </javac>
     <javac srcdir      ="${source.home}/examples"
            destdir     ="${build.home}/examples"
+           source      ="1.8"
+           target      ="1.8"
            encoding    ="ISO-8859-1"
            debug       ="${compile.debug}"
            deprecation ="${compile.deprecation}"
@@ -199,6 +203,8 @@
           description="Compile unit test cases">
     <javac srcdir      ="${test.home}"
            destdir     ="${build.home}/tests"
+           source      ="1.8"
+           target      ="1.8"
            encoding    ="ISO-8859-1"
            debug       ="${compile.debug}"
            deprecation ="${compile.deprecation}"
-- 
2.26.2
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin