diff --git a/EC-GN-JA-PCF-IN/pom.xml b/EC-GN-JA-PCF-IN/pom.xml index c339763..ce919e0 100755 --- a/EC-GN-JA-PCF-IN/pom.xml +++ b/EC-GN-JA-PCF-IN/pom.xml @@ -156,6 +156,8 @@ of the distribution package.. %{codac_rpm_prefix}-marte-components-sdn %{codac_rpm_prefix}-marte-components-dan %{codac_rpm_prefix}-marte-components-epics + %{codac_rpm_prefix}-marte-components-pxi + %{codac_rpm_prefix}-marte-components-rio %{codac_rpm_prefix}-marte-components-devel %{codac_rpm_prefix}-marte-extensions %{codac_rpm_prefix}-marte-extensions-devel diff --git a/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh b/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh index 6ad8133..69214ff 100644 --- a/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh +++ b/EC-GN-JA-PCF-IN/src/main/scripts/ec-gn-ja-pcf-gy.sh @@ -1,10 +1,10 @@ #!/bin/bash . codacenv reload -PROJ=EC-GN-JA-PCF +PROJ=EC-GN-P01-PCF CFG=$1 -SRC=${CODAC_VAR}/${PROJ}/${CFG} +SRC=${CODAC_CONF}/${PROJ}/${CFG} FOLDER=${CODAC_VAR}/${PROJ} if [[ ! -d ${FOLDER} ]]; then mkdir -p ${FOLDER}