Handle sustitution and proto files in sdd-cool
This commit is contained in:
@@ -21,7 +21,7 @@ of the distribution package..
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.iter.codac.units</groupId>
|
||||
<artifactId>EC-GN-JA-PCF</artifactId>
|
||||
<artifactId>EC-GN-P01-PCF</artifactId>
|
||||
<packaging>codac</packaging>
|
||||
<version>1.0.0</version>
|
||||
<name>CODAC Core System EC-GN subsystem</name>
|
||||
@@ -70,12 +70,9 @@ of the distribution package..
|
||||
<define macroname="project_version">${project.version}</define>
|
||||
<define macroname="project_description">${project.description}</define>
|
||||
</rpmspec>
|
||||
<package name="EC-GN-PCF0CORE-ioc">
|
||||
<package name="EC-GN-P01-PCF0CORE-ioc">
|
||||
<url>${rpm.vcs.url}</url>
|
||||
<include name="EC-GN-PCF0CORE" type="ioc" />
|
||||
</package>
|
||||
<package name="EC-GN-PCF0SYSM-ioc">
|
||||
<include name="EC-GN-PCF0SYSM" type="ioc" />
|
||||
<include name="EC-GN-P01-PCF0CORE" type="ioc" />
|
||||
</package>
|
||||
<package name="${project.artifactId}-lib">
|
||||
<url>${rpm.vcs.url}</url>
|
||||
@@ -182,8 +179,8 @@ of the distribution package..
|
||||
target="%{_unitdir}/%{codac_service_prefix}-ec-gn-ja-pcf-gya.service.d/override.conf"
|
||||
rpmeval="true">
|
||||
<![CDATA[[Unit]
|
||||
Wants=%{codac_service_prefix}-${project.artifactId}-PSH0PCF-ioc.service
|
||||
After=%{codac_service_prefix}-${project.artifactId}-PSH0PCF-ioc.service]]>
|
||||
Wants=%{codac_service_prefix}-EC-GN-P01-PCF0CORE-ioc.service
|
||||
After=%{codac_service_prefix}-EC-GN-P01-PCF0CORE-ioc.service]]>
|
||||
<![CDATA[[Service]
|
||||
KillSignal=SIGINT]]>
|
||||
</include>
|
||||
@@ -202,8 +199,8 @@ KillSignal=SIGINT]]>
|
||||
target="%{_unitdir}/%{codac_service_prefix}-ec-gn-ja-pcf-gyb.service.d/override.conf"
|
||||
rpmeval="true">
|
||||
<![CDATA[[Unit]
|
||||
Wants=%{codac_service_prefix}-${project.artifactId}-PSH0PCF-ioc.service
|
||||
After=%{codac_service_prefix}-${project.artifactId}-PSH0PCF-ioc.service]]>
|
||||
Wants=%{codac_service_prefix}-EC-GN-P01-PCF0CORE-ioc.service
|
||||
After=%{codac_service_prefix}-EC-GN-P01-PCF0CORE-ioc.service]]>
|
||||
<![CDATA[[Service]
|
||||
KillSignal=SIGINT]]>
|
||||
</include>
|
||||
|
||||
Reference in New Issue
Block a user