Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / org.gvsig.fmap.dal.cache / README.txt @ 38530

History | View | Annotate | Download (632 Bytes)

1 31824 jpiera
The project structure of this project is the following:
2
3
Project
4
|-pom.xml:   		Maven 2 configuration file.
5
`-src
6
  |-main:    		Project source code, resources and configuration
7
  | |-java:  		Java source code
8
  | |-resources:	Resources needed by the code (resource bundles, images, etc.)
9
  |`-javadoc:		Javadoc common resources
10
  `-test:    		Unit tests source code, resources and configuration
11
    |-java:  		Unit tests java source code
12
    `-resources:	Resources needed by the test code (resource bundles, images, etc.)
13
14
Look at the main folders for a README.txt file with more information on the
15
contents of each folder.