| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you 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. |
| |
| is.autoload=true |
| javac.compilerargs=-Xlint |
| javac.release=8 |
| nbm.target.cluster=platform |
| |
| spec.version.base.fatal.warning=false |
| |
| # It is stated, that access to packages outside com.formdev.flatlaf and |
| # com.formdev.flatlaf.util is not a supported API. Setting the implementation |
| # version allows modules, that need to do this (SwingX integration) to access |
| # internals |
| # |
| # https://github.com/apache/netbeans/pull/4619 |
| # |
| # So when FlatLaf is updated, the OpenIDE-Module-Implementation-Version entry |
| # in manifest.mf needs to be updated to match the new FlatLaf version. |
| release.external/flatlaf-3.7.2.jar=modules/ext/flatlaf-3.7.2.jar |
| # com.formdev.flatlaf.ui intentionally ommitted. |
| # rest is equivalent to the "public" packages for friend dependencies as declared in project.xml |
| sigtest.public.packages=com.formdev.flatlaf,com.formdev.flatlaf.themes,com.formdev.flatlaf.util |
| |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86.dll=modules/lib/flatlaf-windows-x86.dll |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/flatlaf-windows-x86_64.dll=modules/lib/flatlaf-windows-x86_64.dll |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/flatlaf-windows-arm64.dll=modules/lib/flatlaf-windows-arm64.dll |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/libflatlaf-macos-arm64.dylib=modules/lib/libflatlaf-macos-arm64.dylib |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/libflatlaf-macos-x86_64.dylib=modules/lib/libflatlaf-macos-x86_64.dylib |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-x86_64.so=modules/lib/libflatlaf-linux-x86_64.so |
| release.external/flatlaf-3.7.2.jar!/com/formdev/flatlaf/natives/libflatlaf-linux-arm64.so=modules/lib/libflatlaf-linux-arm64.so |
| jnlp.verify.excludes=\ |
| modules/lib/flatlaf-windows-x86.dll,\ |
| modules/lib/flatlaf-windows-x86_64.dll,\ |
| modules/lib/flatlaf-windows-arm64.dll,\ |
| modules/lib/libflatlaf-macos-arm64.dylib,\ |
| modules/lib/libflatlaf-macos-x86_64.dylib,\ |
| modules/lib/libflatlaf-linux-x86_64.so,\ |
| modules/lib/libflatlaf-linux-arm64.so |