Created framework for separating postbuild related activities into a separate file.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/common/build.postbuild.xml Tue Aug 18 14:16:01 2009 +0100
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="SF-POSTBUILD" xmlns:hlm="http://www.nokia.com/helium">
+</project>
--- a/common/build.xml Tue Aug 18 14:14:10 2009 +0100
+++ b/common/build.xml Tue Aug 18 14:16:01 2009 +0100
@@ -5,7 +5,7 @@
<dirname property="sf.common.config.dir" file="${ant.file.SF-COMMON-CONFIG}"/>
- <!-- import common properties -->
+ <!-- Import common properties -->
<import file="${sf.common.config.dir}/common_props.ant.xml" />
<!-- setup Helium internal properties from their equivalent in the project spec -->
@@ -31,12 +31,15 @@
<!-- SF-specific Helium properties not meant to be exposed in the project spec -->
<property name="diamonds.listener.configuration.file" location="${sf.common.config.dir}/diamonds/config.xml.ftl"/>
- <!-- import all core HELIUM targets -->
+ <!-- Import all core HELIUM targets -->
<import file="${helium.dir}/helium.ant.xml" />
- <!-- import common references -->
+ <!-- Import common references -->
<import file="${sf.common.config.dir}/common_refs.ant.xml" />
+ <!-- Import functionality distributed into other file(s) -->
+ <import file="${sf.common.config.dir}/build.postbuild.xml"/>
+
<!-- setup conditional Helium internal properties -->
<if><istrue value="${sf.spec.sourcesync.usecache}"/>
<then>