Table of Contents
| API Documentation: | GenerateEclipseProject |
|---|
Generates an Eclipse .project file. If you want to fine tune the eclipse configuration
At this moment nearly all configuration is done via EclipseProject.
| Property | Description |
inputFile | The input file to load the initial configuration from. Defaults to the output file. If the specified input file does not exist, this task uses some default initial configuration. |
outputFile | The output file to write the final configuration to. |
projectModel | The Eclipse project model that contains the details required to generate the project file. |
File inputFile
The input file to load the initial configuration from. Defaults to the output file. If the specified input file does not exist, this task uses some default initial configuration.
File outputFile
The output file to write the final configuration to.
- Default with
eclipseplugins: ${project.projectDir}/.project
EclipseProject projectModel
The Eclipse project model that contains the details required to generate the project file.
- Default with
eclipseplugins: project.eclipse.project