Browse Source

Fixes #150 - Only bundle the Mac JDK on the Mac Platform

MeFisto94 7 years ago
parent
commit
d37a336b56
1 changed files with 3 additions and 2 deletions
  1. 3 2
      nbi/stub/ext/infra/build/products/jdk/build.properties

+ 3 - 2
nbi/stub/ext/infra/build/products/jdk/build.properties

@@ -66,7 +66,8 @@ cvs.path=components/products/jdk
 product.uid=jdk
 product.uid=jdk
 #normen - do not change this to the actual app version, it has to be the jME SDK version
 #normen - do not change this to the actual app version, it has to be the jME SDK version
 product.version={product-version}
 product.version={product-version}
-product.platforms=generic
+# product.platforms=generic
+product.platforms=macosx
 
 
 # miscellaneous product properties:
 # miscellaneous product properties:
 # * ${product.status} - default status that the product will have in the 
 # * ${product.status} - default status that the product will have in the 
@@ -158,4 +159,4 @@ product.properties.3.value=$N{install}/{product-install-directory-name-macosx}.a
 # * ${sources.params.length} - total number of the parameters
 # * ${sources.params.length} - total number of the parameters
 # * indices should start with 1
 # * indices should start with 1
 # * parameters are not i18n compliant
 # * parameters are not i18n compliant
-sources.params.length=0
+sources.params.length=0