Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37766991
en ru br
ALT Linux repos
S:1.54c-alt1_1jpp11

Group :: Engineering
RPM: imagej

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: imagej-1.53r-source-target-version.patch
Download


diff -Naur old/source/build.xml new/source/build.xml
--- old/source/build.xml	2022-03-28 17:29:56.000000000 -0400
+++ new/source/build.xml	2022-05-30 09:01:12.038023625 -0400
@@ -14,7 +14,7 @@
     <!-- First, ensure the build directory exists. -->
     <mkdir dir="${build.dir}" />
     <!-- Build everything; add debug="on" to debug -->
-    <javac srcdir="./ij" destdir="${build.dir}" optimize="on" source="1.6" target="1.6" debug="on" includeantruntime="false" encoding="utf-8">
+    <javac srcdir="./ij" destdir="${build.dir}" optimize="on" source="1.8" target="1.8" debug="on" includeantruntime="false" encoding="utf-8">
     </javac>
   </target>
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin