Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517192
en ru br
ALT Linux repos
S:1.0.5-alt1_3jpp11

Group :: Development/Java
RPM: atinject

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: atinject-target-1.5.patch
Download


--- atinject-1/build.sh~	2009-10-14 01:36:31.000000000 +0200
+++ atinject-1/build.sh	2014-06-09 08:21:06.686274678 +0200
@@ -10,8 +10,8 @@
 mkdir -p build/tck/dist
 
 # Compile classes.
-javac -g -d build/classes `find src -name *.java`
-javac -g -classpath build/classes:lib/junit.jar -d build/tck/classes \
+javac -source 1.5 -target 1.5 -g -d build/classes `find src -name *.java`
+javac -source 1.5 -target 1.5 -g -classpath build/classes:lib/junit.jar -d build/tck/classes \
 	`find tck -name *.java`
 
 FOOTER="<font size='-1'>Copyright (C) 2009 <a href='http://code.google.com/p/atinject/'>\
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin