From f4860f56238c45907049a83b03116bc48ac6e38f Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Wed, 17 Jul 2024 15:33:08 +0200 Subject: [PATCH] Config files: removes nature lookup in the marketplace to remove the annoying pop up --- resources/emoflon_dev.properties | 3 +++ resources/emoflon_user.properties | 3 +++ 2 files changed, 6 insertions(+) diff --git a/resources/emoflon_dev.properties b/resources/emoflon_dev.properties index ded13ff..2848aa9 100644 --- a/resources/emoflon_dev.properties +++ b/resources/emoflon_dev.properties @@ -12,3 +12,6 @@ org.eclipse.debug.ui/Console.limitConsoleOutput=false # # Allow Maven to download JavaDoc org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true +# +# Disable nature lookup in the marketplace +org.eclipse.epp.mpc.ui/org.eclipse.epp.mpc.naturelookup=false diff --git a/resources/emoflon_user.properties b/resources/emoflon_user.properties index 634e539..87611c5 100644 --- a/resources/emoflon_user.properties +++ b/resources/emoflon_user.properties @@ -15,3 +15,6 @@ org.eclipse.ui/defaultPerspectiveId=org.moflon.ide.ui.MoflonPerspective # # Allow Maven to download JavaDoc org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true +# +# Disable nature lookup in the marketplace +org.eclipse.epp.mpc.ui/org.eclipse.epp.mpc.naturelookup=false