build.properties 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # The contents of this file are subject to the terms of the Common Development and
  3. # Distribution License (the License). You may not use this file except in compliance
  4. # with the License.
  5. #
  6. # You can obtain a copy of the License at http://www.netbeans.org/cddl.html or
  7. # http://www.netbeans.org/cddl.txt.
  8. #
  9. # When distributing Covered Code, include this CDDL Header Notice in each file and
  10. # include the License file at http://www.netbeans.org/cddl.txt. If applicable, add
  11. # the following below the CDDL Header, with the fields enclosed by brackets []
  12. # replaced by your own identifying information:
  13. #
  14. # "Portions Copyrighted [year] [name of copyright owner]"
  15. #
  16. # The Original Software is NetBeans. The Initial Developer of the Original Software
  17. # is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
  18. # Rights Reserved.
  19. #
  20. output.dir=${basedir}/build
  21. jarsigner.enabled=false
  22. pack200.enabled={pack200.enabled}
  23. core.module.name=nbi
  24. ext.module.name=ext
  25. nbi.all.dir=${basedir}/nbi_all
  26. nbi.core.dir=${nbi.all.dir}/${core.module.name}
  27. nbi.ext.dir=${nbi.all.dir}/${ext.module.name}
  28. temp.file=${nbi.all.dir}/temp.ant.tmp
  29. environment.properties=${nbi.all.dir}/environment.properties
  30. context.path.token=/nbi/dev
  31. context.path.replacement=${context.path}
  32. context.dir.token=ROOT = new File\\(".*?"\\);
  33. context.dir.replacement=ROOT = new File\\("${context.dir}"\);
  34. custom.tasks.cls={nbi.ant.tasks.jar}${path.separator}{nbi.registries.management.jar}${path.separator}{nbi.engine.jar}
  35. nbi.engine.jar={nbi.engine.jar}
  36. jdk.home={generator-jdk-location-forward-slashes}
  37. bundles.release.dir={generated-installers-location-forward-slashes}
  38. bundle.files.prefix={generated-installers-prefix}
  39. target.platforms={product-platforms}
  40. main.product.uid={product-uid}