diff --git a/nativeLib/build.native/build-notification.sh b/nativeLib/build.native/build-notification.sh
index 2bb5a68c36..4517812a8e 100644
--- a/nativeLib/build.native/build-notification.sh
+++ b/nativeLib/build.native/build-notification.sh
@@ -197,12 +197,5 @@ if [ $? -ne 0 ]; then
echo "ERROR: Failed to copy the org.apache.thrift lib to its destination."
exit 1
fi
-# org.apache.qpid lib -> notification/lib
-cp -vPf ${BUILD_ROOT}/workspace_/org.apache.qpid/${FOSS_LIB_DIR}/* \
- ${BUILD_ROOT}/awips2/notification/${FOSS_LIB_DIR}
-if [ $? -ne 0 ]; then
- echo "ERROR: Failed to copy the org.apache.qpid lib to its destination."
- exit 1
-fi
exit 0
diff --git a/nativeLib/edex_com/.cproject b/nativeLib/edex_com/.cproject
index f556204569..c5cebfd85f 100644
--- a/nativeLib/edex_com/.cproject
+++ b/nativeLib/edex_com/.cproject
@@ -39,7 +39,7 @@