diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -11,6 +11,7 @@ The maps, the scenario, the planning and other resources are stored on [Google D | |||
11 | ## Repository structure | 11 | ## Repository structure |
12 | 12 | ||
13 | - /src: the Java source code | 13 | - /src: the Java source code |
14 | - /lib: jar libraries | ||
14 | - /res: non Java resources to be included in the .jar | 15 | - /res: non Java resources to be included in the .jar |
15 | - /war: HTML, CSS and JS related to the web app | 16 | - /war: HTML, CSS and JS related to the web app |
16 | - /test: command test text files | 17 | - /test: command test text files |
@@ -20,7 +21,7 @@ The maps, the scenario, the planning and other resources are stored on [Google D | |||
20 | 21 | ||
21 | ## Continuous integration | 22 | ## Continuous integration |
22 | 23 | ||
23 | 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/). | 24 | 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/). |
24 | 25 | ||
25 | 26 | ||
26 | ## Code guidelines | 27 | ## Code guidelines |
@@ -31,6 +32,7 @@ Also use the Eclipse code formatter, tabs instead of spaces for indentation and | |||
31 | Do not use prefixes such as "a", "p", "v" or "pkg_" on variables and packages. | 32 | Do not use prefixes such as "a", "p", "v" or "pkg_" on variables and packages. |
32 | Try to use "final" and "this." as often as possible. | 33 | Try to use "final" and "this." as often as possible. |
33 | 34 | ||
35 | |||
34 | ## Authors | 36 | ## Authors |
35 | 37 | ||
36 | Group 3F: | 38 | Group 3F: |