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