Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37600295
en ru br
ALT Linux repos
S:1.0.8-alt3_22jpp11

Group :: Development/Other
RPM: bytelist

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 00-set-javac-1.8-source-target.patch
Download


diff --git a/build.xml b/build.xml
index 2c22915..0e2f669 100644
--- a/build.xml
+++ b/build.xml
@@ -10,13 +10,13 @@
   </target>
 
   <target name="compile" depends="init">
-    <javac destdir="build/classes" debug="true" source="1.5" target="1.5" deprecation="true" encoding="UTF-8">
+    <javac destdir="build/classes" debug="true" source="1.8" target="1.8" deprecation="true" encoding="UTF-8">
        <src path="src"/>
     </javac>
   </target>
 
   <target name="compile-tests" depends="compile">
-    <javac destdir="build/test-classes" debug="true" source="1.5" target="1.5" deprecation="true" encoding="UTF-8">
+    <javac destdir="build/test-classes" debug="true" source="1.8" target="1.8" deprecation="true" encoding="UTF-8">
        <classpath>
          <pathelement location="build/classes"/>
        </classpath>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin