Browse Source

Fixed Regression introduced in f363bd9e53d219bab2e5adf8ad0d19dcb9093719 (Acidentially commiting a comment)

MeFisto94 7 years ago
parent
commit
12d4c111cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nbi/stub/build.xml

+ 1 - 1
nbi/stub/build.xml

@@ -242,7 +242,7 @@ jarsigner.enabled=${jarsigner.enabled}
                                    target="${bundles.release.dir}/${bundle.files.prefix}-${platform}.${bundle.extention}">
                     <component uid="${main.product.uid}" version="${main.product.version}"/>
                     <component uid="blender" version="${main.product.version}"/>
-                    <!--<component uid="jdk" version="${main.product.version}"/>-->
+                    <component uid="jdk" version="${main.product.version}"/>
                     <!--property name="nbi.bundled.jvm.file" value="${basedir}/../../jdks/mac_jdk.bin"/-->
                 </create-bundle>
             </if>