Skip to content

Commit

Permalink
Switched directory from icf-* to connid-connectors
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Sep 4, 2023
1 parent 70423e2 commit aabcd66
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/config-native.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ https://github.com/Evolveum/midpoint/blob/master/repo/system-init/src/main/resou
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore.jceks</keyStorePath>
Expand Down
1 change: 1 addition & 0 deletions model/workflow-impl/src/test/resources/test-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<scanDirectory>/C:/tmp</scanDirectory>
<scanDirectory>/var/tmp</scanDirectory>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore.jceks</keyStorePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class TestUcfDummyMulti extends AbstractUcfDummyTest {

private static final File CONNECTOR_FAKE = new File("src/test/resources/dummy-connector-fake-4.2.jar");
private static final File MIDPOINT_HOME = new File("target/midpoint-home");
private static final File MIDPOINT_HOME_ICF = new File(MIDPOINT_HOME, "icf-connectors");
private static final File MIDPOINT_HOME_ICF = new File(MIDPOINT_HOME, "connid-connectors");

@Test
public void test000PrismContextSanity() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public enum AuditEventType {

DISCOVER_OBJECT;



public static AuditEventType fromSchemaValue(AuditEventTypeType event) {
if (event == null) {
return null;
Expand Down
1 change: 1 addition & 0 deletions repo/repo-sqale/src/test/resources/config-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
<scanDirectory>/var/tmp</scanDirectory>
</icf>
<keystore>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
<scanDirectory>/var/tmp</scanDirectory>
</icf>
<keystore>
Expand Down
2 changes: 2 additions & 0 deletions repo/repo-sql-impl-test/src/test/resources/config-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
<scanDirectory>/var/tmp</scanDirectory>

</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore-test.jceks</keyStorePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</taskManager>
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore.jceks</keyStorePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<scanDirectory>/C:/tmp</scanDirectory>
<scanDirectory>/var/tmp</scanDirectory>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore.jceks</keyStorePath>
Expand Down
2 changes: 1 addition & 1 deletion repo/repo-test-util/src/main/resources/test-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</taskManager>
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore.jceks</keyStorePath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ private void createMidpointHomeDirectories() {

Path[] directories = {
midPointHomePath.resolve("icf-connectors"),
midPointHomePath.resolve("connid-connectors"),
midPointHomePath.resolve("idm-legacy"),
midPointHomePath.resolve("log"),
midPointHomePath.resolve("schema"),
Expand Down
1 change: 1 addition & 0 deletions repo/system-init/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ to a file, not its content, is the actual value.
<icf>
<scanClasspath>true</scanClasspath>
<scanDirectory>${midpoint.home}/icf-connectors</scanDirectory>
<scanDirectory>${midpoint.home}/connid-connectors</scanDirectory>
</icf>
<keystore>
<keyStorePath>${midpoint.home}/keystore.jceks</keyStorePath>
Expand Down

0 comments on commit aabcd66

Please sign in to comment.