From ec1b46a210a4ac4a8e2a80eb3bae96f1a72cbc73 Mon Sep 17 00:00:00 2001 From: Tim McIver Date: Thu, 11 Apr 2013 16:01:55 -0400 Subject: [PATCH] Renamed 'ScalpelCarverModule' to 'ScalpelCarver'. --- {ScalpelCarvingModule => ScalpelCarver}/.gitignore | 0 {ScalpelCarvingModule => ScalpelCarver}/build.xml | 0 {ScalpelCarvingModule => ScalpelCarver}/manifest.mf | 0 .../nbproject/project.properties | 0 .../nbproject/project.xml | 0 .../nbproject/suite.properties | 0 .../src/org/sleuthkit/autopsy/scalpel/Bundle.properties | 0 .../src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java | 0 .../autopsy/scalpel/ScalpelCarverIngestModule.java | 0 .../src/org/sleuthkit/autopsy/scalpel/ScalpelException.java | 0 nbproject/project.properties | 6 +++--- 11 files changed, 3 insertions(+), 3 deletions(-) rename {ScalpelCarvingModule => ScalpelCarver}/.gitignore (100%) rename {ScalpelCarvingModule => ScalpelCarver}/build.xml (100%) rename {ScalpelCarvingModule => ScalpelCarver}/manifest.mf (100%) rename {ScalpelCarvingModule => ScalpelCarver}/nbproject/project.properties (100%) rename {ScalpelCarvingModule => ScalpelCarver}/nbproject/project.xml (100%) rename {ScalpelCarvingModule => ScalpelCarver}/nbproject/suite.properties (100%) rename {ScalpelCarvingModule => ScalpelCarver}/src/org/sleuthkit/autopsy/scalpel/Bundle.properties (100%) rename {ScalpelCarvingModule => ScalpelCarver}/src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java (100%) rename {ScalpelCarvingModule => ScalpelCarver}/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java (100%) rename {ScalpelCarvingModule => ScalpelCarver}/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java (100%) diff --git a/ScalpelCarvingModule/.gitignore b/ScalpelCarver/.gitignore similarity index 100% rename from ScalpelCarvingModule/.gitignore rename to ScalpelCarver/.gitignore diff --git a/ScalpelCarvingModule/build.xml b/ScalpelCarver/build.xml similarity index 100% rename from ScalpelCarvingModule/build.xml rename to ScalpelCarver/build.xml diff --git a/ScalpelCarvingModule/manifest.mf b/ScalpelCarver/manifest.mf similarity index 100% rename from ScalpelCarvingModule/manifest.mf rename to ScalpelCarver/manifest.mf diff --git a/ScalpelCarvingModule/nbproject/project.properties b/ScalpelCarver/nbproject/project.properties similarity index 100% rename from ScalpelCarvingModule/nbproject/project.properties rename to ScalpelCarver/nbproject/project.properties diff --git a/ScalpelCarvingModule/nbproject/project.xml b/ScalpelCarver/nbproject/project.xml similarity index 100% rename from ScalpelCarvingModule/nbproject/project.xml rename to ScalpelCarver/nbproject/project.xml diff --git a/ScalpelCarvingModule/nbproject/suite.properties b/ScalpelCarver/nbproject/suite.properties similarity index 100% rename from ScalpelCarvingModule/nbproject/suite.properties rename to ScalpelCarver/nbproject/suite.properties diff --git a/ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/Bundle.properties b/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/Bundle.properties similarity index 100% rename from ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/Bundle.properties rename to ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/Bundle.properties diff --git a/ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java b/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java similarity index 100% rename from ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java rename to ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarver.java diff --git a/ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java b/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java similarity index 100% rename from ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java rename to ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelCarverIngestModule.java diff --git a/ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java b/ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java similarity index 100% rename from ScalpelCarvingModule/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java rename to ScalpelCarver/src/org/sleuthkit/autopsy/scalpel/ScalpelException.java diff --git a/nbproject/project.properties b/nbproject/project.properties index 55b3f66bfe..53a146f207 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -9,7 +9,7 @@ app.name=autopsy ### Must be one of: DEVELOPMENT, RELEASE #build.type=RELEASE build.type=DEVELOPMENT -project.com.basistech.autopsy.scalpel=ScalpelCarvingModule + update_versions=false #custom JVM options #Note: can be higher on 64 bit systems, should be in sync with build.xml @@ -32,7 +32,7 @@ modules=\ ${project.org.sleuthkit.autopsy.corelibs}:\ ${project.org.sleuthkit.autopsy.sevenzip}:\ ${project.org.sleuthkit.autopsy.timeline}:\ - ${project.com.basistech.autopsy.scalpel} + ${project.org.sleuthkit.autopsy.scalpel} project.org.sleuthkit.autopsy.core=Core project.org.sleuthkit.autopsy.corelibs=CoreLibs project.org.sleuthkit.autopsy.hashdatabase=HashDatabase @@ -43,4 +43,4 @@ project.org.sleuthkit.autopsy.thunderbirdparser=thunderbirdparser project.org.sleuthkit.autopsy.exifparser=ExifParser project.org.sleuthkit.autopsy.sevenzip=SevenZip project.org.sleuthkit.autopsy.timeline=Timeline - +project.org.sleuthkit.autopsy.scalpel=ScalpelCarver