Skip to content

Commit

Permalink
FDP-2849: Renaming references to property files
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleHoffman committed Feb 3, 2025
1 parent 25bca51 commit 73dc1e7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
})
@EnableTransactionManagement()
@Import({Iec60870MessagingConfig.class, Iec60870Config.class, MetricsConfig.class})
@PropertySource("classpath:osgp-adapter-protocol-iec60870.properties")
@PropertySource("classpath:osgp-protocol-adapter-iec60870.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolIec60870/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@Configuration
@EnableTransactionManagement()
@PropertySource("classpath:osgp-adapter-protocol-iec60870.properties")
@PropertySource("classpath:osgp-protocol-adapter-iec60870.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolIec60870/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/** An application context Java configuration class. */
@Configuration
@PropertySource("classpath:osgp-adapter-protocol-iec60870.properties")
@PropertySource("classpath:osgp-protocol-adapter-iec60870.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolIec60870/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SPDX-License-Identifier: Apache-2.0
<Environment name="osgp/Global/config" value="/etc/osp/global.properties"
type="java.lang.String" override="false" />
<Environment name="osgp/AdapterProtocolIec60870/config"
value="/etc/osp/osgp-adapter-protocol-iec60870.properties" type="java.lang.String"
value="/etc/osp/osgp-protocol-adapter-iec60870.properties" type="java.lang.String"
override="true" />
<Environment name="osgp/AdapterProtocolIec60870/log-config"
value="/etc/osp/osgp-adapter-protocol-iec60870-logback.xml" type="java.lang.String"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Iec61850Config.class,
MetricsConfig.class
})
@PropertySource("classpath:osgp-adapter-protocol-iec61850.properties")
@PropertySource("classpath:osgp-protocol-adapter-iec61850.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolIec61850/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

@Configuration
@EnableTransactionManagement()
@PropertySource("classpath:osgp-adapter-protocol-iec61850.properties")
@PropertySource("classpath:osgp-protocol-adapter-iec61850.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolIec61850/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/** An application context Java configuration class. */
@Configuration
@EnableTransactionManagement()
@PropertySource("classpath:osgp-adapter-protocol-iec61850.properties")
@PropertySource("classpath:osgp-protocol-adapter-iec61850.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolIec61850/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SPDX-License-Identifier: Apache-2.0
<Environment name="osgp/Global/config" value="/etc/osp/global.properties"
type="java.lang.String" override="false" />
<Environment name="osgp/AdapterProtocolIec61850/config"
value="/etc/osp/osgp-adapter-protocol-iec61850.properties" type="java.lang.String"
value="/etc/osp/osgp-protocol-adapter-iec61850.properties" type="java.lang.String"
override="true" />
<Environment name="osgp/AdapterProtocolIec61850/log-config"
value="/etc/osp/osgp-adapter-protocol-iec61850-logback.xml" type="java.lang.String"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
})
@Import({MetricsConfig.class})
@EnableTransactionManagement()
@PropertySource("classpath:osgp-adapter-protocol-oslp-elster.properties")
@PropertySource("classpath:osgp-protocol-adapter-oslp-elster.properties")
@PropertySource(value = "file:${osgp/Global/config}", ignoreResourceNotFound = true)
@PropertySource(
value = "file:${osgp/AdapterProtocolOslpElster/config}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SPDX-License-Identifier: Apache-2.0
type="java.lang.String" override="true" />

<Environment name="osgp/AdapterProtocolOslpElster/config"
value="/etc/osp/osgp-adapter-protocol-oslp-elster.properties" type="java.lang.String"
value="/etc/osp/osgp-protocol-adapter-oslp-elster.properties" type="java.lang.String"
override="true" />
<Environment name="osgp/AdapterProtocolOslpElster/log-config"
value="/etc/osp/osgp-adapter-protocol-oslp-elster-logback.xml" type="java.lang.String"
Expand Down

0 comments on commit 73dc1e7

Please sign in to comment.