Statistics
| Revision:

gvsig-scripting / org.gvsig.scripting / tags / gvSIG_v2_0_0_Build_2030 / org.gvsig.scripting.main / README.txt @ 1131

History | View | Annotate | Download (632 Bytes)

1 4 jobacas
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.