| # |
| # This file contains the local definitions for a build environment |
| # |
| # Please adjust values to match your local environment |
| # |
| |
| ## PLEASE ADJUST THESE VALUES |
| build.root=/Users/erdillon/Documents/workspace/releng/build |
| ## The base for produced artifacts |
| artifacts=/Users/erdillon/Documents/workspace/releng/artifacts |
| |
| #################################### |
| ## DO NOT EDIT BELOW THIS LINE |
| local.repository=${build.root}/repository |
| local.eclipse.repository=${local.repository}/eclipse |
| local.eclipse.sdk.repository=${local.eclipse.repository}/sdk |
| local.eclipse.dependencies.repository=${local.eclipse.repository}/dependencies |
| |
| ## Drops dir, where all drops are copied following naming convention for download.php on website |
| artifacts.drops=${artifacts}/drops |
| |
| ## Update dir, where the update .zip are placed and later expanded |
| artifacts.updates=${artifacts}/updates |