You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/02/25 01:56:04 UTC

cvs commit: jakarta-commons/jelly/src/bin jelly jelly.bat

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
   
  +@REM Copyright 2002,2004 The Apache Software Foundation.
  +@REM 
  +@REM Licensed under the Apache License, Version 2.0 (the "License");
  +@REM you may not use this file except in compliance with the License.
  +@REM You may obtain a copy of the License at
  +@REM 
  +@REM      http://www.apache.org/licenses/LICENSE-2.0
  +@REM 
  +@REM Unless required by applicable law or agreed to in writing, software
  +@REM distributed under the License is distributed on an "AS IS" BASIS,
  +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +@REM See the License for the specific language governing permissions and
  +@REM limitations under the License.
  +@REM
  +
   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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org