From dab92b2d4de3bd3f9457122ee1a8c3a1f8f07218 Mon Sep 17 00:00:00 2001 From: hoenicke Date: Mon, 6 Aug 2001 13:44:32 +0000 Subject: [PATCH] Added configuration file. git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1338 379699f6-c40d-0410-875b-85095c16579e --- jode/config.props | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 jode/config.props diff --git a/jode/config.props b/jode/config.props new file mode 100644 index 0000000..150fd2a --- /dev/null +++ b/jode/config.props @@ -0,0 +1,25 @@ +# Do you have online access for generating javadoc? +# If not, where are your local files. +javadoc.offline=false +javadoc.packagelistLoc= +# javadoc.offline=true +# javadoc.packagelistLoc=/usr/doc/inet/java/jdk1.2/docs/api + +# Is Perl installed on your system? +# +# perl is needed to reconfigure Jode for JDK-1.1. If you haven't +# installed it you can only configure for JDK-1.2 and you should +# comment out the next line. +# +# perl is also used for things that are relevant for the maintainer. +# +# Remove the next line if perl is not installed. +perl.present=true + +# Is PHP installed on your system? +# +# php is needed to generate html files from php files. +# You also need perl. +# +# Remove the next line if either perl or php is not installed. +php.present=true