Changes between Version 24 and Version 25 of OvaReleaseNote-1.0.1-RC2
- Timestamp:
- 04/10/12 06:24:30 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OvaReleaseNote-1.0.1-RC2
v24 v25 236 236 * `help` - lists all available build commands 237 237 * `build` - does the default build - a debug version of the OVA SWC library 238 * `deploy` - builds and deploys the `debug` version of the OVA SWC to the OVA plugin directories so that they can use the SWC in their own build processes239 238 * `build-all` - builds all three formats - debug, release and minimal OVA SWC libraries 240 239 * `build-debug` - builds a debuggable version of the OVA SWC 241 240 * `build-release` - builds a version of the OVA SWC that excludes any debug output 242 241 * `build-minimal` - builds a minimal version of the OVA SWC that excludes a number of components (see below for details) 243 * `build-deploy` - builds a debug version of the OVA SWC and deploys it across the installed OVA products (e.g. OVA for JW5, OVA for Flowplayer) 242 * `deploy` - builds and deploys the `debug` version of the OVA SWC to the OVA plugin `lib` directories so that they can use the SWC in their own build processes 243 * `deploy-debug` - builds and deploys the `debug` version of the OVA SWC to the OVA plugin `lib` directories 244 * `deploy-release` - builds and deploys the `release` version of the OVA SWC to the OVA plugin `lib` directories 245 * `deploy-minimal` - builds and deploys the `minimal` version of the OVA SWC to the OVA plugin `lib` directories 244 246 245 247 ==== 4.2.3 Deploying a Build OVA SWC Library ====
