-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconventions.txt
42 lines (30 loc) · 864 Bytes
/
conventions.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
39
40
41
$Id$
XP framework ivy build conventions
===================================
These guidelines are inspired by the maven project layout conventions.
Maven Standard Directory Layout:
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Directory layout
----------------
A standard project should follow these guidelines for directory
layout:
project
`- build.xml
`- ivy.xml
`- unittest.ini
`- src/
`- main/
`- <language>
`- namespaces & classes
`- <type> (optional)
`- files
`- test/
`- <language>
`- namespaces & classes
`- site/
`- web resources
Where:
* <language> is the language name, in a wider sense, eg.:
php, java, c, cpp, xsl, pl, ...
* <type> is a more general type of file collection, eg.:
resources, config, webapp, ...