Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 94996 invoked from network); 5 Sep 2004 14:53:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Sep 2004 14:53:14 -0000 Received: (qmail 75381 invoked by uid 500); 5 Sep 2004 14:53:10 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 75321 invoked by uid 500); 5 Sep 2004 14:53:09 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 75308 invoked by uid 500); 5 Sep 2004 14:53:09 -0000 Received: (qmail 75304 invoked by uid 99); 5 Sep 2004 14:53:08 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 05 Sep 2004 07:53:05 -0700 Received: (qmail 94971 invoked by uid 1431); 5 Sep 2004 14:53:04 -0000 Date: 5 Sep 2004 14:53:04 -0000 Message-ID: <20040905145304.94970.qmail@minotaur.apache.org> From: dion@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/jelly/src/bin jelly jelly.bat X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dion 2004/09/05 07:53:04 Modified: jelly project.xml jelly/src/bin jelly jelly.bat Log: upgrade to forehead 1.0-beta-5 Revision Changes Path 1.146 +2 -2 jakarta-commons/jelly/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-commons/jelly/project.xml,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- project.xml 1 Sep 2004 01:59:45 -0000 1.145 +++ project.xml 5 Sep 2004 14:53:04 -0000 1.146 @@ -325,8 +325,8 @@ forehead - 1.0-beta-2 - http://forehead.sf.net/ + 1.0-beta-5 + http://forehead.werken.com/ 1.5 +1 -1 jakarta-commons/jelly/src/bin/jelly Index: jelly =================================================================== RCS file: /home/cvs/jakarta-commons/jelly/src/bin/jelly,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jelly 25 Feb 2004 00:56:04 -0000 1.4 +++ jelly 5 Sep 2004 14:53:04 -0000 1.5 @@ -19,7 +19,7 @@ FOREHEAD_CONF=${JELLY_HOME}/bin/forehead.conf fi -$JAVA_HOME/bin/java -classpath ${CLASSPATH}:${JELLY_HOME}/lib/forehead.jar \ +$JAVA_HOME/bin/java -classpath ${CLASSPATH}:${JELLY_HOME}/lib/forehead-1.0-beta-5.jar \ -Dforehead.conf.file=${FOREHEAD_CONF} \ -Dant.home=${ANT_HOME} -Djelly.home=${JELLY_HOME} \ -Dtools.jar=${JAVA_HOME}/lib/tools.jar \ 1.8 +1 -1 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jelly.bat 25 Feb 2004 00:56:04 -0000 1.7 +++ jelly.bat 5 Sep 2004 14:53:04 -0000 1.8 @@ -17,5 +17,5 @@ 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 %* +%JAVA_HOME%\bin\java -classpath "%CLASSPATH%;%JELLY_HOME%\lib\forehead-1.0-beta-5.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