Skip to content

Commit eaa2c0a

Browse files
author
Eric Fields
committed
use get_poi_paths to find poi path
1 parent a82d164 commit eaa2c0a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

get_poi_paths.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
function [poi_files, missing_poi_files] = get_poi_paths()
2323

24-
poi_files = {fullfile(fileparts(which('add_poi_path')), 'poi_library/poi-3.8-20120326.jar')
25-
fullfile(fileparts(which('add_poi_path')), 'poi_library/poi-ooxml-3.8-20120326.jar')
26-
fullfile(fileparts(which('add_poi_path')), 'poi_library/poi-ooxml-schemas-3.8-20120326.jar')
27-
fullfile(fileparts(which('add_poi_path')), 'poi_library/xmlbeans-2.3.0.jar')
28-
fullfile(fileparts(which('add_poi_path')), 'poi_library/dom4j-1.6.1.jar')
29-
fullfile(fileparts(which('add_poi_path')), 'poi_library/stax-api-1.0.1.jar')};
24+
poi_files = {fullfile(fileparts(which('get_poi_paths')), 'poi_library/poi-3.8-20120326.jar')
25+
fullfile(fileparts(which('get_poi_paths')), 'poi_library/poi-ooxml-3.8-20120326.jar')
26+
fullfile(fileparts(which('get_poi_paths')), 'poi_library/poi-ooxml-schemas-3.8-20120326.jar')
27+
fullfile(fileparts(which('get_poi_paths')), 'poi_library/xmlbeans-2.3.0.jar')
28+
fullfile(fileparts(which('get_poi_paths')), 'poi_library/dom4j-1.6.1.jar')
29+
fullfile(fileparts(which('get_poi_paths')), 'poi_library/stax-api-1.0.1.jar')};
3030

3131
missing_poi_files = poi_files(~ismember(poi_files, javaclasspath('-static')));
3232

0 commit comments

Comments
 (0)