xref: /trunk/main/beanshell/bsh-2.1.1-src.patch (revision ec46eb60f112fc4d30b8b1648fb1512654b336a4)
1--- misc/BeanShell-2.1.1/build.xml  Fri Dec 19 17:14:27 2003
2+++ misc/build/BeanShell-2.1.1/build.xml    Fri Mar 28 15:55:04 2008
3@@ -10,14 +10,14 @@
4        - Why can't I nest filesets?  This seems like it would be so easy and
5        useful...
6 -->
7-<project name="beanshell" default="compile-all" basedir=".">
8+<project name="beanshell" default="jarall" basedir=".">
9
10 <!-- Project Configuration -->
11
12 <property name="file" value=""/>
13
14-   <property name="ant.build.javac.target" value="1.6" />
15-   <property name="ant.build.javac.source" value="1.6" />
16+   <property name="ant.build.javac.target" value="1.8" />
17+   <property name="ant.build.javac.source" value="1.8" />
18    <property name="version" value="2.1.1"/>
19    <property name="deprecation" value="on"/>
20    <property name="Specification-Title" value="BeanShell" />
21@@ -178,8 +178,8 @@
22            debug="on"
23            includes="**/*.java"
24            excludes="${excludes},**/bak/**"
25-           source="1.6"
26-           target="1.6"
27+           source="1.8"
28+           target="1.8"
29        >
30            <classpath>
31                <fileset refid="lib-fileset"/>
32@@ -213,8 +213,8 @@
33            debug="on"
34            includes="**/*.java"
35            excludes="${excludes},**/bak/**"
36-           source="1.6"
37-           target="1.6"
38+           source="1.8"
39+           target="1.8"
40        >
41            <classpath>
42                <fileset refid="lib-fileset"/>
43@@ -255,7 +255,7 @@
44             destdir="${javadoc-dir}"
45             author="true"
46             version="true"
47-            source="1.6"
48+            source="1.8"
49             use="true"
50             windowtitle="BeanShell ${version}"
51             doctitle="&lt;h1&gt;BeanShell ${version}&lt;h1&gt;"
52@@ -680,8 +680,8 @@
53                destdir="${build-dir}"
54                debug="on"
55                debuglevel="lines,vars,source"
56-               source="1.6"
57-               target="1.6"
58+               source="1.8"
59+               target="1.8"
60              >
61         <classpath>
62            <path refid="test-classpath"/>
63--- misc/BeanShell-2.1.1/makefile.mk    Fri Mar 28 15:56:40 2008
64+++ misc/build/BeanShell-2.1.1/makefile.mk  Fri Mar 28 15:56:06 2008
65@@ -1 +1,29 @@
66-dummy
67+#**************************************************************
68+#
69+#  Licensed to the Apache Software Foundation (ASF) under one
70+#  or more contributor license agreements.  See the NOTICE file
71+#  distributed with this work for additional information
72+#  regarding copyright ownership.  The ASF licenses this file
73+#  to you under the Apache License, Version 2.0 (the
74+#  "License"); you may not use this file except in compliance
75+#  with the License.  You may obtain a copy of the License at
76+#
77+#    http://www.apache.org/licenses/LICENSE-2.0
78+#
79+#  Unless required by applicable law or agreed to in writing,
80+#  software distributed under the License is distributed on an
81+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
82+#  KIND, either express or implied.  See the License for the
83+#  specific language governing permissions and limitations
84+#  under the License.
85+#
86+#**************************************************************
87+
88+PRJ=..$/..$/..$/..
89+PRJNAME=ooo_beanshell
90+TARGET=jarall
91+
92+.INCLUDE : ant.mk
93+
94+ALLTAR : ANTBUILD
95+
96