head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.07.06.15.43.59;	author hq;	state dead;
branches;
next	1.1;

1.1
date	2004.05.23.19.24.22;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.7
- Add 'java' category

PR:		83012
Submitted by:	maintainer
@
text
@--- src/resources/forrestbot/bin/forrestbot	Sun Sep 14 12:56:20 2003
+++ src/resources/forrestbot/bin/forrestbot.port	Tue Oct 14 15:55:22 2003
@@@@ -9,7 +9,13 @@@@
              JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home   
            fi
            ;;
+  FreeBSD*) freebsd=true
+           if [ -z "$JAVA_HOME" ] ; then
+             JAVA_HOME=%%JAVA_HOME%%
+           fi
+           ;;
 esac
+export JAVA_HOME
 
 # Try to determine the FORREST_HOME
 if [ -z "$FORREST_HOME" ] ; then
@@@@ -46,7 +52,7 @@@@
 else
   FORRESTBOT_HOME="$FORREST_HOME/forrestbot"
 fi
-
+export FORREST_HOME
 
 # set the ant file to use
 ANTFILE="$FORRESTBOT_HOME/forrestbot.build.xml"
@


1.1
log
@Add apache-forrest 0.5.1, a tool for rapid development of small
sites.

PR:		58015
Submitted by:	Nicola Vitale
@
text
@@

