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

- updated Rosetta version

- added suggested fix for #20
parent ef2f7097
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ JAVAPATH:=$(wildcard /usr/lib/jvm/java-1.17.0-openjdk-*/bin/)
JAVARELEASE:=17
# Verwendete Rosetta-Version
ROSETTAVERSION:=8.0.0
ROSETTAVERSION:=8.1.0
# Pfad zum Rosetta-SDK und lokalen JARs
ROSETTASDK:=/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}/dps-sdk-projects/dps-sdk-deposit/lib/
......@@ -70,6 +70,8 @@ $(JAR): $(OBJS)
@cp -r PLUGIN-INF/ $(BUILD)
@cp -r META-INF/ $(BUILD)
@cp -r lib/ $(BUILD)
# patch suggested by ExL, see https://git.slub-dresden.de/digital-preservation/xml_plugin4rosetta/-/issues/20
@rm -f $(BUILD)/lib/xml-apis.jar
@cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/$(BUILD) \; ; cd ..
@cd $(BUILD); ${JAVAPATH}/jar cfvM ../$@ ./* ; cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment