Removed unnecessary extra layer in resource folder structure.
This commit is contained in:
parent
94485b5633
commit
d8a1b66738
190 changed files with 11 additions and 11 deletions
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
|
@ -8,7 +8,7 @@ import se.hal.intf.HalDatabaseUpgrader;
|
|||
*/
|
||||
public class NVRDatabaseUpgrader extends HalDatabaseUpgrader {
|
||||
private static final int REFERENCE_DB_VERSION = 2;
|
||||
private static final String REFERENCE_DB_PATH = HalContext.RESOURCE_ROOT + "/resource/hal-nvr-reference.db";
|
||||
private static final String REFERENCE_DB_PATH = HalContext.RESOURCE_ROOT + "/hal-nvr-reference.db";
|
||||
|
||||
|
||||
public NVRDatabaseUpgrader() {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ import java.util.logging.Logger;
|
|||
public class RTSPCameraRecorder implements Runnable {
|
||||
private static final Logger logger = LogUtil.getLogger();
|
||||
|
||||
private static final File FFMPEG_BINARY_PATH = FileUtil.find(HalContext.RESOURCE_ROOT + "/resource/bin/");
|
||||
private static final File FFMPEG_BINARY_PATH = FileUtil.find(HalContext.RESOURCE_ROOT + "/bin/");
|
||||
|
||||
private RTSPCameraConfig camera;
|
||||
private String storagePath;
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ import zutil.parser.Templator;
|
|||
import java.util.Map;
|
||||
|
||||
public class PCHeatMapWebPage extends HalWebPage {
|
||||
private static final String TEMPLATE = HalContext.RESOURCE_ROOT + "/resource/web/pc_heatmap.tmpl";
|
||||
private static final String TEMPLATE = HalContext.RESOURCE_ROOT + "/web/pc_heatmap.tmpl";
|
||||
|
||||
|
||||
public PCHeatMapWebPage() {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import se.hal.intf.HalDatabaseUpgrader;
|
|||
*/
|
||||
public class ZigbeeHalDatabaseUpgrader extends HalDatabaseUpgrader {
|
||||
private static final int REFERENCE_DB_VERSION = 1;
|
||||
private static final String REFERENCE_DB_PATH = HalContext.RESOURCE_ROOT + "/resource/hal-zigbee-reference.db";
|
||||
private static final String REFERENCE_DB_PATH = HalContext.RESOURCE_ROOT + "/hal-zigbee-reference.db";
|
||||
|
||||
|
||||
public ZigbeeHalDatabaseUpgrader() {
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue