Omaha #3165 fix bad manifests
Change-Id: I9cef6a2086a7688fa5db412073af2b565396958a Former-commit-id:b874c80f93
[formerlyc323b72f48
] [formerlyeef97e7ec0
[formerly 4792e114d091b244b46d54b0846b8535583e4068]] Former-commit-id:eef97e7ec0
Former-commit-id:aef963a64e
This commit is contained in:
parent
f9dad29ad8
commit
7ceb81ec48
3 changed files with 2 additions and 13 deletions
|
@ -4,8 +4,7 @@ Bundle-Name: Hpe
|
|||
Bundle-SymbolicName: com.raytheon.uf.common.plugin.hpe
|
||||
Bundle-Version: 1.14.3.qualifier
|
||||
Bundle-Vendor: RAYTHEON
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
com.raytheon.uf.common.util;bundle-version="1.14.0",
|
||||
Require-Bundle: com.raytheon.uf.common.util;bundle-version="1.14.0",
|
||||
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
||||
javax.persistence;bundle-version="1.0.0",
|
||||
|
|
|
@ -16,8 +16,6 @@ Require-Bundle: org.geotools;bundle-version="2.6.4",
|
|||
com.raytheon.uf.common.dataplugin.radar;bundle-version="1.0.0",
|
||||
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
|
||||
com.raytheon.uf.edex.cpgsrv;bundle-version="1.12.1174",
|
||||
org.eclipse.ui;bundle-version="3.6.1",
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0",
|
||||
com.raytheon.uf.common.monitor;bundle-version="1.12.1174",
|
||||
com.raytheon.edex.plugin.radar,
|
||||
com.raytheon.uf.common.ohd;bundle-version="1.12.1174",
|
||||
|
|
|
@ -2,19 +2,13 @@ package gov.noaa.nws.ohd.edex.plugin.hydrodualpol;
|
|||
|
||||
import java.io.DataOutputStream;
|
||||
import java.io.File;
|
||||
import java.io.FileNotFoundException;
|
||||
import java.io.FileOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.TimeZone;
|
||||
|
||||
import org.eclipse.jface.viewers.deferred.SetModel;
|
||||
|
||||
import com.raytheon.uf.common.dataplugin.persist.PersistableDataObject;
|
||||
import com.raytheon.uf.common.dataplugin.radar.RadarRecord;
|
||||
import com.raytheon.uf.common.dataplugin.radar.level3.Layer;
|
||||
import com.raytheon.uf.common.dataplugin.radar.level3.SymbologyBlock;
|
||||
|
@ -22,11 +16,9 @@ import com.raytheon.uf.common.dataplugin.radar.level3.SymbologyPacket;
|
|||
import com.raytheon.uf.common.dataplugin.radar.level3.TextSymbolPacket;
|
||||
import com.raytheon.uf.common.dataplugin.shef.tables.DAARadar;
|
||||
import com.raytheon.uf.common.dataplugin.shef.tables.DAARadarId;
|
||||
import com.raytheon.uf.common.ohd.AppsDefaults;
|
||||
import com.raytheon.uf.common.status.IUFStatusHandler;
|
||||
import com.raytheon.uf.common.status.UFStatus.Priority;
|
||||
import com.raytheon.uf.common.time.util.TimeUtil;
|
||||
|
||||
import com.raytheon.uf.common.ohd.AppsDefaults;
|
||||
import com.raytheon.uf.edex.database.dao.CoreDao;
|
||||
import com.raytheon.uf.edex.database.dao.DaoConfig;
|
||||
import com.raytheon.uf.edex.database.query.DatabaseQuery;
|
||||
|
|
Loading…
Add table
Reference in a new issue