[Xulu-commits] r13 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 25 22:50:15 CET 2009
Author: mojays
Date: 2009-02-25 22:50:12 +0100 (Wed, 25 Feb 2009)
New Revision: 13
Modified:
trunk/readme.txt
Log:
added some Linux notes in readme.txt
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2009-02-25 21:44:38 UTC (rev 12)
+++ trunk/readme.txt 2009-02-25 21:50:12 UTC (rev 13)
@@ -66,7 +66,9 @@
Therefore after the first SVN checkout you have to call the
- InitXulu.bat
+ initXulu.bat (on Windows systems)
+ or initXulu.sh (on Linux systems: first call "chmod +x initXulu.sh"
+ to make the file executable!!)
once to copy the configuration files from the "defaults" folder to their
expected locations. After that you can make changes on all config files
@@ -75,12 +77,12 @@
The default behavior of "InitXulu.bat" is not to overwrite files if they
already exist. In case of trouble (e.g. deleted or damaged config files)
you can call
- InitXulu.bat /reset
- or InitXulu.bat /init (no overwrite confirmation!)
+ InitXulu.bat /reset
+ or InitXulu.bat /init (no overwrite confirmation!)
to overwrite all configuration files with their defaults.
-NOTE: PLEASE DO NOT CHANGE (OR/AND COMMIT) FILES IN THE
+NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN THE
"DEFAULT" FOLDER!!
@@ -103,7 +105,7 @@
defaults: Contains default configuration files for the XULU main
application and plugins. By calling "InitXulu.bat" (see (2))
these files are copied to the expected locations.
- NOTE: PLEASE DO NOT UPDATE (AND COMMIT) CHANGES ON FILES IN
+ NOTE: PLEASE DO NOT CHANGE (AND/OR COMMIT) FILES IN
THIS FOLDER!!
classes: Contains the compliled java classes of the XULU application
More information about the Xulu-commits
mailing list