eclipse.preferences.version=1${line.separator}
org.eclipse.jdt.core.compiler.codegen.targetPlatform=@{targetlevel}${line.separator}
org.eclipse.jdt.core.compiler.compliance=@{targetlevel}${line.separator}
org.eclipse.jdt.core.compiler.source=@{sourcelevel}${line.separator}
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * Building project @{projectName}
* * * in workspace @{workspaceDirectory}
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Cleaning output directory '${buildJdtProject.output.directory}'
Compiling jdt project '${buildJdtProject.project.name}'
- source directories -> ${buildJdtProject.source.directories}
- output directories -> ${buildJdtProject.default.output.directory}
- bootclasspath -> ${buildJdtProject.boot.classpath}
- classpath -> ${buildJdtProject.classpath.absolute.compiletime}
Copying resources from directory '${buildJdtProject.source.directory}' to '${buildJdtProject.output.directory}'