Statistics
| Revision:

gvsig-tools / org.gvsig.tools / library / tags / 3.0.1 / org.gvsig.tools.lib / README.txt @ 2426

History | View | Annotate | Download (633 Bytes)

1 18 cordinyana
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.