From faae93f35930b23bc1c2d719189263893c557e9a Mon Sep 17 00:00:00 2001
From: git <tdnorbra@nps.edu>
Date: Fri, 28 Apr 2023 16:35:23 -0700
Subject: [PATCH] use schemas in lib explicitly

---
 DFDL/dataFormats/pcapng/nbproject/project.properties | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/DFDL/dataFormats/pcapng/nbproject/project.properties b/DFDL/dataFormats/pcapng/nbproject/project.properties
index 2e2b459..7b43ad5 100644
--- a/DFDL/dataFormats/pcapng/nbproject/project.properties
+++ b/DFDL/dataFormats/pcapng/nbproject/project.properties
@@ -245,9 +245,8 @@ pkg.path=edu/nps/moves/pcapng
 pcapng.dfdl.xsd=${src.resources.dir}/${pkg.path}/xsd/pcapng.dfdl.xsd
 pcapng.data.path=${test.resources.dir}/${pkg.path}/data
 pcapng.dfdl.classpath=\
-    ../../examples/pcap/PCAP/src/main/resources:\
-    ../../examples/ethernetIP/ethernetIP/src/main/resources:\
-    ${lib.dir}/dfdl-ethernetip-1.2.0.jar
+    ${lib.dir}/dfdl-ethernetip-1.2.0.jar:\
+    ${lib.dir}/dfdl-pcap-1.2.0.jar
 
 input.file.name=Wireshark-TCP-capture
 input.file.name-filter=${input.file.name}-no-arp
-- 
GitLab