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

- updated JDK and SDK paths / versions

parent eda462e0
No related branches found
No related tags found
No related merge requests found
...@@ -3,11 +3,11 @@ ...@@ -3,11 +3,11 @@
# erzeugt Submission-Application, die vorbereitete Verzeichnisse per Java SDK # erzeugt Submission-Application, die vorbereitete Verzeichnisse per Java SDK
# von ExLibris an Rosetta übergibt. # von ExLibris an Rosetta übergibt.
# Pfad zu Java 7 # Pfad zu Java
JAVAPATH=$(wildcard /usr/lib/jvm/java-8-openjdk-*/bin/) JAVAPATH=$(wildcard /usr/lib/jvm/java-11-openjdk-*/bin/)
# Verwendete Rosetta-Version # Verwendete Rosetta-Version
ROSETTAVERSION=5.5.0 ROSETTAVERSION=6.3.0
# Pfad zum Rosetta-SDK # Pfad zum Rosetta-SDK
ROSETTASDK=/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}/lib/ ROSETTASDK=/exlibris/dps/d4_1/system.dir/dps-sdk-${ROSETTAVERSION}/lib/
...@@ -32,7 +32,7 @@ JAR=SLUBVirusCheckPlugin.jar ...@@ -32,7 +32,7 @@ JAR=SLUBVirusCheckPlugin.jar
all: $(JAR) all: $(JAR)
help: help:
@echo "erzeugt Storage-Plugin für Rosetta von Exlibris" @echo "erzeugt ${JAR} für Rosetta von Exlibris"
@echo "" @echo ""
@echo "Das Argument 'clean' löscht temporäre Dateien, 'help' gibt diese Hilfe aus und" @echo "Das Argument 'clean' löscht temporäre Dateien, 'help' gibt diese Hilfe aus und"
@echo "'compile' erzeugt ein JAR-File und ein Bash-Script welches das Java-Programm" @echo "'compile' erzeugt ein JAR-File und ein Bash-Script welches das Java-Programm"
...@@ -73,4 +73,3 @@ check_prerequisites: ...@@ -73,4 +73,3 @@ check_prerequisites:
@if [ -e $(ROSETTASDK) ]; then echo "fine :)"; else echo " not found! :("; fi @if [ -e $(ROSETTASDK) ]; then echo "fine :)"; else echo " not found! :("; fi
.PHONY: help clean distclean jarclean test .PHONY: help clean distclean jarclean test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment