Skip to content

Commit f378e59

Browse files
authored
Merge pull request #115 from eMoflon/feature/remove-nature-lookup-marketplace
Config files: removes nature lookup in the marketplace
2 parents 56791c6 + f4860f5 commit f378e59

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

resources/emoflon_dev.properties

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ org.eclipse.debug.ui/Console.limitConsoleOutput=false
1212
#
1313
# Allow Maven to download JavaDoc
1414
org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true
15+
#
16+
# Disable nature lookup in the marketplace
17+
org.eclipse.epp.mpc.ui/org.eclipse.epp.mpc.naturelookup=false

resources/emoflon_user.properties

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ org.eclipse.ui/defaultPerspectiveId=org.moflon.ide.ui.MoflonPerspective
1515
#
1616
# Allow Maven to download JavaDoc
1717
org.eclipse.m2e.core/eclipse.m2.downloadJavadoc=true
18+
#
19+
# Disable nature lookup in the marketplace
20+
org.eclipse.epp.mpc.ui/org.eclipse.epp.mpc.naturelookup=false

0 commit comments

Comments
 (0)