From af59e13b88e7f1ff985076e040765ff14e4860dc Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Sat, 10 May 2014 15:34:44 +0200 Subject: Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95bb22d..804c708 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The maps, the scenario, the planning and other resources are stored on [Google D ## Repository structure - /src: the Java source code +- /lib: jar libraries - /res: non Java resources to be included in the .jar - /war: HTML, CSS and JS related to the web app - /test: command test text files @@ -20,7 +21,7 @@ The maps, the scenario, the planning and other resources are stored on [Google D ## Continuous integration -The website, the LaTeX report, the .jar, the Javascript web app and the Javadoc are automagically generated through Gitlab CI and published on the [project's website](http://esieequest.pacien.net/). +The website, the LaTeX report, the .jar, the Javascript web app and the Javadoc are automagically generated width ant through Gitlab CI and published on the [project's website](http://esieequest.pacien.net/). ## Code guidelines @@ -31,6 +32,7 @@ Also use the Eclipse code formatter, tabs instead of spaces for indentation and Do not use prefixes such as "a", "p", "v" or "pkg_" on variables and packages. Try to use "final" and "this." as often as possible. + ## Authors Group 3F: -- cgit v1.2.3