| Directory or file name | Description |
|---|---|
| LICENSE.txt | License file. This project is released under ASL. |
| src/java | Java source code |
| etc | Project configuration Files - should be moved to src/conf |
| src/test | Unit test source code |
| src/test/etc | Unit test configuration files - should be moved to src/test/conf |
| src/test/conf | Unit test configuration files - only goals-grabber uses it for now |
| src/conf/eclipse | Eclipse plugin artifact description files - site.xml, feature.xml or plugin.xml |
| xdocs/ | XML Documentation files |
| project.properties | Specific project properties |
| Directory or file name | Description |
|---|---|
| plugin.xml | Eclipse plugin descriptor |
| feature.xml | Eclipse feature descriptor |
| site.xml | Eclipse update site descriptor |
| lib | Eclipse plugin libraries |
| target/eclipse/dist | Eclipse binary artifact - plugin, feature or site |
| target/eclipse/dist/plugins | Eclipse plugins - if current project is of type 'feature' or 'site' |
| target/eclipse/dist/features | Eclipse features - if current project is of type 'site' |