xref: /AOO41X/main/beanshell/bsh-2.0b6-src.patch (revision b12b9c61febff7edab6263bde2bdcfbe6e0f8f41)
1--- misc/BeanShell-2.0b6/build.xml  Fri Dec 19 17:14:27 2003
2+++ misc/build/BeanShell-2.0b6/build.xml    Fri Mar 28 15:55:04 2008
3@@ -10,7 +10,7 @@
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" basedir=".">
8+<project name="beanshell" default="jarall" basedir=".">
9
10 <!-- Project Configuration -->
11
12@@ -65,6 +65,9 @@
13    <property name="exclude-engine" value="bsh/engine/**"/>
14    -->
15
16+   <property name="exclude-bsf"
17+       value="bsh/util/BeanShellBSFEngine.java,TestBshBSF.java"/>
18+
19    <!-- Uncomment to build without the ASM class generator code.
20    <property name="exclude-classgen"
21        value="bsh/org/objectweb/asm/**,bsh/ClassGeneratorImpl.java,bsh/ClassGeneratorUtil.java,bsh/DelayedEvalBshMethod.java"/>
22@@ -75,6 +78,9 @@
23        value="bsh/servlet/*"/>
24    -->
25
26+   <property name="exclude-servlet"
27+       value="bsh/servlet/*"/>
28+
29    <!-- Legacy excludes.  Comment this *out* to build these legacy items -->
30    <property name="excludes-legacy"
31        value="bsh/JThis.java"/>
32--- misc/BeanShell-2.0b6/makefile.mk    Fri Mar 28 15:56:40 2008
33+++ misc/build/BeanShell-2.0b6/makefile.mk  Fri Mar 28 15:56:06 2008
34@@ -1 +1,29 @@
35-dummy
36+#**************************************************************
37+#
38+#  Licensed to the Apache Software Foundation (ASF) under one
39+#  or more contributor license agreements.  See the NOTICE file
40+#  distributed with this work for additional information
41+#  regarding copyright ownership.  The ASF licenses this file
42+#  to you under the Apache License, Version 2.0 (the
43+#  "License"); you may not use this file except in compliance
44+#  with the License.  You may obtain a copy of the License at
45+#
46+#    http://www.apache.org/licenses/LICENSE-2.0
47+#
48+#  Unless required by applicable law or agreed to in writing,
49+#  software distributed under the License is distributed on an
50+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
51+#  KIND, either express or implied.  See the License for the
52+#  specific language governing permissions and limitations
53+#  under the License.
54+#
55+#**************************************************************
56+
57+PRJ=..$/..$/..$/..
58+PRJNAME=ooo_beanshell
59+TARGET=jarall
60+
61+.INCLUDE : ant.mk
62+
63+ALLTAR : ANTBUILD
64+
65