Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit d545ca8

Browse files
committed
rename configuration files
1 parent 39ecfbd commit d545ca8

File tree

9 files changed

+9
-189
lines changed

9 files changed

+9
-189
lines changed

src/main/java/eu/geoknow/generator/configuration/FrameworkConfiguration.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ public class FrameworkConfiguration {
5757
private String defaultDataset = "";
5858

5959
// in this file all main configs are stored
60-
private final static String configurationFile = "framework-configuration.ttl";
61-
private final static String datasourcesFile = "framework-datasources.ttl";
62-
private final static String componentsFile = "framework-components.ttl";
63-
private final static String usersFile = "framework-users.ttl";
64-
private final static String sysgraphsFile = "framework-system-graphs.ttl";
65-
private final static String rolesFile = "framework-roles.ttl";
60+
private final static String configurationFile = "system-configuration.ttl";
61+
private final static String datasourcesFile = "system-datasources.ttl";
62+
private final static String componentsFile = "system-components.ttl";
63+
private final static String usersFile = "system-users.ttl";
64+
private final static String sysgraphsFile = "system-graphs.ttl";
65+
private final static String rolesFile = "system-roles.ttl";
6666

6767
private static Model configurationModel = null;
6868
private static Model datasourceModel = null;
@@ -76,6 +76,7 @@ public class FrameworkConfiguration {
7676
// This special user is not created or configured on Workbench setup, it
7777
// should be configured previously in RDF store.
7878
// Configuration details depends on concrete RDF store.
79+
7980
private String rdfStoreAdmin = "";
8081
private String rdfStoreAdminPassword = "";
8182
private String virtuosoJdbcConnString = "";

src/main/resources/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/framework-configuration.ttl
1+
/system-configuration.ttl
2+
/system-components.ttl

src/main/resources/framework-components.ttl

Lines changed: 0 additions & 182 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)