Changes between Version 21 and Version 22 of OvaReleaseNote-1.0.1-RC2
- Timestamp:
- 04/10/12 06:11:55 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OvaReleaseNote-1.0.1-RC2
v21 v22 181 181 * A `minimal` version that excludes prepackaged button resources, debug, custom ad server functionality and Javascript callbacks 182 182 183 The following table illustrates how the size of the resulting OVA SWC varies across these three build types: 184 185 ||= BUILD TYPE =||= OVA SWC SIZE =|| 186 || debug (default) || 317K || 187 || release || 291K || 188 || minimal || 278K || 189 183 190 The components that are "excluded" by the minimal build can be customised via the `build.properties` file. 184 191 … … 198 205 199 206 * `help` - lists all available build commands 200 * `build` - does the default build - building a debug, release and minimal OVA SWC libraries207 * `build` - does the default build - a debug version of the OVA SWC library 201 208 * `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 processes 209 * `build-all` - builds all three formats - debug, release and minimal OVA SWC libraries 202 210 * `build-debug` - builds a debuggable version of the OVA SWC 203 211 * `build-release` - builds a version of the OVA SWC that excludes any debug output … … 205 213 * `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) 206 214 207 ==== 4.2. 2Deploying a Build OVA SWC Library ====215 ==== 4.2.3 Deploying a Build OVA SWC Library ==== 208 216 209 217 Being written
