Skip to content
Snippets Groups Projects
Commit 095d8f85 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed warning

parent 35eda9e8
No related branches found
No related tags found
No related merge requests found
Pipeline #4210 passed
......@@ -14,7 +14,7 @@ ROSETTASDK:=/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}/lib/
ROSETTASDKDEPOSIT:=${ROSETTASDK}/../dps-sdk-projects/dps-sdk-deposit/lib
ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/
ROSETTASDKJARS=$(shell find ${ROSETTASDKDEPOSIT} -name "*.jar")
LOCALJARS=$(shell find lib -name "*.jar" -print |xargs echo |sed -e "s/ /:/g")
LOCALJARS=$(shell if [ -d lib ]; then find lib -name "*.jar" -print |xargs echo |sed -e "s/ /:/g"; fi)
JAR:=SLUBXmlFormatValidationPlugin.jar
# classpath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment