Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37569344
en ru br
Репозитории ALT
S:2.1.0-alt1_5jpp11
5.1: 1.3.0-alt3_13jpp5
4.1: 1.3.0-alt1_11jpp1.7
4.0: 1.3.0-alt1_11jpp1.7
www.altlinux.org/Changes

Группа :: Разработка/Java
Пакет: bsh

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0000-source-target-1.8.patch
Скачать


diff --git a/build.xml b/build.xml
index 8542245..6179cfa 100644
--- a/build.xml
+++ b/build.xml
@@ -16,8 +16,8 @@
 
 <property name="file" value=""/>
 
-	<property name="ant.build.javac.target" value="1.6" />
-	<property name="ant.build.javac.source" value="1.6" />
+	<property name="ant.build.javac.target" value="1.8" />
+	<property name="ant.build.javac.source" value="1.8" />
 	<property name="version" value="2.1.0"/>
 	<property name="deprecation" value="on"/>
 	<property name="Specification-Title" value="BeanShell" />
@@ -178,8 +178,8 @@
 			debug="on"
 			includes="**/*.java"
 			excludes="${excludes},**/bak/**"
-			source="1.6"
-			target="1.6"
+			source="1.8"
+			target="1.8"
 		>
 			<classpath>
 				<fileset refid="lib-fileset"/>
@@ -213,8 +213,8 @@
 			debug="on"
 			includes="**/*.java"
 			excludes="${excludes},**/bak/**"
-			source="1.6"
-			target="1.6"
+			source="1.8"
+			target="1.8"
 		>
 			<classpath>
 				<fileset refid="lib-fileset"/>
@@ -255,7 +255,7 @@
 			 destdir="${javadoc-dir}"
 			 author="true"
 			 version="true"
-			 source="1.6"
+			 source="1.8"
 			 use="true"
 			 windowtitle="BeanShell ${version}"
 			 doctitle="&lt;h1&gt;BeanShell ${version}&lt;h1&gt;"
@@ -680,8 +680,8 @@
 				destdir="${build-dir}"
 				debug="on"
 				debuglevel="lines,vars,source"
-				source="1.6"
-				target="1.6"
+				source="1.8"
+				target="1.8"
 			  >
 		 <classpath>
 			<path refid="test-classpath"/>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin