This task imports an existing file system project into a workspace.
Parameters
| Attribute | Description | Required |
|---|---|---|
| ProjectName | Name of project to be imported | Yes |
| ProjectLocation | The fully qualified location of the project (either under the workspace, or elsewhere on the file system). | No, default is ${worspaceLocation}/${projectName} |
Examples
<projectImport ProjectName="myProject"/>
<projectImport
ProjectName="myProject"
ProjectLocation="${MyProjectLocation} />