This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from c01e25c8d98 Merge pull request #8796 from mbien/extra-javac-args
add 8b5d968de02 Remove unused/deprecated openide.options module
new e34fedd1da6 Merge pull request #8755 from mbien/remove-openide-options
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/main.yml | 3 -
.../j2ee/ejbcore/resources/foldersList.settings | 1 -
.../performance.javaee/nbproject/project.xml | 4 -
enterprise/web.el/nbproject/project.xml | 4 -
enterprise/web.jsf.editor/nbproject/project.xml | 4 -
.../websvc.customization/nbproject/project.xml | 3 -
groovy/groovy.gsp/nbproject/project.xml | 4 -
ide/css.editor/nbproject/project.xml | 4 -
ide/css.visual/nbproject/project.xml | 4 -
ide/editor.codetemplates/arch.xml | 11 -
ide/editor.errorstripe/nbproject/project.xml | 4 -
ide/editor/nbproject/project.xml | 5 -
ide/html.editor.lib/nbproject/project.xml | 4 -
ide/html.editor/nbproject/project.xml | 4 -
ide/html/nbproject/project.xml | 4 -
ide/project.ant.ui/nbproject/project.xml | 3 -
ide/project.ant/nbproject/project.xml | 3 -
ide/projectuiapi/nbproject/project.xml | 3 -
.../nbproject/project.properties | 1 -
.../nbproject/project.properties | 1 -
ide/spi.editor.hints/nbproject/project.xml | 3 -
ide/tasklist.todo/nbproject/project.xml | 3 -
ide/xml.core/nbproject/project.properties | 1 -
ide/xml/nbproject/project.properties | 1 -
java/ant.freeform/nbproject/project.xml | 3 -
java/form/nbproject/project.xml | 4 -
.../java/editor/resources/JavaOptions.settings | 1 -
java/java.freeform/nbproject/project.xml | 3 -
java/java.hints/nbproject/project.properties | 1 -
java/java.j2seproject/nbproject/project.xml | 3 -
java/java.project.ui/nbproject/project.xml | 3 -
java/java.source.base/nbproject/project.xml | 3 -
java/java.source/nbproject/project.xml | 7 -
java/javawebstart/nbproject/project.xml | 3 -
java/junit/arch.xml | 12 +-
.../src/folders/xmlFolder100/project.xml | 4 -
java/performance/cnd/nbproject/project.xml | 4 -
java/performance/enterprise/nbproject/project.xml | 4 -
java/performance/mobility/nbproject/project.xml | 8 -
java/performance/threaddemo/build.properties | 3 -
.../nbproject/project.properties | 1 -
java/testng.ui/nbproject/project.xml | 3 -
java/testng/nbproject/project.xml | 3 -
java/xml.jaxb/nbproject/project.xml | 3 -
.../netbeans/nbbuild/SetApidocClustersConfig.java | 15 +-
nbbuild/build.properties | 3 +-
nbbuild/cluster.properties | 1 -
nbbuild/javadoctools/links.xml | 1 -
nbbuild/javadoctools/properties.xml | 1 -
nbbuild/javadoctools/replaces.xml | 1 -
.../nbbuild/FixTestDependenciesProject.xml | 8 -
.../src/org/netbeans/nbbuild/TestDepsProject.xml | 8 -
platform/core.execution/nbproject/project.xml | 3 -
platform/favorites/nbproject/project.xml | 3 -
.../org/netbeans/api/javahelp/doc-files/api.html | 2 -
platform/openide.execution/arch.xml | 1 -
.../doc-files/propertyViewCustomization.html | 5 +-
platform/openide.options/apichanges.xml | 95 --
platform/openide.options/arch.xml | 1108 -------------
platform/openide.options/build.xml | 27 -
platform/openide.options/licenseinfo.xml | 28 -
platform/openide.options/manifest.mf | 7 -
.../nbproject/org-openide-options.sig | 1746 --------------------
.../openide.options/nbproject/project.properties | 27 -
platform/openide.options/nbproject/project.xml | 108 --
.../propertysheet/PropertySheetSettings.java | 179 --
.../src/org/openide/options/Bundle.properties | 31 -
.../org/openide/options/ContextSystemOption.java | 243 ---
.../options/ContextSystemOptionBeanInfo.java | 59 -
.../src/org/openide/options/SystemOption.java | 439 -----
.../org/openide/options/SystemOptionBeanInfo.java | 48 -
.../src/org/openide/options/VetoSystemOption.java | 98 --
.../src/org/openide/options/doc-files/api.html | 285 ----
.../src/org/openide/options/doc-files/options.gif | Bin 5087 -> 0 bytes
.../src/org/openide/options/package.html | 44 -
.../src/org/openide/text/NbDocument$Colors.java | 60 -
.../src/org/openide/text/PrintSettings.java | 286 ----
.../org/openide/text/PrintSettingsBeanInfo.java | 88 -
.../src/org/openide/options/SystemOptionTest.java | 346 ----
.../src/org/openide/options/mixedTypeOption.ser | Bin 648 -> 0 bytes
.../unit/src/org/openide/options/simpleOption2.ser | Bin 517 -> 0 bytes
platform/openide.options/uml/options.argo | 92 --
platform/openide.options/uml/options.xmi | 373 -----
.../openide.options/uml/options_classdiagram8.pgml | 674 --------
.../uml/options_usecasediagram3.pgml | 26 -
platform/openide.text/arch.xml | 9 -
platform/templates/nbproject/project.xml | 3 -
87 files changed, 13 insertions(+), 6726 deletions(-)
delete mode 100644 platform/openide.options/apichanges.xml
delete mode 100644 platform/openide.options/arch.xml
delete mode 100644 platform/openide.options/build.xml
delete mode 100644 platform/openide.options/licenseinfo.xml
delete mode 100644 platform/openide.options/manifest.mf
delete mode 100644 platform/openide.options/nbproject/org-openide-options.sig
delete mode 100644 platform/openide.options/nbproject/project.properties
delete mode 100644 platform/openide.options/nbproject/project.xml
delete mode 100644
platform/openide.options/src/org/openide/explorer/propertysheet/PropertySheetSettings.java
delete mode 100644
platform/openide.options/src/org/openide/options/Bundle.properties
delete mode 100644
platform/openide.options/src/org/openide/options/ContextSystemOption.java
delete mode 100644
platform/openide.options/src/org/openide/options/ContextSystemOptionBeanInfo.java
delete mode 100644
platform/openide.options/src/org/openide/options/SystemOption.java
delete mode 100644
platform/openide.options/src/org/openide/options/SystemOptionBeanInfo.java
delete mode 100644
platform/openide.options/src/org/openide/options/VetoSystemOption.java
delete mode 100644
platform/openide.options/src/org/openide/options/doc-files/api.html
delete mode 100644
platform/openide.options/src/org/openide/options/doc-files/options.gif
delete mode 100644
platform/openide.options/src/org/openide/options/package.html
delete mode 100644
platform/openide.options/src/org/openide/text/NbDocument$Colors.java
delete mode 100644
platform/openide.options/src/org/openide/text/PrintSettings.java
delete mode 100644
platform/openide.options/src/org/openide/text/PrintSettingsBeanInfo.java
delete mode 100644
platform/openide.options/test/unit/src/org/openide/options/SystemOptionTest.java
delete mode 100644
platform/openide.options/test/unit/src/org/openide/options/mixedTypeOption.ser
delete mode 100644
platform/openide.options/test/unit/src/org/openide/options/simpleOption2.ser
delete mode 100644 platform/openide.options/uml/options.argo
delete mode 100644 platform/openide.options/uml/options.xmi
delete mode 100644 platform/openide.options/uml/options_classdiagram8.pgml
delete mode 100644 platform/openide.options/uml/options_usecasediagram3.pgml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists