Skip to content
Snippets Groups Projects
Commit 7b6a8987 authored by Jens Steidl's avatar Jens Steidl :baby_chick: Committed by Andreas Romeyke
Browse files

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

parent d35b970b
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ PLUGINCLASS:=SLUBMatroskaFFV1FormatValidationPlugin
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