private List<StaticDependenciesPackage> createDependenciesPackages( String dashboardType ) {
IReadAccess reader = getContentAccess().getPluginSystemReader( BASE_DIR );
String fileName = String.format( "resources.%s.properties", dashboardType );
Properties dtProperties = new Properties( getBaseProperties() );
if ( reader.fileExists( fileName ) ) {
loadProperties( reader, fileName, dtProperties );
}
PathSet pathSet = new PathSet();
addBaseDependencies( pathSet, dtProperties );