dion 2004/02/24 16:56:04 Modified: jelly/src/bin jelly jelly.bat Log: ASL v2 Revision Changes Path 1.4 +15 -0 jakarta-commons/jelly/src/bin/jelly Index: jelly =================================================================== RCS file: /home/cvs/jakarta-commons/jelly/src/bin/jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jelly 2 Jan 2003 17:32:41 -0000 1.3 +++ jelly 25 Feb 2004 00:56:04 -0000 1.4 @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright 2002,2004 The Apache Software Foundation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# if [ -z "$FOREHEAD_CONF" ] ; then FOREHEAD_CONF=${JELLY_HOME}/bin/forehead.conf 1.7 +15 -0 jakarta-commons/jelly/src/bin/jelly.bat Index: jelly.bat =================================================================== RCS file: /home/cvs/jakarta-commons/jelly/src/bin/jelly.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jelly.bat 10 Sep 2003 08:21:13 -0000 1.6 +++ jelly.bat 25 Feb 2004 00:56:04 -0000 1.7 @@ -1,5 +1,20 @@ @echo off [EMAIL PROTECTED] Copyright 2002,2004 The Apache Software Foundation. [EMAIL PROTECTED] [EMAIL PROTECTED] Licensed under the Apache License, Version 2.0 (the "License"); [EMAIL PROTECTED] you may not use this file except in compliance with the License. [EMAIL PROTECTED] You may obtain a copy of the License at [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.apache.org/licenses/LICENSE-2.0 [EMAIL PROTECTED] [EMAIL PROTECTED] Unless required by applicable law or agreed to in writing, software [EMAIL PROTECTED] distributed under the License is distributed on an "AS IS" BASIS, [EMAIL PROTECTED] WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. [EMAIL PROTECTED] See the License for the specific language governing permissions and [EMAIL PROTECTED] limitations under the License. [EMAIL PROTECTED] + if "%FOREHEAD_CONF%"=="" set FOREHEAD_CONF=%JELLY_HOME%\bin\forehead.conf %JAVA_HOME%\bin\java -classpath "%CLASSPATH%;%JELLY_HOME%\lib\forehead-1.0-beta-2.jar" "-Dforehead.conf.file=%FOREHEAD_CONF%" "-Dant.home=%ANT_HOME%" "-Djelly.home=%JELLY_HOME%" "-Dtools.jar=%JAVA_HOME%\lib\tools.jar" %JELLY_OPTS% com.werken.forehead.Forehead %*
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
