Skip to content
Snippets Groups Projects
Commit ee41e973 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- revert: file name change to streamline update processing in Rosetta

parent 44b74c5b
No related branches found
No related tags found
No related merge requests found
Pipeline #4906 failed
......@@ -20,7 +20,7 @@ PLUGINCLASS:=SLUBRetroMonographieTIFFFormatValidationPlugin
SOURCES:=java/org/slub/rosetta/dps/repository/plugin/${PLUGINCLASS}.java
OBJS:=$(SOURCES:.java=.class)
PLUGINVERSION:=$(shell grep -o "<pl:version>.*</pl:version>" PLUGIN-INF/*.xml | sed -e "s#<pl:version>##g" | sed -e "s#</pl:version>##g")
JAR:=${PLUGINCLASS}-${PLUGINVERSION}_sdk-${ROSETTAVERSION}.jar
JAR:=${PLUGINCLASS}.jar
BUILD:=build/
all: $(BUILD) $(JAR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment