PageRenderTime 43ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/projects/netbeans-7.3/libs.nbi.ant/stub/ext/infra/build/products/helloworld/build.properties

https://gitlab.com/essere.lab.public/qualitas.class-corpus
Properties File | 159 lines | 30 code | 14 blank | 115 comment | 0 complexity | 81a5814cbe84facecea0addf0d70ba99 MD5 | raw file
  1. #
  2. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  3. #
  4. # Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
  5. #
  6. # Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  7. # Other names may be trademarks of their respective owners.
  8. #
  9. # The contents of this file are subject to the terms of either the GNU General Public
  10. # License Version 2 only ("GPL") or the Common Development and Distribution
  11. # License("CDDL") (collectively, the "License"). You may not use this file except in
  12. # compliance with the License. You can obtain a copy of the License at
  13. # http://www.netbeans.org/cddl-gplv2.html or nbbuild/licenses/CDDL-GPL-2-CP. See the
  14. # License for the specific language governing permissions and limitations under the
  15. # License. When distributing the software, include this License Header Notice in
  16. # each file and include the License file at nbbuild/licenses/CDDL-GPL-2-CP. Oracle
  17. # designates this particular file as subject to the "Classpath" exception as provided
  18. # by Oracle in the GPL Version 2 section of the License file that accompanied this code.
  19. # If applicable, add the following below the License Header, with the fields enclosed
  20. # by brackets [] replaced by your own identifying information:
  21. # "Portions Copyrighted [year] [name of copyright owner]"
  22. #
  23. # Contributor(s):
  24. #
  25. # The Original Software is NetBeans. The Initial Developer of the Original Software
  26. # is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All
  27. # Rights Reserved.
  28. #
  29. # If you wish your version of this file to be governed by only the CDDL or only the
  30. # GPL Version 2, indicate your decision by adding "[Contributor] elects to include
  31. # this software in this distribution under the [CDDL or GPL Version 2] license." If
  32. # you do not indicate a single choice of license, a recipient has the option to
  33. # distribute your version of this file under either the CDDL, the GPL Version 2 or
  34. # to extend the choice of license to its licensees as provided above. However, if you
  35. # add GPL Version 2 code and therefore, elected the GPL Version 2 license, then the
  36. # option applies only if the new code is made subject to such option by the copyright
  37. # holder.
  38. #
  39. # path to the directory where the base build scripts library and properties
  40. # reside
  41. common.dir=../../../../../.common
  42. # path to the local working directory; this directory which will be the target
  43. # for checking out the sources and will be used for the build process
  44. # * this path can be either absolute or relative in any unix environment,
  45. # however, only relative paths are supported on windows, as the cygwin scp
  46. # command does not properly handle colon in local paths
  47. work.dir=./build
  48. # path to the local distributive directory; this directory will contain the
  49. # distributive file, when (if) the build script finishes successfully
  50. dist.dir=./dist
  51. # path to the products's sources within the cvs module; it should be a relative
  52. # path from the module's root, e.g. for 'nbi/engine', where 'nbi is the module
  53. # name, the path should be 'engine'
  54. cvs.path=components/products/helloworld
  55. # core product properties:
  56. # * ${product.uid} - product "family" (e.g. nb-ide)
  57. # * ${product.version} - actual products' version; together with the uid it
  58. # forms the unique identifier for the product)
  59. # * ${product.platforms} - the list of platforms that are supported by this
  60. # product (note that this property is not related to native libraries)
  61. product.uid={product-uid}
  62. product.version=1.0.0.0.0
  63. product.platforms=generic
  64. # miscellaneous product properties:
  65. # * ${product.status} - default status that the product will have in the
  66. # registry. it is meant to be always "not-installed", unless you want
  67. # something really exotic
  68. # * ${product.offset} - order of the product's node among its parent's
  69. # children, the bigger the offset value, the further the product's node will
  70. # be
  71. # * ${product.expand} - whether to automatically expand the product's node in
  72. # the components tree or not; 'true'/'false'
  73. # * ${product.visible} - whether the product's node is visible or not (note
  74. # that this value will be modified at nbi runtime, 'true' may become 'false'
  75. # if the product is filtered out); 'true'/'false'
  76. # * ${product.features} - list of features that this porduct belongs to; the
  77. # list should be space-separated
  78. product.status=not-installed
  79. product.offset=20000
  80. product.expand=false
  81. product.visible=true
  82. product.features=
  83. # list of configuration logic jar files; normally the first one would be the
  84. # distributive file of the product's netbeans project
  85. # * ${product.logic.length} - total number of the files
  86. # * indices should start with 1
  87. product.logic.length=1
  88. product.logic.1.path=${nbproject.dist.dir}/${nbproject.dist.file.name}
  89. # list of product installation data files
  90. # * ${product.data.length} - total number of the files
  91. # * ${product.data.N.uri} - uri at which the installation data file is located
  92. # * ${product.data.N.zip} - whether the data file is a zip archive which needs to
  93. # be extracted or it is a file that should be used directly; 'true'/'false'
  94. # * indices should start with 1
  95. product.data.length=1
  96. product.data.1.zip=true
  97. product.data.1.path={product-data-path}
  98. product.data.sub.dir={product-data-sub-dir}
  99. # modificator for the required disk space parameter; the core value will be the
  100. # sum of unzipped unstallation data files
  101. # * the measurement unit is one byte
  102. product.disk.space.modificator=0
  103. # product's requirements (i.e. other products that should be installed
  104. # in order for this product to succesfully install and function)
  105. # * ${product.requirements.length} - total number of the requirements
  106. # * indices should start with 1
  107. product.requirements.length=0
  108. #product.requirements.1.uid=
  109. #product.requirements.1.version-lower=
  110. #product.requirements.1.version-upper=
  111. # product's conflicts (i.e. other products that prevent this product from
  112. # functioning correctly, and thus cannot be installed together with it)
  113. # * ${product.conflicts.length} - total number of the conflicts
  114. # * indices should start with 1
  115. product.conflicts.length=0
  116. #product.conflicts.1.uid=
  117. #product.conflicts.1.version-lower=
  118. #product.conflicts.1.version-upper=
  119. # other products that should be installed prior to this product; these
  120. # dependencies do not imply that the dependent product will be installed at
  121. # all, but if both the current and the dependent product are selected for
  122. # installation, the latter will be installed first
  123. # * ${product.install-afters.length} - total number of the install-afters
  124. # * indices should start with 1
  125. product.install-afters.length=0
  126. #product.install-afters.1.uid=
  127. # additional product's properties; these will appear in the product's
  128. # descriptor and in the registry in the form of
  129. # <property name="[name]">value</property> tags.
  130. # * ${product.properties.length} - total number of the properties
  131. # * indices should start with 1
  132. # * properties are not i18n compliant
  133. product.properties.length=3
  134. product.properties.1.name=installation.location
  135. product.properties.1.value=$N{install}/{product-install-directory-name}
  136. product.properties.2.name=installation.location.windows
  137. product.properties.2.value=$N{install}/{product-install-directory-name-windows}
  138. product.properties.3.name=installation.location.macosx
  139. product.properties.3.value=$N{install}/{product-install-directory-name-macosx}.app
  140. # sources parameters; a search-and-replace will be run over the sources after
  141. # check-out, replacing [token] => [value]; regular expressions are not allowed
  142. # * ${sources.params.length} - total number of the parameters
  143. # * indices should start with 1
  144. # * parameters are not i18n compliant
  145. sources.params.length=0