diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f2cfbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +dist/ +nbpackage/ + +*.tar.gz +*.zip +*.AppImage + diff --git a/README.md b/README.md new file mode 100644 index 0000000..35f2433 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +# Apache NetBeans installers + +NBPackage configuration and build files for the Codelerity / Gj IT installers for +[Apache NetBeans](https://netbeans.apache.org). + +For more information see [https://www.codelerity.com/netbeans/](https://www.codelerity.com/netbeans/) + +## Build + +This repository contains configuration files for building an Inno Setup Windows +installer, Linux Deb packages (x64 / all), and Linux AppImages (x64 / Arm). + +Before starting, make a build of NBPackage inside an `nbpackage` directory (or +download a [pre-release binary](https://github.com/neilcsmith-net/netbeans-tools/releases)). + +Download a copy of the official Apache NetBeans binary zip release, and check against +the hash file in the repository. + +Create a `dist` directory for output files. + +TIP : pass `--verbose` with any execution of nbpackage to see all output from +external build tools. + +### Build Inno Setup installer + +You will require an installation of Inno Setup from [https://jrsoftware.org/isdl.php](https://jrsoftware.org/isdl.php). + +The configuration files here are designed to build on Linux via an installation of +Inno Setup in Wine. Tweak the configuration file to point to the right place if building +on Windows. + +Download the right Azul Zulu JDK into the `windows-x64-iss` directory, checking against +the Azul provided hash. To use a different JDK, update the configuration file. + +Build the installer by running - + +``` +./nbpackage/bin/nbpackage --input netbeans-12.6-bin.zip --config windows-x64-iss/netbeans-windows-x64.properties --output dist/ +``` + +### Build DEB packages + +You will require `fakeroot`, `dpkg` and `dpkg-deb` on the system. If building +the `x64` package, download the right Azul Zulu JDK into the `linux-x64` directory +and check against the provided hash file. + +The `all` architecture configuration in `linux-all` does not require any additional +downloads and builds a DEB that runs on any architecture with the system JDK. + +Build the package by running eg. - + +``` +./nbpackage/bin/nbpackage --input netbeans-12.6-bin.zip --config linux-x64/netbeans-x64-deb.properties --output dist/ +``` + +### Build AppImages + +AppImages must be built on the architecture they are designed for. The Arm AppImage +can be run on the Raspberry Pi or similar, and must be built on an Arm device. + +Download the x64 or Arm executable of [AppImageKit](https://github.com/AppImage/AppImageKit/releases/tag/13) +into the relevant directory, checking against the provided hash. AppImageKit is itself +an AppImage - make sure to mark it executable before continuing. + +The x64 AppImage will use the same JDK as the DEB above. For Arm (Raspberry Pi) +download the relevant BellSoft Liberica JDK and check against BellSoft's provided +hash. + +Build the AppImage by running eg. - + +``` +./nbpackage/bin/nbpackage --input netbeans-12.6-bin.zip --config linux-arm32/netbeans-arm-appimage.properties --output dist/ +``` + +## Legal + +These packages are provided without warranty, and under the licenses and terms of +the bundled software. Please make sure you're familiar with all terms before downloading. +Apache NetBeans is provided under the terms of the +[Apache Software License](https://github.com/apache/netbeans/blob/master/LICENSE). +Some of the packages include a build of OpenJDK - [Azul Zulu](https://www.azul.com/downloads/) +for x86_64, and [BellSoft Liberica](https://bell-sw.com/pages/downloads/) for Arm. +Please see terms and licenses linked for the relevant JDK. + +Apache, Apache NetBeans and the Apache NetBeans logo are trademarks or registered +trademarks of the Apache Software Foundation. Azul and Azul Zulu are trademarks or +registered trademarks of Azul Systems, Inc. BellSoft and Liberica are trademarks +or registered trademarks of BellSoft Ltd. Java and OpenJDK are registered trademarks +of Oracle and/or its affiliates. All other trademarks are the property of their +respective holders and used here only for identification purposes. diff --git a/linux-all/netbeans-all-deb.properties b/linux-all/netbeans-all-deb.properties new file mode 100644 index 0000000..35b7cb0 --- /dev/null +++ b/linux-all/netbeans-all-deb.properties @@ -0,0 +1,23 @@ +# Application name (required). +package.name=Apache NetBeans +# Application version (defaults 1.0). +package.version=12.6 +# Packaging type. +package.type=linux-deb +# Path to Java runtime to include in the package (default none). +package.runtime= +# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo. +package.deb.icon= +# Path to SVG icon. Will only be used if package.deb.icon also set. Defaults to Apache NetBeans logo. +package.deb.svg-icon= +# Optional name for .desktop file (without suffix). Defaults to sanitized package name. +package.deb.desktop-filename=apache-netbeans-ide-12.6 +# StartupWMClass to set in .desktop file. Should match the WMClass of the main application window. +package.deb.wmclass=Apache NetBeans IDE 12.6 +# Application category (or categories) to use in the .desktop file. +package.deb.category=Development;Java;IDE; +# Maintainer information as name and email. Mandated in Debian Control file. +package.deb.maintainer=Codelerity Ltd. +# Description of package for Debian Control file. Defaults to information from package name and version. +package.deb.description=Package of ${package.name} ${package.version}. + diff --git a/linux-arm32/appimagetool-armhf.AppImage.sha512 b/linux-arm32/appimagetool-armhf.AppImage.sha512 new file mode 100644 index 0000000..721a1e9 --- /dev/null +++ b/linux-arm32/appimagetool-armhf.AppImage.sha512 @@ -0,0 +1 @@ +632c5370bbe1e2bf4c199b59f69785a0e04f2ebfcdfc17e207550b280e6cb0c8bcf5504f07255aa2490b230647a6ab195b68a19cf095d01e376aa180ea619255 appimagetool-armhf.AppImage diff --git a/linux-arm32/bellsoft-jdk17.0.1+12-linux-arm32-vfp-hflt.tar.gz.sha1 b/linux-arm32/bellsoft-jdk17.0.1+12-linux-arm32-vfp-hflt.tar.gz.sha1 new file mode 100644 index 0000000..5c110b2 --- /dev/null +++ b/linux-arm32/bellsoft-jdk17.0.1+12-linux-arm32-vfp-hflt.tar.gz.sha1 @@ -0,0 +1 @@ +b1fde08a17993018d90a824cbe33d3e9c5cd101d bellsoft-jdk17.0.1+12-linux-arm32-vfp-hflt.tar.gz diff --git a/linux-arm32/netbeans-arm-appimage.properties b/linux-arm32/netbeans-arm-appimage.properties new file mode 100644 index 0000000..340898b --- /dev/null +++ b/linux-arm32/netbeans-arm-appimage.properties @@ -0,0 +1,17 @@ +# Application name (required). +package.name=Apache NetBeans +# Application version (defaults 1.0). +package.version=12.6 +# Packaging type. +package.type=linux-appimage +# Path to Java runtime to include in the package (default none). +package.runtime=${CONFIG}/bellsoft-jdk17.0.1+12-linux-arm32-vfp-hflt.tar.gz +# Path to appimagetool (required) - can be downloaded from https://github.com/AppImage/AppImageKit/releases/ +package.appimage.tool=${CONFIG}/appimagetool-armhf.AppImage +# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo. +package.appimage.icon= +# Application category (or categories) to use in the AppImage .desktop file. +package.appimage.category=Development;Java;IDE; +# Architecture to build appimage for. By default will extract from appimagetool name. +package.appimage.arch=arm + diff --git a/linux-x64/appimagetool-x86_64.AppImage.sha512sum b/linux-x64/appimagetool-x86_64.AppImage.sha512sum new file mode 100644 index 0000000..380a7a6 --- /dev/null +++ b/linux-x64/appimagetool-x86_64.AppImage.sha512sum @@ -0,0 +1 @@ +9225a5df355c4520c5430fc1946f60322c99de36f3446aa17ee8f14af68665bb5b1d2b918079606448e821d93c1dca5b5fbad9ff4ea3f33963181ad2f97b5d67 appimagetool-x86_64.AppImage diff --git a/linux-x64/netbeans-x64-appimage.properties b/linux-x64/netbeans-x64-appimage.properties new file mode 100644 index 0000000..5ea051e --- /dev/null +++ b/linux-x64/netbeans-x64-appimage.properties @@ -0,0 +1,17 @@ +# Application name (required). +package.name=Apache NetBeans +# Application version (defaults 1.0). +package.version=12.6 +# Packaging type. +package.type=linux-appimage +# Path to Java runtime to include in the package (default none). +package.runtime=${CONFIG}/zulu17.30.15-ca-jdk17.0.1-linux_x64.tar.gz +# Path to appimagetool (required) - can be downloaded from https://github.com/AppImage/AppImageKit/releases/ +package.appimage.tool=${CONFIG}/appimagetool-x86_64.AppImage +# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo. +package.appimage.icon= +# Application category (or categories) to use in the AppImage .desktop file. +package.appimage.category=Development;Java;IDE; +# Architecture to build appimage for. By default will extract from appimagetool name. +package.appimage.arch= + diff --git a/linux-x64/netbeans-x64-deb.properties b/linux-x64/netbeans-x64-deb.properties new file mode 100644 index 0000000..3083d68 --- /dev/null +++ b/linux-x64/netbeans-x64-deb.properties @@ -0,0 +1,23 @@ +# Application name (required). +package.name=Apache NetBeans +# Application version (defaults 1.0). +package.version=12.6 +# Packaging type. +package.type=linux-deb +# Path to Java runtime to include in the package (default none). +package.runtime=${CONFIG}/zulu17.30.15-ca-jdk17.0.1-linux_x64.tar.gz +# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo. +package.deb.icon= +# Path to SVG icon. Will only be used if package.deb.icon also set. Defaults to Apache NetBeans logo. +package.deb.svg-icon= +# Optional name for .desktop file (without suffix). Defaults to sanitized package name. +package.deb.desktop-filename=apache-netbeans-ide-12.6 +# StartupWMClass to set in .desktop file. Should match the WMClass of the main application window. +package.deb.wmclass=Apache NetBeans IDE 12.6 +# Application category (or categories) to use in the .desktop file. +package.deb.category=Development;Java;IDE; +# Maintainer information as name and email. Mandated in Debian Control file. +package.deb.maintainer=Codelerity Ltd. +# Description of package for Debian Control file. Defaults to information from package name and version. +package.deb.description=Package of ${package.name} ${package.version}. + diff --git a/linux-x64/zulu17.30.15-ca-jdk17.0.1-linux_x64.tar.gz.sha256 b/linux-x64/zulu17.30.15-ca-jdk17.0.1-linux_x64.tar.gz.sha256 new file mode 100644 index 0000000..8e6b87a --- /dev/null +++ b/linux-x64/zulu17.30.15-ca-jdk17.0.1-linux_x64.tar.gz.sha256 @@ -0,0 +1 @@ +9b8e4d1e47b02b9c2392462ee82988c189357471de3224c37173fa58e2b25112 zulu17.30.15-ca-jdk17.0.1-linux_x64.tar.gz diff --git a/netbeans-12.6-bin.zip.sha512 b/netbeans-12.6-bin.zip.sha512 new file mode 100644 index 0000000..1471c09 --- /dev/null +++ b/netbeans-12.6-bin.zip.sha512 @@ -0,0 +1 @@ +2b41e310eff2c3d87edbe6390afc72606d7e931f8a1fd3529fe42c282b2f87fac6fe29582d8cb2f778997f1fb0cf0ae011f46d7cca591ad0c0c5dea7c944a708 ./netbeans-12.6-bin.zip diff --git a/windows-x64-iss/ApacheNetBeansZuluLicense.txt b/windows-x64-iss/ApacheNetBeansZuluLicense.txt new file mode 100644 index 0000000..efbc7db --- /dev/null +++ b/windows-x64-iss/ApacheNetBeansZuluLicense.txt @@ -0,0 +1,987 @@ +This installer installs Apache NetBeans 12.6 bundled with Azul's Zulu build of OpenJDK 17. + +Apache NetBeans +Copyright (c) 2017-2021 The Apache Software Foundation and distributed under the terms of the Apache Software License (below). + +Azul Zulu 17.30 (17.0.1+12) +Copyright (c) 2013-2021, Azul Systems, Inc. 385 Moffett Park Drive, Suite 115, Sunnyvale, CA 94089 +For more information see https://docs.azul.com/core/tpls/october-2021/zulu17_tpl.html + +=========================================================== + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +******************************************************************************** +Apache NetBeans includes a number of components and libraries with separate +copyright notices and license terms. Your use of those components are +subject to the terms and conditions of the following licenses. +******************************************************************************** + +THIRD-PARTY COMPONENT FILE LICENSE +(path in the installation) (text is in file in licenses directory) +-------------------------------------------------------------------------------- +cpplite/modules/ext/cpplite-mi-f8f8250283be.jar CDDL-1.0 +enterprise/docs/jakartaee8-doc-api.jar EPL-v20 +enterprise/docs/jakartaee9-doc-api.jar EPL-v20 +enterprise/docs/javaee-doc-api.jar CDDL-1.0 +enterprise/docs/jsf-api-docs.zip CDDL-1.1 +enterprise/docs/jsf12-tlddoc.zip CDDL-1.0 +enterprise/docs/jstl11-doc.zip Apache-2.0 +enterprise/docs/struts-1.3.10-javadoc.zip Apache-2.0 +enterprise/docs/struts-tags.zip Apache-2.0 +enterprise/docs/syntaxref20.zip CDDL-1.0 +enterprise/docs/webservices-api-javadoc.jar EDL-1.0 +enterprise/docs/webservices-extra-api-javadoc.jar EDL-1.0 +enterprise/docs/webservices-extra-javadoc.jar EDL-1.0 +enterprise/docs/webservices-rt-javadoc.jar EDL-1.0 +enterprise/docs/webservices-tools-javadoc.jar EDL-1.0 +enterprise/modules/ext/android-json-0.0.20131108.vaadin1.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/aws-java-sdk-core-1.11.569.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/aws-java-sdk-elasticbeanstalk-1.11.569.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/aws-java-sdk-kms-1.11.569.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/aws-java-sdk-s3-1.11.569.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/httpclient-4.5.5.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/httpcore-4.4.9.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/ion-java-1.0.2.jar Gradle +enterprise/modules/ext/aws-sdk/jackson-annotations-2.6.0.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/jackson-core-2.6.7.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/jackson-databind-2.6.7.2.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/jackson-dataformat-cbor-2.6.7.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/jmespath-java-1.11.569.jar Apache-2.0 +enterprise/modules/ext/aws-sdk/joda-time-2.8.1.jar Apache-2.0 +enterprise/modules/ext/commons-fileupload-1.4.jar Apache-2.0 +enterprise/modules/ext/el-impl.jar CDDL-1.0 +enterprise/modules/ext/glassfish-jspparser-4.0.jar CDDL-1.1 +enterprise/modules/ext/jakarta.jakartaee-api-8.0.0.jar EPL-v20 +enterprise/modules/ext/jakarta.jakartaee-api-9.0.0.jar EPL-v20 +enterprise/modules/ext/jakarta.jakartaee-web-api-8.0.0.jar EPL-v20 +enterprise/modules/ext/jakarta.jakartaee-web-api-9.0.0.jar EPL-v20 +enterprise/modules/ext/javaee-api-5.jar CDDL-1.0 +enterprise/modules/ext/javaee-api-6.0.jar CDDL-1.1 +enterprise/modules/ext/javaee-api-7.0.jar CDDL-1.1 +enterprise/modules/ext/javaee-api-8.0.jar CDDL-1.1 +enterprise/modules/ext/javaee-web-api-6.0.jar CDDL-1.1 +enterprise/modules/ext/javaee-web-api-7.0.jar CDDL-1.1 +enterprise/modules/ext/javaee-web-api-8.0.jar CDDL-1.1 +enterprise/modules/ext/javaee6-endorsed/javax.annotation.jar CDDL-1.1 +enterprise/modules/ext/javaee6-endorsed/jaxb-api-osgi.jar CDDL-1.1 +enterprise/modules/ext/javaee6-endorsed/webservices-api-osgi.jar CDDL-1.1 +enterprise/modules/ext/javaee7-endorsed/javax.annotation-api.jar CDDL-1.1 +enterprise/modules/ext/javaee7-endorsed/javax.xml.soap-api.jar CDDL-1.1 +enterprise/modules/ext/javaee7-endorsed/jaxb-api-osgi.jar CDDL-1.1 +enterprise/modules/ext/javaee7-endorsed/jaxws-api.jar CDDL-1.1 +enterprise/modules/ext/javaee7-endorsed/jsr181-api.jar CDDL-1.1 +enterprise/modules/ext/jaxrs-2.1/jakarta.ws.rs-api-2.1.6.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/aopalliance-repackaged-2.6.1.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/hk2-api-2.6.1.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/hk2-locator-2.6.1.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/hk2-utils-2.6.1.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jakarta.annotation-api-1.3.5.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jakarta.inject-2.6.1.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jakarta.persistence-api-2.2.3.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jakarta.servlet-api-4.0.4.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jakarta.validation-api-2.0.2.jar Apache-2.0 +enterprise/modules/ext/jersey2/ext/jakarta.xml.bind-api-2.3.3.jar EDL-1.0 +enterprise/modules/ext/jersey2/ext/jersey-entity-filtering-2.34.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jersey-hk2-2.34.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/jersey-media-moxy-2.34.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/osgi-resource-locator-1.0.3.jar EPL-v20 +enterprise/modules/ext/jersey2/ext/osgi.core-8.0.0.jar Apache-2.0 +enterprise/modules/ext/jersey2/jersey-client.jar EPL-v20 +enterprise/modules/ext/jersey2/jersey-common.jar EPL-v20 +enterprise/modules/ext/jersey2/jersey-container-servlet-core.jar EPL-v20 +enterprise/modules/ext/jersey2/jersey-container-servlet.jar EPL-v20 +enterprise/modules/ext/jersey2/jersey-core-1.18.6.jar CDDL-1.1 +enterprise/modules/ext/jersey2/jersey-server.jar EPL-v20 +enterprise/modules/ext/jsf-1_2/jsf-api.jar CDDL-1.0 +enterprise/modules/ext/jsf-1_2/jsf-impl.jar CDDL-1.0 +enterprise/modules/ext/jsf-2_2/javax.faces.jar CDDL-1.1 +enterprise/modules/ext/jsr88javax.jar CDDL-1.0 +enterprise/modules/ext/jstl-api.jar CDDL-1.0 +enterprise/modules/ext/jstl-impl.jar CDDL-1.0 +enterprise/modules/ext/logging-api-1.0.4.jar Apache-2.0 +enterprise/modules/ext/metro/webservices-api.jar EDL-1.0 +enterprise/modules/ext/metro/webservices-extra-api.jar EDL-1.0 +enterprise/modules/ext/metro/webservices-extra.jar EDL-1.0 +enterprise/modules/ext/metro/webservices-rt.jar EDL-1.0 +enterprise/modules/ext/metro/webservices-tools.jar EDL-1.0 +enterprise/modules/ext/primefaces/primefaces-5.0.jar Apache-2.0 +enterprise/modules/ext/servlet3.1-jsp2.3-api.jar CDDL-1.0+1.1 +enterprise/modules/ext/spring-boot-configuration-metadata-2.4.4.jar Apache-2.0 +enterprise/modules/ext/struts/antlr-2.7.2.jar ANTLR-2 +enterprise/modules/ext/struts/bsf-2.3.0.jar Apache-2.0 +enterprise/modules/ext/struts/commons-beanutils-1.8.0.jar Apache-2.0 +enterprise/modules/ext/struts/commons-chain-1.2.jar Apache-2.0 +enterprise/modules/ext/struts/commons-digester-1.8.jar Apache-2.0 +enterprise/modules/ext/struts/commons-fileupload-1.1.1.jar Apache-2.0 +enterprise/modules/ext/struts/commons-io-1.1.jar Apache-2.0 +enterprise/modules/ext/struts/commons-logging-1.0.4.jar Apache-2.0 +enterprise/modules/ext/struts/commons-validator-1.3.1.jar Apache-2.0 +enterprise/modules/ext/struts/jstl-1.0.2.jar CDDL-1.1 +enterprise/modules/ext/struts/oro-2.0.8.jar Apache-1.1 +enterprise/modules/ext/struts/standard-1.0.6.jar Apache-2.0 +enterprise/modules/ext/struts/struts-core-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-el-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-extras-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-faces-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-mailreader-dao-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-scripting-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-taglib-1.3.10.jar Apache-2.0 +enterprise/modules/ext/struts/struts-tiles-1.3.10.jar Apache-2.0 +extide/ant/etc/ant-bootstrap.jar Apache-2.0-ant +extide/ant/lib/ant-antlr.jar Apache-2.0-ant +extide/ant/lib/ant-apache-bcel.jar Apache-2.0-ant +extide/ant/lib/ant-apache-bsf.jar Apache-2.0-ant +extide/ant/lib/ant-apache-log4j.jar Apache-2.0-ant +extide/ant/lib/ant-apache-oro.jar Apache-2.0-ant +extide/ant/lib/ant-apache-regexp.jar Apache-2.0-ant +extide/ant/lib/ant-apache-resolver.jar Apache-2.0-ant +extide/ant/lib/ant-apache-xalan2.jar Apache-2.0-ant +extide/ant/lib/ant-commons-logging.jar Apache-2.0-ant +extide/ant/lib/ant-commons-net.jar Apache-2.0-ant +extide/ant/lib/ant-jai.jar Apache-2.0-ant +extide/ant/lib/ant-javamail.jar Apache-2.0-ant +extide/ant/lib/ant-jdepend.jar Apache-2.0-ant +extide/ant/lib/ant-jmf.jar Apache-2.0-ant +extide/ant/lib/ant-jsch.jar Apache-2.0-ant +extide/ant/lib/ant-junit.jar Apache-2.0-ant +extide/ant/lib/ant-junit4.jar Apache-2.0-ant +extide/ant/lib/ant-launcher.jar Apache-2.0-ant +extide/ant/lib/ant-netrexx.jar Apache-2.0-ant +extide/ant/lib/ant-swing.jar Apache-2.0-ant +extide/ant/lib/ant-testutil.jar Apache-2.0-ant +extide/ant/lib/ant-xz.jar Apache-2.0-ant +extide/ant/lib/ant.jar Apache-2.0-ant +extide/modules/gradle/gradle-tooling-api.jar Apache-2.0 +groovy/modules/ext/groovy-3.0.8.jar Apache-2.0-groovy +groovy/modules/ext/groovy-ant-3.0.8.jar Apache-2.0-groovy +harness/antlib/bindex-2.2.jar Apache-2.0+MIT-Bindex +harness/docs/jemmy-2.3.1.1-doc.zip CDDL-1.0 +harness/docs/jemmy-2.3.1.1-src.zip CDDL-1.0 +harness/modules/ext/jemmy-2.3.1.1.jar CDDL-1.0 +ide/docs/css21-spec.zip W3C +ide/docs/css3-spec.zip W3C +ide/docs/html-4.01.zip W3C +ide/docs/html5doc.zip HTML5DOC +ide/docs/jaxb-api-doc.jar EDL-1.0 +ide/modules/bcpg.jar MIT-bouncycastle +ide/modules/bcprov.jar MIT-bouncycastle +ide/modules/com-google-gson.jar Apache-2.0 +ide/modules/com-google-guava.jar Apache-2.0 +ide/modules/com-googlecode-javaewah-JavaEWAH.jar Apache-2.0 +ide/modules/com-jcraft-jsch.jar BSD-jsch +ide/modules/com-jcraft-jzlib.jar BSD-jzlib +ide/modules/dict/wordlist-en_GB-large-2017.08.24.zip BSD-SCOWL +ide/modules/dict/wordlist-en_US-large-2017.08.24.zip BSD-SCOWL +ide/modules/ext/ValidationAPI.jar CDDL-1.0 +ide/modules/ext/antlr-runtime-3.4.jar BSD-antlr-runtime3 +ide/modules/ext/antlr4-runtime-4.7.2.jar BSD-antlr-runtime4 +ide/modules/ext/bytelist-1.0.15.jar EPL-v10 +ide/modules/ext/commons-compress-1.19.jar Apache-2.0 +ide/modules/ext/commons-csv-1.8.jar Apache-2.0 +ide/modules/ext/commons-net-3.6.jar Apache-2.0 +ide/modules/ext/fastexcel-0.10.15.jar Apache-2.0 +ide/modules/ext/flexmark-0.50.36.jar BSD-flexmark +ide/modules/ext/flexmark-ext-emoji-0.50.36.jar BSD-flexmark +ide/modules/ext/flexmark-formatter-0.50.36.jar BSD-flexmark +ide/modules/ext/flexmark-html2md-converter-0.50.36.jar BSD-flexmark +ide/modules/ext/flexmark-util-0.50.36.jar BSD-flexmark +ide/modules/ext/freemarker-2.3.30.jar Apache-2.0-freemarker +ide/modules/ext/galimatias.jar MIT-galimatias +ide/modules/ext/generated-wsdl-xsd-2004.08.24.jar WSDL-2004 +ide/modules/ext/graal-sdk-20.3.0.jar UPL +ide/modules/ext/html5-parser.jar MIT-html5-parser +ide/modules/ext/icu4j-4_4_2.jar MIT-icu4j +ide/modules/ext/ini4j-0.5.1.jar Apache-2.0 +ide/modules/ext/iri.jar BSD-iri +ide/modules/ext/isorelax.jar MIT-isorelax +ide/modules/ext/jaxb/activation.jar EDL-1.0 +ide/modules/ext/jaxb/api/jaxb-api.jar EDL-1.0 +ide/modules/ext/jaxb/jaxb-impl.jar CDDL-1.1 +ide/modules/ext/jaxb/jaxb-xjc.jar CDDL-1.1-MIT-jaxb-xjc +ide/modules/ext/jcodings-1.0.18.jar MIT-nocopyright +ide/modules/ext/jing.jar BSD-jing +ide/modules/ext/joni-2.1.11.jar MIT-jruby +ide/modules/ext/jsch-agentproxy-core.jar BSD-jsch-agentproxy +ide/modules/ext/jsch-agentproxy-pageant.jar BSD-jsch-agentproxy +ide/modules/ext/jsch-agentproxy-sshagent.jar BSD-jsch-agentproxy +ide/modules/ext/jsch-agentproxy-usocket-jna.jar BSD-jsch-agentproxy +ide/modules/ext/json-simple-1.1.1.jar Apache-2.0 +ide/modules/ext/jsoup-1.11.3.jar MIT-jsoup +ide/modules/ext/junixsocket-common-2.2.1.jar Apache-2.0 +ide/modules/ext/junixsocket-core-2.2.1.jar Apache-2.0 +ide/modules/ext/junixsocket-native-common-2.2.1.jar Apache-2.0 +ide/modules/ext/jvyamlb-0.2.6.jar MIT-jvyamlb +ide/modules/ext/langdetect.jar Apache-2.0 +ide/modules/ext/launcher-common-20.3.0.jar UPL +ide/modules/ext/log4j-1.2.15.jar Apache-2.0 +ide/modules/ext/lucene-core-3.6.2.jar Apache-2.0-lucene +ide/modules/ext/opczip-1.2.0.jar Apache-2.0 +ide/modules/ext/org.eclipse.lsp4j-0.9.0.jar EPL-v20 +ide/modules/ext/org.eclipse.lsp4j.generator-0.9.0.jar EPL-v20 +ide/modules/ext/org.eclipse.lsp4j.jsonrpc-0.9.0.jar EPL-v20 +ide/modules/ext/org.eclipse.tm4e.core-0.4.1-pack1.jar EPL-v20 +ide/modules/ext/org.eclipse.xtend.lib-2.19.0.jar EPL-v10 +ide/modules/ext/org.eclipse.xtend.lib.macro-2.19.0.jar EPL-v10 +ide/modules/ext/org.eclipse.xtext.xbase.lib-2.19.0.jar EPL-v10 +ide/modules/ext/postgresql-42.2.16.jar BSD-postgresql +ide/modules/ext/processtreekiller-2.0.1.jar MIT +ide/modules/ext/resolver-1.2.jar Apache-2.0 +ide/modules/ext/salvation.jar Apache-2.0 +ide/modules/ext/servlet-2.2.jar Apache-1.1 +ide/modules/ext/smack.jar Apache-2.0-smack +ide/modules/ext/smackx.jar Apache-2.0-smack +ide/modules/ext/svnClientAdapter-javahl.jar Apache-2.0 +ide/modules/ext/svnClientAdapter-main.jar Apache-2.0 +ide/modules/ext/svnjavahl.jar Apache-2.0 +ide/modules/ext/truffle-api-20.3.0.jar UPL +ide/modules/ext/validator.jar MIT-validator +ide/modules/ext/webserver.jar Apache-2.0 +ide/modules/ext/winp-1.28.jar MIT-winp +ide/modules/ext/xerces-2.8.0.jar Apache-2.0 +ide/modules/org-apache-commons-httpclient.jar Apache-2.0 +ide/modules/org-apache-commons-lang.jar Apache-2.0 +ide/modules/org-apache-ws-commons-util.jar Apache-2.0 +ide/modules/org-apache-xmlrpc.jar Apache-2.0 +ide/modules/org-eclipse-core-contenttype.jar EPL-v10 +ide/modules/org-eclipse-core-jobs.jar EPL-v10 +ide/modules/org-eclipse-core-net.jar EPL-v10 +ide/modules/org-eclipse-core-runtime-compatibility-auth.jar EPL-v10 +ide/modules/org-eclipse-core-runtime.jar EPL-v10 +ide/modules/org-eclipse-equinox-app.jar EPL-v10-with-osgi +ide/modules/org-eclipse-equinox-common.jar EPL-v10 +ide/modules/org-eclipse-equinox-preferences.jar EPL-v10-with-osgi +ide/modules/org-eclipse-equinox-registry.jar EPL-v10-with-commons +ide/modules/org-eclipse-equinox-security.jar EPL-v10 +ide/modules/org-eclipse-jgit.jar EDL-1.0 +ide/modules/org-eclipse-mylyn-bugzilla-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-commons-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-commons-net.jar EPL-v10 +ide/modules/org-eclipse-mylyn-commons-repositories-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-commons-xmlrpc.jar EPL-v10 +ide/modules/org-eclipse-mylyn-tasks-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-wikitext-confluence-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-wikitext-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-wikitext-markdown-core.jar EPL-v10 +ide/modules/org-eclipse-mylyn-wikitext-textile-core.jar EPL-v10 +ide/modules/slf4j-api.jar MIT-slf4j +ide/modules/slf4j-jdk14.jar MIT-slf4j +java/docs/jaxws-api-doc.zip CDDL-1.1 +java/maven/boot/plexus-classworlds-2.6.0.jar Apache-2.0 +java/maven/lib/cdi-api-1.0.jar Apache-2.0 +java/maven/lib/commons-cli-1.4.jar Apache-2.0 +java/maven/lib/commons-io-2.5.jar Apache-2.0 +java/maven/lib/commons-lang3-3.8.1.jar Apache-2.0 +java/maven/lib/guava-25.1-android.jar Apache-2.0 +java/maven/lib/guice-4.2.1-no_aop.jar Apache-2.0 +java/maven/lib/jansi-1.17.1.jar Apache-2.0 +java/maven/lib/javax.inject-1.jar Apache-2.0 +java/maven/lib/jcl-over-slf4j-1.7.29.jar Apache-2.0 +java/maven/lib/jsoup-1.12.1.jar Maven-MIT +java/maven/lib/jsr250-api-1.0.jar CDDL-1.0 +java/maven/lib/maven-artifact-3.6.3.jar Apache-2.0 +java/maven/lib/maven-builder-support-3.6.3.jar Apache-2.0 +java/maven/lib/maven-compat-3.6.3.jar Apache-2.0 +java/maven/lib/maven-core-3.6.3.jar Apache-2.0 +java/maven/lib/maven-embedder-3.6.3.jar Apache-2.0 +java/maven/lib/maven-model-3.6.3.jar Apache-2.0 +java/maven/lib/maven-model-builder-3.6.3.jar Apache-2.0 +java/maven/lib/maven-plugin-api-3.6.3.jar Apache-2.0 +java/maven/lib/maven-repository-metadata-3.6.3.jar Apache-2.0 +java/maven/lib/maven-resolver-api-1.4.1.jar Apache-2.0 +java/maven/lib/maven-resolver-connector-basic-1.4.1.jar Apache-2.0 +java/maven/lib/maven-resolver-impl-1.4.1.jar Apache-2.0 +java/maven/lib/maven-resolver-provider-3.6.3.jar Apache-2.0 +java/maven/lib/maven-resolver-spi-1.4.1.jar Apache-2.0 +java/maven/lib/maven-resolver-transport-wagon-1.4.1.jar Apache-2.0 +java/maven/lib/maven-resolver-util-1.4.1.jar Apache-2.0 +java/maven/lib/maven-settings-3.6.3.jar Apache-2.0 +java/maven/lib/maven-settings-builder-3.6.3.jar Apache-2.0 +java/maven/lib/maven-shared-utils-3.2.1.jar Apache-2.0 +java/maven/lib/maven-slf4j-provider-3.6.3.jar Apache-2.0 +java/maven/lib/org.eclipse.sisu.inject-0.3.4.jar Maven-EPL-v10 +java/maven/lib/org.eclipse.sisu.plexus-0.3.4.jar Maven-EPL-v10 +java/maven/lib/plexus-cipher-1.7.jar Apache-2.0 +java/maven/lib/plexus-component-annotations-2.1.0.jar Apache-2.0 +java/maven/lib/plexus-interpolation-1.25.jar Apache-2.0 +java/maven/lib/plexus-sec-dispatcher-1.4.jar Apache-2.0 +java/maven/lib/plexus-utils-3.2.1.jar Apache-2.0 +java/maven/lib/slf4j-api-1.7.29.jar MIT-slf4j +java/maven/lib/wagon-file-3.3.4.jar Apache-2.0 +java/maven/lib/wagon-http-3.3.4-shaded.jar Apache-2.0 +java/maven/lib/wagon-provider-api-3.3.4.jar Apache-2.0 +java/modules/ext/byte-buddy-1.10.6.jar Apache-2.0+BSD-INRIA +java/modules/ext/cglib-2.2.jar Apache-2.0 +java/modules/ext/checker-qual-3.9.1.jar MIT-checker +java/modules/ext/commons-compress-1.20.jar Apache-2.0 +java/modules/ext/commons-io-2.5.jar Apache-2.0 +java/modules/ext/commons-lang3-3.6.jar Apache-2.0 +java/modules/ext/corba/omgapi/glassfish-corba-omgapi.jar CDDL-1.1 +java/modules/ext/discoclient-1.0.1.jar BSD-azul +java/modules/ext/eclipselink/javax.persistence-2.2.1.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.antlr-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.asm-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.core-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.jpa-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.jpa.modelgen.processor-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/eclipselink/org.eclipse.persistence.moxy-2.7.7.jar EPL-v10-eclipselink +java/modules/ext/httpclient5-5.0.3.jar Apache-2.0 +java/modules/ext/httpcore5-5.0.2.jar Apache-2.0 +java/modules/ext/httpcore5-h2-5.0.2.jar Apache-2.0 +java/modules/ext/jaxws22/FastInfoset.jar Apache-2.0 +java/modules/ext/jaxws22/api/javax.annotation.jar CDDL-1.1 +java/modules/ext/jaxws22/api/jaxws-api.jar CDDL-1.1 +java/modules/ext/jaxws22/api/jsr181-api.jar CDDL-1.1 +java/modules/ext/jaxws22/api/saaj-api.jar CDDL-1.1 +java/modules/ext/jaxws22/gmbal-api-only.jar CDDL-1.0 +java/modules/ext/jaxws22/ha-api.jar CDDL-1.0 +java/modules/ext/jaxws22/javax.mail_1.4.jar CDDL-1.0 +java/modules/ext/jaxws22/jaxws-rt.jar CDDL-1.1 +java/modules/ext/jaxws22/jaxws-tools.jar CDDL-1.1 +java/modules/ext/jaxws22/management-api.jar CDDL-1.0 +java/modules/ext/jaxws22/mimepull.jar CDDL-1.1 +java/modules/ext/jaxws22/policy.jar CDDL-1.1 +java/modules/ext/jaxws22/saaj-impl.jar CDDL-1.1 +java/modules/ext/jaxws22/stax-ex.jar CDDL-1.1 +java/modules/ext/jaxws22/stax2-api.jar BSD-woodstox +java/modules/ext/jaxws22/streambuffer.jar CDDL-1.1 +java/modules/ext/jaxws22/woodstox-core-asl.jar Apache-2.0 +java/modules/ext/maven/indexer-core-6.0.0.jar Apache-2.0 +java/modules/ext/maven/javax.annotation-api-1.2.jar CDDL-1.1 +java/modules/ext/maven/jdom-1.0.jar BSD-JDOM +java/modules/ext/maven/lucene-analyzers-common-5.5.5.jar Apache-2.0 +java/modules/ext/maven/lucene-core-5.5.5.jar Apache-2.0 +java/modules/ext/maven/lucene-highlighter-5.5.5.jar Apache-2.0 +java/modules/ext/maven/lucene-queryparser-5.5.5.jar Apache-2.0 +java/modules/ext/maven/maven-dependency-tree-2.2.jar Apache-2.0 +java/modules/ext/org.eclipse.lsp4j-0.10.0.jar EPL-v20 +java/modules/ext/org.eclipse.lsp4j.debug-0.10.0.jar EPL-v20 +java/modules/ext/org.eclipse.lsp4j.generator-0.10.0.jar EPL-v20 +java/modules/ext/org.eclipse.lsp4j.jsonrpc-0.10.0.jar EPL-v20 +java/modules/ext/org.eclipse.lsp4j.jsonrpc.debug-0.10.0.jar EPL-v20 +java/modules/ext/org.eclipse.xtend.lib-2.19.0.jar EPL-v10 +java/modules/ext/org.eclipse.xtend.lib.macro-2.19.0.jar EPL-v10 +java/modules/ext/org.eclipse.xtext.xbase.lib-2.19.0.jar EPL-v10 +java/modules/ext/spring-3.0/spring-aop-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-aspects-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-beans-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-context-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-context-support-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-core-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-expression-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-instrument-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-instrument-tomcat-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-jdbc-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-jms-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-orm-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-oxm-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-struts-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-test-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-tx-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-web-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-webmvc-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-3.0/spring-webmvc-portlet-3.2.18.RELEASE.jar Apache-2.0-spring3 +java/modules/ext/spring-4/spring-aop-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-aspects-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-beans-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-context-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-context-support-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-core-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-expression-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-instrument-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-instrument-tomcat-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-jdbc-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-jms-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-messaging-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-orm-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-oxm-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-test-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-tx-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-web-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-webmvc-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-webmvc-portlet-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-4/spring-websocket-4.3.29.RELEASE.jar Apache-2.0-spring4 +java/modules/ext/spring-5/spring-aop-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-aspects-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-beans-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-context-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-context-indexer-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-context-support-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-core-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-expression-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-instrument-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-jcl-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-jdbc-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-jms-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-messaging-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-orm-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-oxm-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-test-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-tx-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-web-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-webflux-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-webmvc-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/ext/spring-5/spring-websocket-5.2.9.RELEASE.jar Apache-2.0-spring5 +java/modules/gradle/org.jacoco.core.jar EPL-v10 +php/docs/phpsigfiles.zip CC-BY-3.0 +php/docs/predefined_vars.zip CC-BY-3.0 +php/modules/ext/java-cup-11a.jar JavaCUP +platform/core/asm-9.2.jar BSD-INRIA +platform/core/asm-commons-9.2.jar BSD-INRIA +platform/core/asm-tree-9.2.jar BSD-INRIA +platform/docs/junit-4.13.2-javadoc.jar EPL-v10 +platform/docs/junit-4.13.2-sources.jar EPL-v10 +platform/docs/junit-jupiter-api-5.6.0-javadoc.jar EPL-v20 +platform/docs/junit-jupiter-api-5.6.0-sources.jar EPL-v20 +platform/docs/junit-jupiter-engine-5.6.0-javadoc.jar EPL-v20 +platform/docs/junit-jupiter-engine-5.6.0-sources.jar EPL-v20 +platform/docs/junit-jupiter-params-5.6.0-javadoc.jar EPL-v20 +platform/docs/junit-jupiter-params-5.6.0-sources.jar EPL-v20 +platform/docs/testng-6.13.1-javadoc.jar Apache-2.0+MIT+testng +platform/modules/ext/batik-anim-1.14.jar Apache-2.0 +platform/modules/ext/batik-awt-util-1.14.jar Apache-2.0 +platform/modules/ext/batik-bridge-1.14.jar Apache-2.0 +platform/modules/ext/batik-constants-1.14.jar Apache-2.0 +platform/modules/ext/batik-css-1.14.jar Apache-2.0 +platform/modules/ext/batik-dom-1.14.jar Apache-2.0 +platform/modules/ext/batik-ext-1.14.jar Apache-2.0 +platform/modules/ext/batik-gvt-1.14.jar Apache-2.0 +platform/modules/ext/batik-i18n-1.14.jar Apache-2.0 +platform/modules/ext/batik-parser-1.14.jar Apache-2.0 +platform/modules/ext/batik-script-1.14.jar Apache-2.0 +platform/modules/ext/batik-svg-dom-1.14.jar Apache-2.0 +platform/modules/ext/batik-util-1.14.jar Apache-2.0 +platform/modules/ext/batik-xml-1.14.jar Apache-2.0 +platform/modules/ext/flatlaf-1.5.jar Apache-2.0 +platform/modules/ext/hamcrest-core-1.3.jar BSD-hamcrest +platform/modules/ext/jcommander-1.78.jar Apache-2.0 +platform/modules/ext/jna-5.4.0.jar Apache-2.0 +platform/modules/ext/jna-platform-5.4.0.jar Apache-2.0 +platform/modules/ext/junit-4.13.2.jar EPL-v10 +platform/modules/ext/junit-jupiter-api-5.6.0.jar EPL-v20 +platform/modules/ext/junit-jupiter-engine-5.6.0.jar EPL-v20 +platform/modules/ext/junit-jupiter-params-5.6.0.jar EPL-v20 +platform/modules/ext/org.apache.felix.main-7.0.0.jar Apache-2.0 +platform/modules/ext/org.eclipse.osgi_3.9.1.nb9.jar OSGi +platform/modules/ext/osgi.cmpn-7.0.0.jar Apache-2.0 +platform/modules/ext/osgi.core-8.0.0.jar Apache-2.0 +platform/modules/ext/testng-6.14.3.jar Apache-2.0+MIT+testng +platform/modules/ext/xml-apis-ext-1.3.04.jar Apache-2.0-XML-Commons-APIs +platform/modules/ext/xmlgraphics-commons-2.6.jar Apache-2.0 +platform/modules/net-java-html-boot-fx.jar Apache-2.0 +platform/modules/net-java-html-boot-script.jar Apache-2.0 +platform/modules/net-java-html-boot.jar Apache-2.0 +platform/modules/net-java-html-geo.jar Apache-2.0 +platform/modules/net-java-html-json.jar Apache-2.0 +platform/modules/net-java-html-sound.jar Apache-2.0 +platform/modules/net-java-html.jar Apache-2.0 +platform/modules/org-apache-commons-codec.jar Apache-2.0 +platform/modules/org-apache-commons-io.jar Apache-2.0 +platform/modules/org-apache-commons-logging.jar Apache-2.0 +platform/modules/org-netbeans-html-ko4j.jar Apache-2.0 +platform/modules/org-netbeans-html-xhr4j.jar Apache-2.0 +webcommon/jsstubs/corestubs.zip BSD-ecmascript +webcommon/jsstubs/domstubs.zip W3C2 +webcommon/jsstubs/reststubs.zip W3C2 +webcommon/modules/ext/dd-plist.jar MIT-dd-plist +webcommon/modules/ext/graal-js-parser-e20fe15.jar UPL +webcommon/modules/ext/icu4j-67.1.jar MIT-icu4j +webcommon/modules/ext/js-20.3.0.jar UPL +webcommon/modules/ext/js-launcher-20.3.0.jar UPL +webcommon/modules/ext/regex-20.3.0.jar UPL + +****************************************************************************************************************************************************** +Apache NetBeans includes a number of source files that are not covered by the apache license. The following files are part of this distribution. +****************************************************************************************************************************************************** + +Sourcefile LICENSE NOTES +(path in the source) (text is in file in licenses directory) +------------------------------------------------------------------------------------------------------------------------------------------------------ +cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/file/resources/c.tmLanguage.json MIT-cpp-textmate-grammars +cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/file/resources/cpp.tmLanguage.json MIT-cpp-textmate-grammars +cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/file/resources/CCSrcIcon.gif CDDL-1.0 +cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/file/resources/HDataIcon.gif CDDL-1.0 +cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/file/resources/CSrcIcon.gif CDDL-1.0 +cpplite/cpplite.editor/src/org/netbeans/modules/cpplite/editor/lsp/options/cnd_32.png CDDL-1.0 +cpplite/cpplite.project/src/org/netbeans/modules/cpplite/project/resources/project.gif CDDL-1.0 +cpplite/cpplite.project/src/org/netbeans/modules/cpplite/project/resources/projectOpen.gif CDDL-1.0 +enterprise/glassfish.eecommon/src/org/netbeans/modules/glassfish/eecommon/api/ddtemplates/javaee/glassfish-web.xml EPL-v20 +enterprise/gradle.javaee/src/org/netbeans/modules/gradle/javaee/resources/javaeeProjectIcon.png Gradle-icon +enterprise/gradle.javaee/src/org/netbeans/modules/gradle/javaee/resources/javaeeProjectIcon_dark.png Gradle-icon +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_1_4.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_1_4.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_5.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_5.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_6.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_6.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_7.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_7.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_8.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application_8.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_1_4.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_1_4.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_5.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_5.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_6.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_6.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_7.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_7.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_8.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/application-client_8.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/connector_1_5.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/connector_1_6.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/connector_1_7.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_2_1.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_2_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_3_0.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_3_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_3_1.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_3_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_3_2.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/ejb-jar_3_2.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_1_4.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_web_services_1_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_web_services_client_1_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_5.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_6.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_7.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_8.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_1_2.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_1_3.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_1_4.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_1_4_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_client_1_2.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_client_1_3.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_client_1_4.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_2_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_2_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_2_2.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/jsp_2_3.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/permissions_7.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_2.dtd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_2_1.dtd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_3.dtd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_3_1.dtd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_4.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_4.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_5.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_2_5.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_3_0.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_3_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_3_1.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_3_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_4_0.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-app_4_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-common_3_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-common_3_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-common_4_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_3_0.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_3_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_3_1.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_3_1.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_4_0.mdd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/web-fragment_4_0.xsd CDDL-1.1 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/datatypes.dtd W3C2 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/XMLSchema.dtd W3C2 +enterprise/j2ee.dd/src/org/netbeans/modules/j2ee/dd/impl/resources/xml.xsd W3C2 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_1_4.xsd CDDL-1.1 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_web_services_1_1.xsd CDDL-1.1 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/j2ee_web_services_client_1_1.xsd CDDL-1.1 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_5.xsd CDDL-1.1 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_1_2.xsd CDDL-1.1 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/javaee_web_services_client_1_2.xsd CDDL-1.1 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/XMLSchema.dtd W3C2 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/datatypes.dtd W3C2 +enterprise/j2ee.dd.webservice/src/org/netbeans/modules/j2ee/dd/impl/resources/xml.xsd W3C2 +enterprise/j2ee.ddloaders/src/org/netbeans/modules/j2ee/ddloaders/web/resources/xml.xsd W3C2 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-cmp-mapping_1_0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-cmp-mapping_1_1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-cmp-mapping_1_2.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/glassfish-application_6_0-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/glassfish-application-client_6_0-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/glassfish-ejb-jar_3_1-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/glassfish-resources_1_5.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/glassfish-web-app_3_0-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/static-verification_1_4.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application_1_3-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application_1_4-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application_5_0-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application_6_0-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application-client_1_3-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application-client_1_4-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application-client_1_4-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application-client_5_0-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-application-client_6_0-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-ejb-jar_2_0-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-ejb-jar_2_1-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-ejb-jar_2_1-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-ejb-jar_3_0-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-ejb-jar_3_0-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-ejb-jar_3_1-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-resources_1_0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-resources_1_2.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-resources_1_3.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-resources_1_4.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-web-app_2_3-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-web-app_2_4-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-web-app_2_4-1.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-web-app_2_5-0.dtd CDDL-1.1 +enterprise/j2ee.sun.dd/src/org/netbeans/modules/j2ee/sun/dd/impl/resources/sun-web-app_3_0-0.dtd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/javaee_7.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/javaee_8.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/javaee_web_services_client_1_4.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jsp_2_2.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/jsp_2_3.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-app_4_0.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-common_3_1.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-common_4_0.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-fragment_4_0.xsd CDDL-1.1 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/javaee_6.xsd CDDL-1.0 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/javaee_web_services_client_1_3.xsd CDDL-1.0 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-app_3_0.xsd CDDL-1.0 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-common_3_0.xsd CDDL-1.0 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/web-fragment_3_0.xsd CDDL-1.0 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/xml.xsd W3C2 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/datatypes.dtd W3C2 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/XMLSchema.dtd W3C2 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/datasources_1_4_1.xsd EPL-v10 +enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/wildfly.png EPL-v20 +enterprise/payara.eecommon/src/org/netbeans/modules/payara/eecommon/dd/resources/payara-web-app_4.dtd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/xml.xsd W3C2 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/j2ee_1_4.xsd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/j2ee_web_services_client_1_1.xsd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/javaee_5.xsd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/javaee_web_services_client_1_2.xsd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/web-jsptaglibrary_1_1.dtd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/web-jsptaglibrary_1_2.dtd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/web-jsptaglibrary_2_0.xsd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/web-jsptaglibrary_2_1.xsd CDDL-1.1 +enterprise/web.core/src/org/netbeans/modules/web/taglib/resources/web-jsptaglibrary_2_1.mdd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/xml.xsd W3C2 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/facelet-taglib_1_0.dtd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/javaee_5.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/javaee_web_services_client_1_2.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibrary_2_0.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibrary_2_2.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facelettaglibrary_2_3.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_1_0.dtd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_1_1.dtd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_1_2.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_2_0.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_2_1.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_2_2.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_2_3.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_2_3.xsd CDDL-1.1 +enterprise/web.jsf/src/org/netbeans/modules/web/jsf/resources/web-facesconfig_3_0.xsd CDDL-1.1 +enterprise/websvc.core/src/org/netbeans/modules/websvc/core/resources/sun-jaxws.xsd CDDL-1.0 +enterprise/websvc.core/src/org/netbeans/modules/websvc/core/resources/javaee_web_services_metadata_handler_2_0.xsd CDDL-1.1 +enterprise/websvc.core/src/org/netbeans/modules/websvc/core/resources/wsdl_customizationschema_2_0.xsd CDDL-1.1 +extide/gradle/src/org/netbeans/modules/gradle/resources/gradle-badge.png Gradle-icon +extide/gradle/src/org/netbeans/modules/gradle/resources/gradle-badge_dark.png Gradle-icon +extide/gradle/src/org/netbeans/modules/gradle/resources/gradle-large-badge.png Gradle-icon +extide/gradle/src/org/netbeans/modules/gradle/resources/gradle-large-badge_dark.png Gradle-icon +extide/gradle/src/org/netbeans/modules/gradle/resources/gradle.png Gradle-icon +extide/gradle/src/org/netbeans/modules/gradle/resources/gradle_dark.png Gradle-icon +extide/options.java/src/org/netbeans/modules/options/java/resources/java_logo.png CC0-v10 +extide/options.java/src/org/netbeans/modules/options/java/resources/java_logo.svg CC0-v10 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/chrome20-disabled.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/chrome20.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/firefox20-disabled.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/firefox20.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/ie20-disabled.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/ie20.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/opera20-disabled.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/opera20.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/safari20-disabled.png CDDL-1.0 +ide/css.editor/src/org/netbeans/modules/css/resources/icons/safari20.png CDDL-1.0 +ide/css.lib/src/org/netbeans/modules/css/lib/Css3.g BSD-css3-grammar +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/3_2/html32.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/3_2/lat1.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/frameset.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/loose.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/strict.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/HTMLlat1.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/HTMLspecial.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_0/HTMLsymbol.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/frameset.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/loose.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/strict.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/HTMLlat1.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/HTMLspecial.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/4_01/HTMLsymbol.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-frameset.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-strict.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml1-transitional.dtd W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml-lat1.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml-special.ent W3C2 +ide/html.editor/src/org/netbeans/modules/html/editor/resources/DTDs/xhtml/xhtml-symbol.ent W3C2 +ide/markdown/src/org/netbeans/modules/markdown/markdown.png CC0-v10 +ide/markdown/src/org/netbeans/modules/markdown/markdown.tmLanguage.json MIT-markdown +ide/schema2beans/src/org/netbeans/modules/schema2beansdev/xmlschema.xsd W3C2 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_chrome_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_chrome_24x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_chromium_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_chromium_24x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_edge_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_edge_24x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_firefox_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_firefox_24x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_ie_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_ie_24x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_opera_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_opera_24x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_safari_16x.png CDDL-1.0 +ide/web.browser.api/src/org/netbeans/modules/web/browser/ui/resources/browser_safari_24x.png CDDL-1.0 +ide/xml.catalog/src/org/netbeans/modules/xml/catalog/resources/Transform.xsd W3C2 +ide/xml.catalog/src/org/netbeans/modules/xml/catalog/resources/XMLNamespace.xsd W3C2 +ide/xml.catalog/src/org/netbeans/modules/xml/catalog/resources/XMLSchema-instance.xsd W3C2 +ide/xml.catalog/src/org/netbeans/modules/xml/catalog/resources/XMLSchema.dtd W3C2 +ide/xml.catalog/src/org/netbeans/modules/xml/catalog/resources/XMLSchema.xsd W3C2 +ide/xml.catalog/src/org/netbeans/modules/xml/catalog/resources/datatypes.dtd W3C2 +ide/xml.schema.completion/src/org/netbeans/modules/xml/schema/completion/util/XMLSchema.xsd W3C2 +java/gradle.java/src/org/netbeans/modules/gradle/java/resources/javaseProjectIcon.png Gradle-icon +java/gradle.java/src/org/netbeans/modules/gradle/java/resources/javaseProjectIcon_dark.png Gradle-icon +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_1_0.xsd CDDL-1.0 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_1_0.xsd CDDL-1.0 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_2_0.xsd EDL-1.0 1 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_0.xsd EDL-1.0 1 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/orm_2_1.xsd EDL-1.0 2 +java/j2ee.persistence/src/org/netbeans/modules/j2ee/persistence/dd/resources/persistence_2_1.xsd EDL-1.0 2 +java/java.lsp.server/vscode/package-lock.json MIT-vscode-ext +java/java.lsp.server/vscode/package.json MIT-vscode-ext +java/java.lsp.server/vscode/tsconfig.json MIT-vscode-ext +java/java.lsp.server/vscode/src/extension.ts MIT-vscode-ext +java/java.lsp.server/vscode/syntaxes/java.tmLanguage.json MIT-java-grammar +java/junit.ui/src/org/netbeans/modules/junit/ui/resources/junit5-logo.png EPL-v20 +java/xml.jaxb/src/org/netbeans/modules/xml/jaxb/resources/eclipselink_oxm_2_3.xsd EDL-1.0 3 +nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml1-transitional.dtd W3C2 +nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml-lat1.ent W3C2 +nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml-special.ent W3C2 +nb/welcome/src/org/netbeans/modules/welcome/resources/xhtml-symbol.ent W3C2 +php/php.code.analysis/src/org/netbeans/modules/php/analysis/ui/resources/phpstan.png MIT-phpstan +php/php.smarty/src/org/netbeans/modules/php/smarty/resources/tpl-icon.png CDDL-1.0 +php/php.twig/src/org/netbeans/modules/php/twig/resources/twig-icon.png CDDL-1.0 +webcommon/typescript.editor/src/org/netbeans/modules/typescript/editor/TypeScript.tmLanguage.json MIT-vscode +websvccommon/websvc.saas.api/src/org/netbeans/modules/websvc/saas/model/wadl200902.xsd CDDL-1.0 + +Notes +----- +[ 1] Copyright (c) 2008, 2009 Sun Microsystems. All rights reserved. + + Contributors: + Linda DeMichiel - Java Persistence 2.0, Version 2.0 (October 1, 2009) + Specification available from http://jcp.org/en/jsr/detail?id=317 + +[ 2] Copyright (c) 2008 - 2013 Oracle Corporation. All rights reserved. + + Contributors: + Linda DeMichiel - Java Persistence 2.1, Version 2.1 (February 4, 2013) + Specification available from http://jcp.org/en/jsr/detail?id=338 + +[ 3] Copyright (c) 1998, 2010 Oracle. All rights reserved. + +Contributors: +dmccann - December 22/2010 - 2.3 - Initial implementation + diff --git a/windows-x64-iss/issc.sh b/windows-x64-iss/issc.sh new file mode 100755 index 0000000..8bf5b2a --- /dev/null +++ b/windows-x64-iss/issc.sh @@ -0,0 +1,2 @@ +#!/bin/sh +wine C:\\Program\ Files\ \(x86\)\\Inno\ Setup\ 6\\ISCC.exe $1 diff --git a/windows-x64-iss/netbeans-windows-x64.properties b/windows-x64-iss/netbeans-windows-x64.properties new file mode 100644 index 0000000..de2ed05 --- /dev/null +++ b/windows-x64-iss/netbeans-windows-x64.properties @@ -0,0 +1,19 @@ +# Application name (required). +package.name=Apache NetBeans +# Application version (defaults 1.0). +package.version=12.6 +# Packaging type. +package.type=windows-innosetup +# Path to Java runtime to include in the package (default none). +package.runtime=${CONFIG}/zulu17.30.15-ca-jdk17.0.1-win_x64.zip +# Path to an InnoSetup compiler - can be downloaded from https://jrsoftware.org/isinfo.php (or Linux shell script to invoke via wine). +package.innosetup.tool=${CONFIG}/issc.sh +# ID to uniquely identify application. Defaults to package name. +package.innosetup.appid= +# Path to an icon (*.ico) file for shortcut and installer. +package.innosetup.icon= +# Optional path to a license file to be shown during installation (*.txt or *.rtf). +package.innosetup.license=${CONFIG}/ApacheNetBeansZuluLicense.txt +# Optional path to an alternative InnoSetup (*.iss) file template. +package.innosetup.template= + diff --git a/windows-x64-iss/zulu17.30.15-ca-jdk17.0.1-win_x64.zip.sha256 b/windows-x64-iss/zulu17.30.15-ca-jdk17.0.1-win_x64.zip.sha256 new file mode 100644 index 0000000..f3eed3d --- /dev/null +++ b/windows-x64-iss/zulu17.30.15-ca-jdk17.0.1-win_x64.zip.sha256 @@ -0,0 +1 @@ +ab7c10f1cb76d10b801a4a130fee874e8e30e597fecb0afa9e76800e7d34aee7 zulu17.30.15-ca-jdk17.0.1-win_x64.zip