From ea6a4656f285cd0d346f395831caba504c0997ca Mon Sep 17 00:00:00 2001 From: adam-m <amalinowski@basistech.com> Date: Thu, 27 Sep 2012 13:10:03 -0400 Subject: [PATCH] make core essential mods that can't be uninstalled --- Core/manifest.mf | 1 + CoreLibs/manifest.mf | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Core/manifest.mf b/Core/manifest.mf index 5b1c3bfaab..a1e03f7705 100644 --- a/Core/manifest.mf +++ b/Core/manifest.mf @@ -5,5 +5,6 @@ OpenIDE-Module-Layer: org/sleuthkit/autopsy/core/layer.xml OpenIDE-Module-Implementation-Version: 1 OpenIDE-Module-Requires: org.openide.windows.WindowManager, org.netbeans.api.javahelp.Help AutoUpdate-Show-In-Client: true +AutoUpdate-Essential-Module: true OpenIDE-Module-Install: org/sleuthkit/autopsy/core/Installer.class diff --git a/CoreLibs/manifest.mf b/CoreLibs/manifest.mf index dcd315ee5f..fab07d996a 100644 --- a/CoreLibs/manifest.mf +++ b/CoreLibs/manifest.mf @@ -2,4 +2,6 @@ Manifest-Version: 1.0 OpenIDE-Module: org.sleuthkit.autopsy.corelibs/3 OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/corelibs/Bundle.properties OpenIDE-Module-Specification-Version: 1.0 +AutoUpdate-Show-In-Client: true +AutoUpdate-Essential-Module: true -- GitLab