forked from apache/click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
38 lines (32 loc) · 1.08 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
project-name Application
======================
The structure of this web application is detailed below:
+---[lib] Build time JAR libs directory
|
+---[src] Java source files directory
|
+---[webapp] Web application root directory
| |
| +---[admin] Admin role pages directory
| |
| +---[assets] Web static assets directory
| |
| +---[META-INF] Tomcat context.xml directory
| |
| +---[user] User role pages directory
| |
| +---[WEB-INF] Protected Web Inf directory
| |
| +---[classes] Compile classes output directory
| |
| +---click.xml Click configuration file
| |
| +---menu.xml Menu configuration file
| |
| +---web.xml Web configuration file
|
+---build.xml Ant build script file
|
+---README.txt Read Me description file
To build the application WAR file using the Ant command:
ant build