Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
4b1e8761
Commit
4b1e8761
authored
4 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- updated JDK and SDK paths / versions
parent
eda462e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+4
-5
4 additions, 5 deletions
Makefile
with
4 additions
and
5 deletions
Makefile
+
4
−
5
View file @
4b1e8761
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment