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