project.properties 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. application.title=NetBeans Installer Engine
  40. application.vendor=ks152834
  41. build.classes.dir=${build.dir}/classes
  42. build.classes.excludes=**/*.java,**/*.form
  43. # This directory is removed when the project is cleaned:
  44. build.dir=build
  45. build.generated.dir=${build.dir}/generated
  46. build.generated.sources.dir=${build.dir}/generated-sources
  47. # Only compile against the classpath explicitly listed here:
  48. build.sysclasspath=ignore
  49. build.test.classes.dir=${build.dir}/test/classes
  50. build.test.results.dir=${build.dir}/test/results
  51. debug.classpath=\
  52. ${run.classpath}
  53. debug.test.classpath=\
  54. ${run.test.classpath}
  55. # This directory is removed when the project is cleaned:
  56. dist.dir=dist
  57. dist.jar=${dist.dir}/nbi-engine.jar
  58. dist.javadoc.dir=${dist.dir}/javadoc
  59. excludes=
  60. file.reference.reglib-src=../../reglib/src
  61. includes=**
  62. jar.compress=false
  63. javac.classpath=\
  64. ${reference.NBI_Engine.jar}:\
  65. ../../../antlib/nbi-engine.jar
  66. # Space-separated list of extra javac options
  67. javac.compilerargs=
  68. javac.deprecation=false
  69. javac.source=1.5
  70. javac.target=1.5
  71. javac.test.classpath=\
  72. ${javac.classpath}:\
  73. ${build.classes.dir}:\
  74. ${libs.junit.classpath}
  75. javadoc.additionalparam=
  76. javadoc.author=false
  77. javadoc.encoding=
  78. javadoc.noindex=false
  79. javadoc.nonavbar=false
  80. javadoc.notree=false
  81. javadoc.private=false
  82. javadoc.splitindex=true
  83. javadoc.use=true
  84. javadoc.version=false
  85. javadoc.windowtitle=
  86. main.class=org.netbeans.installer.Installer
  87. manifest.file=manifest.mf
  88. meta.inf.dir=${src.dir}/META-INF
  89. platform.active=default_platform
  90. project.NBI_Engine=../../nbi/engine
  91. reference.NBI_Engine.jar=${project.NBI_Engine}/dist/nbi-engine.jar
  92. run.classpath=\
  93. ${build.classes.dir}
  94. # Space-separated list of JVM arguments used when running the project
  95. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  96. # or test-sys-prop.name=value to set system properties for unit tests):
  97. run.jvmargs=-Dnbi.product.bundled.registry.uri=file:/D:/temp/nbi-build/dist/registry-temp/registry.xml
  98. run.test.classpath=\
  99. ${javac.test.classpath}:\
  100. ${build.test.classes.dir}
  101. source.encoding=UTF-8
  102. src.dir=src
  103. test.src.dir=test