equal
deleted
inserted
replaced
21 ============================================================================ |
21 ============================================================================ |
22 --> |
22 --> |
23 <project name="internal-api" xmlns:hlm="http://www.nokia.com/helium"> |
23 <project name="internal-api" xmlns:hlm="http://www.nokia.com/helium"> |
24 <description>List and zip up the included files for an IDO build.</description> |
24 <description>List and zip up the included files for an IDO build.</description> |
25 |
25 |
|
26 <!-- Location of the prebuild ado header content. |
|
27 @type string |
|
28 --> |
26 <property name="internal.api.output.prebuild" location="${build.output.dir}/${build.id}_prebuild.dat"/> |
29 <property name="internal.api.output.prebuild" location="${build.output.dir}/${build.id}_prebuild.dat"/> |
|
30 <!-- Location of the postbuild ado header content. |
|
31 @type string |
|
32 --> |
27 <property name="internal.api.output.postbuild" location="${build.output.dir}/${build.id}_postbuild.dat"/> |
33 <property name="internal.api.output.postbuild" location="${build.output.dir}/${build.id}_postbuild.dat"/> |
28 |
34 |
29 <!-- Default configuration for internal API content scanning --> |
35 <!-- Default configuration for internal API content scanning --> |
30 <path id="internal.api.scanner"> |
36 <path id="internal.api.scanner"> |
31 <fileset dir="${build.drive}/" casesensitive="false"> |
37 <fileset dir="${build.drive}/" casesensitive="false"> |