Sign fix - productbuild part mac_flat_package_installer_247353
authorLibor Fischmeistr <lfischmeistr@netbeans.org>
Mon, 03 Nov 2014 13:51:11 +0100
branchmac_flat_package_installer_247353
changeset 2904414a572dcbd03b
parent 290437 76e9f7b6f3cf
child 290442 6da6d4e62b63
Sign fix - productbuild part
installer/mac/newbuild/build.xml
     1.1 --- a/installer/mac/newbuild/build.xml	Mon Nov 03 08:34:23 2014 +0100
     1.2 +++ b/installer/mac/newbuild/build.xml	Mon Nov 03 13:51:11 2014 +0100
     1.3 @@ -526,6 +526,11 @@
     1.4      </target>
     1.5  
     1.6      <target name="pack-bundle" description="Packs nested packages into the main one">
     1.7 +        <condition property="sign.option" value="--sign '${signing_identity}'">
     1.8 +            <not>
     1.9 +                <equals arg1="${signing_identity}" arg2="0"/>
    1.10 +            </not>
    1.11 +        </condition>
    1.12          <mkdir dir="${pkg.file}/inst_package"/>
    1.13          <exec executable="sh" failonerror="yes">
    1.14              <arg value="-cv"/>