From 4b59df5963d7b7e4d5d216f54ec70fb2af74bd9a Mon Sep 17 00:00:00 2001 From: Ben Steffensmeier Date: Thu, 21 Jan 2016 15:25:29 -0600 Subject: [PATCH] Omaha #5208 Remove unnecessary commons logging dependency from stq. Former-commit-id: ee7d2bdb82bdbc0db5bc311eaa3b4b9c173f2f2d --- ost/gov.noaa.nws.ost.edex.plugin.stq/META-INF/MANIFEST.MF | 1 - ost/gov.noaa.nws.ost.edex.plugin.stq/build.properties | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ost/gov.noaa.nws.ost.edex.plugin.stq/META-INF/MANIFEST.MF b/ost/gov.noaa.nws.ost.edex.plugin.stq/META-INF/MANIFEST.MF index 4ae13043c0..5e2ee463fd 100644 --- a/ost/gov.noaa.nws.ost.edex.plugin.stq/META-INF/MANIFEST.MF +++ b/ost/gov.noaa.nws.ost.edex.plugin.stq/META-INF/MANIFEST.MF @@ -10,7 +10,6 @@ Require-Bundle: com.raytheon.edex.common, com.raytheon.uf.common.pointdata, com.raytheon.uf.edex.pointdata, org.geotools, - org.apache.commons.logging, org.dom4j, javax.persistence, javax.measure diff --git a/ost/gov.noaa.nws.ost.edex.plugin.stq/build.properties b/ost/gov.noaa.nws.ost.edex.plugin.stq/build.properties index 5791d48d5f..73974cda80 100644 --- a/ost/gov.noaa.nws.ost.edex.plugin.stq/build.properties +++ b/ost/gov.noaa.nws.ost.edex.plugin.stq/build.properties @@ -2,4 +2,5 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ - res/ + res/,\ + utility/