1--- misc/BeanShell-2.1.0/build.xml Fri Dec 19 17:14:27 2003 2+++ misc/build/BeanShell-2.1.0/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-all" basedir="."> 8+<project name="beanshell" default="jarall" basedir="."> 9 10 <!-- Project Configuration --> 11 12--- misc/BeanShell-2.1.0/makefile.mk Fri Mar 28 15:56:40 2008 13+++ misc/build/BeanShell-2.1.0/makefile.mk Fri Mar 28 15:56:06 2008 14@@ -1 +1,29 @@ 15-dummy 16+#************************************************************** 17+# 18+# Licensed to the Apache Software Foundation (ASF) under one 19+# or more contributor license agreements. See the NOTICE file 20+# distributed with this work for additional information 21+# regarding copyright ownership. The ASF licenses this file 22+# to you under the Apache License, Version 2.0 (the 23+# "License"); you may not use this file except in compliance 24+# with the License. You may obtain a copy of the License at 25+# 26+# http://www.apache.org/licenses/LICENSE-2.0 27+# 28+# Unless required by applicable law or agreed to in writing, 29+# software distributed under the License is distributed on an 30+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 31+# KIND, either express or implied. See the License for the 32+# specific language governing permissions and limitations 33+# under the License. 34+# 35+#************************************************************** 36+ 37+PRJ=..$/..$/..$/.. 38+PRJNAME=ooo_beanshell 39+TARGET=jarall 40+ 41+.INCLUDE : ant.mk 42+ 43+ALLTAR : ANTBUILD 44+ 45