This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 946955d disabled uihandler modules (exception+statistics reporter).
new 1516500 Merge pull request #3410 from mbien/nostats
946955d is described below
commit 946955dcb954abfe20678a01155a2e31f31f59bd
Author: Michael Bien <[email protected]>
AuthorDate: Wed Jan 5 12:55:47 2022 +0100
disabled uihandler modules (exception+statistics reporter).
- modules are still there but not loaded by default
- moved ReportNBIssueAction to user utilities module
---
ide/utilities/src/org/netbeans/modules/utilities/Bundle.properties | 2 ++
.../src/org/netbeans/modules/utilities}/ReportNBIssueAction.java | 4 ++--
nb/bugzilla.exceptionreporter/nbproject/project.properties | 4 ++--
.../netbeans/modules/bugzilla/exceptionreporter/Bundle.properties | 2 --
nb/ide.branding.kit/nbproject/project.xml | 6 ------
nb/uihandler.exceptionreporter/nbproject/project.properties | 2 ++
platform/lib.uihandler/nbproject/project.properties | 4 ++--
platform/uihandler/nbproject/project.properties | 2 +-
8 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/ide/utilities/src/org/netbeans/modules/utilities/Bundle.properties
b/ide/utilities/src/org/netbeans/modules/utilities/Bundle.properties
index 5dcea0f..67a922c 100644
--- a/ide/utilities/src/org/netbeans/modules/utilities/Bundle.properties
+++ b/ide/utilities/src/org/netbeans/modules/utilities/Bundle.properties
@@ -26,3 +26,5 @@ which helps you open a file in a previously unmounted
filesystem.
Loaders/application/pdf/Factories/org-netbeans-modules-pdf-PDFDataLoader.instance=PDF
Documents
Loaders/text/url/Factories/org-netbeans-modules-url-URLDataLoader.instance=URL
Files
+
+CTL_ReportIssueAction=&Report Issue
diff --git
a/nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/ReportNBIssueAction.java
b/ide/utilities/src/org/netbeans/modules/utilities/ReportNBIssueAction.java
similarity index 93%
rename from
nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/ReportNBIssueAction.java
rename to
ide/utilities/src/org/netbeans/modules/utilities/ReportNBIssueAction.java
index 5a18429..0d6a4ec 100644
---
a/nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/ReportNBIssueAction.java
+++ b/ide/utilities/src/org/netbeans/modules/utilities/ReportNBIssueAction.java
@@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.netbeans.modules.bugzilla.exceptionreporter;
+package org.netbeans.modules.utilities;
import org.openide.util.actions.SystemAction;
import org.openide.util.HelpCtx;
@@ -35,7 +35,7 @@ import org.openide.util.NbBundle;
*
* @author Tomas Stupka
*/
-@ActionID(id =
"org.netbeans.modules.bugzilla.exceptionreporter.ReportNBIssueAction", category
= "Help")
+@ActionID(id = "org.netbeans.modules.utilities.ReportNBIssueAction", category
= "Help")
@ActionRegistration(lazy = false, displayName = "#CTL_ReportIssueAction")
@ActionReference(path = "Menu/Help", position = 450)
public class ReportNBIssueAction extends SystemAction {
diff --git a/nb/bugzilla.exceptionreporter/nbproject/project.properties
b/nb/bugzilla.exceptionreporter/nbproject/project.properties
index 7f641b7..4e0bbca 100644
--- a/nb/bugzilla.exceptionreporter/nbproject/project.properties
+++ b/nb/bugzilla.exceptionreporter/nbproject/project.properties
@@ -14,6 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-is.eager=true
-javac.source=1.6
+javac.source=1.8
+is.autoload=true
javac.compilerargs=-Xlint -Xlint:-serial
diff --git
a/nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/Bundle.properties
b/nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/Bundle.properties
index b23077c..180d1d9 100644
---
a/nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/Bundle.properties
+++
b/nb/bugzilla.exceptionreporter/src/org/netbeans/modules/bugzilla/exceptionreporter/Bundle.properties
@@ -19,5 +19,3 @@ OpenIDE-Module-Display-Category=Team
OpenIDE-Module-Name=Bugzilla-Exception Reporter Bridge
OpenIDE-Module-Short-Description=Providess exception reporter access to the
netbeans.org bugzilla
-
-CTL_ReportIssueAction=&Report Issue
\ No newline at end of file
diff --git a/nb/ide.branding.kit/nbproject/project.xml
b/nb/ide.branding.kit/nbproject/project.xml
index 79840d1..ba204a8 100644
--- a/nb/ide.branding.kit/nbproject/project.xml
+++ b/nb/ide.branding.kit/nbproject/project.xml
@@ -51,12 +51,6 @@
</run-dependency>
</dependency>
<dependency>
-
<code-name-base>org.netbeans.modules.uihandler.exceptionreporter</code-name-base>
- <run-dependency>
- <specification-version>1.0</specification-version>
- </run-dependency>
- </dependency>
- <dependency>
<code-name-base>org.netbeans.modules.welcome</code-name-base>
<run-dependency>
<release-version>1</release-version>
diff --git a/nb/uihandler.exceptionreporter/nbproject/project.properties
b/nb/uihandler.exceptionreporter/nbproject/project.properties
index 2456923..6262932 100644
--- a/nb/uihandler.exceptionreporter/nbproject/project.properties
+++ b/nb/uihandler.exceptionreporter/nbproject/project.properties
@@ -15,3 +15,5 @@
# specific language governing permissions and limitations
# under the License.
+javac.source=1.8
+is.autoload=true
diff --git a/platform/lib.uihandler/nbproject/project.properties
b/platform/lib.uihandler/nbproject/project.properties
index 5842bdd..c5de7aa 100644
--- a/platform/lib.uihandler/nbproject/project.properties
+++ b/platform/lib.uihandler/nbproject/project.properties
@@ -14,9 +14,9 @@
# 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:unchecked
-javac.source=1.6
+javac.source=1.8
+is.autoload=true
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
diff --git a/platform/uihandler/nbproject/project.properties
b/platform/uihandler/nbproject/project.properties
index 478014d..88f0524 100644
--- a/platform/uihandler/nbproject/project.properties
+++ b/platform/uihandler/nbproject/project.properties
@@ -15,9 +15,9 @@
# specific language governing permissions and limitations
# under the License.
-is.autoload=true
javac.compilerargs=-Xlint:unchecked
javac.source=1.8
+is.autoload=true
javadoc.arch=${basedir}/arch.xml
test.config.stableBTD.includes=**/*Test.class
---------------------------------------------------------------------
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