From 5122dfba4d83843b9d9ecafba2f6e27428e35605 Mon Sep 17 00:00:00 2001 From: Kelly Kelly <kelly@basistech.com> Date: Thu, 28 Feb 2019 12:54:00 -0500 Subject: [PATCH] Changed absolute path to relative in project.xml --- RecentActivity/nbproject/project.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecentActivity/nbproject/project.xml b/RecentActivity/nbproject/project.xml index f397b6b23b..9584170602 100644 --- a/RecentActivity/nbproject/project.xml +++ b/RecentActivity/nbproject/project.xml @@ -76,7 +76,7 @@ <public-packages/> <class-path-extension> <runtime-relative-path>ext/dd-plist-1.20.jar</runtime-relative-path> - <binary-origin>C:\Users\kelly\Workspace\autopsy\RecentActivity\release\modules\ext\dd-plist-1.20.jar</binary-origin> + <binary-origin>release/modules/ext/dd-plist-1.20.jar</binary-origin> </class-path-extension> </data> </configuration> -- GitLab