From 6d4c8a9c45583280cac60b0518d94f8fc70942bc Mon Sep 17 00:00:00 2001 From: Richard Cordovano <rcordovano@basistech.com> Date: Sun, 27 Mar 2016 16:07:40 -0400 Subject: [PATCH] Add missing versioning values for CoreLibs and ScalpelCarver NBMs --- CoreLibs/manifest.mf | 1 + ScalpelCarver/manifest.mf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CoreLibs/manifest.mf b/CoreLibs/manifest.mf index bba0e51547..d62dccceb4 100644 --- a/CoreLibs/manifest.mf +++ b/CoreLibs/manifest.mf @@ -1,5 +1,6 @@ Manifest-Version: 1.0 OpenIDE-Module: org.sleuthkit.autopsy.corelibs/3 +OpenIDE-Module-Implementation-Version: 3 OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/corelibs/Bundle.properties OpenIDE-Module-Specification-Version: 1.1 AutoUpdate-Show-In-Client: true diff --git a/ScalpelCarver/manifest.mf b/ScalpelCarver/manifest.mf index 8fb11a1cc4..53be511223 100644 --- a/ScalpelCarver/manifest.mf +++ b/ScalpelCarver/manifest.mf @@ -1,4 +1,5 @@ Manifest-Version: 1.0 -OpenIDE-Module: org.sleuthkit.autopsy.scalpel +OpenIDE-Module: org.sleuthkit.autopsy.scalpel/1 +OpenIDE-Module-Implementation-Version: 1 OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/scalpel/Bundle.properties OpenIDE-Module-Specification-Version: 1.0 -- GitLab