Helium API

Target sf-diamonds-tag-build

Location

D:\maintools\sf-config\common\build.xml:206:

Conditional execution

No conditions on target execution.


Description


Property dependencies

NameEdit status
User editable properties
build.driverecommended
Internal properties


Target dependencies

sf-diamonds-tag-build dependencies


Source code

    <target name="sf-diamonds-tag-build">
      <if>
        <istrue value="${sf.spec.publish.enable}"/>
        <then>
          <echo>[SF-DIAMONDS-TAG-BUILD]</echo>
          <runtarget target="diamonds"/>
          <fmpp sourceFile="${sf.common.config.dir}/diamonds/sf-tag-build.xml.ftl" outputFile="${build.drive}/output/logs/sf-tag-build.xml">
            <data expandProperties="yes">
              ant: antProperties()
            </data>
          </fmpp>
        </then>
      </if>
    </target>

Helium API
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html