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
a048013b
Commit
a048013b
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- removed shebang
- minor fix
parent
e76b954f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+1
-3
1 addition, 3 deletions
Makefile
with
1 addition
and
3 deletions
Makefile
+
1
−
3
View file @
a048013b
#!/bin/bash
# Andreas Romeyke, SLUB Dresden
# Andreas Romeyke, SLUB Dresden
# 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.
...
@@ -17,7 +16,6 @@ ROSETTASDKDEPOSIT:=${ROSETTASDK}/../dps-sdk-projects/dps-sdk-deposit/lib
...
@@ -17,7 +16,6 @@ ROSETTASDKDEPOSIT:=${ROSETTASDK}/../dps-sdk-projects/dps-sdk-deposit/lib
ROSETTASDKPLUGINS
:=
${
ROSETTASDK
}
/../../bundled_plugins/
ROSETTASDKPLUGINS
:=
${
ROSETTASDK
}
/../../bundled_plugins/
ROSETTASDKJARS
=
$(
shell find
${
ROSETTASDKDEPOSIT
}
-name
"*.jar"
)
ROSETTASDKJARS
=
$(
shell find
${
ROSETTASDKDEPOSIT
}
-name
"*.jar"
)
# classpath
# classpath
JUNITCLASSPATH
=
/usr/share/java/junit4.jar
JUNITCLASSPATH
=
/usr/share/java/junit4.jar
#SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs
#SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs
...
@@ -63,7 +61,7 @@ $(BUILD):
...
@@ -63,7 +61,7 @@ $(BUILD):
$(JAR)
:
$(OBJS)
$(JAR)
:
$(OBJS)
@
cp
-r
PLUGIN-INF/
$(
BUILD
)
@
cp
-r
PLUGIN-INF/
$(
BUILD
)
@
cp
-r
META-INF/
$(
BUILD
)
@
cp
-r
META-INF/
$(
BUILD
)
@
cd
java
;
find ./
-name
"*.class"
-print
-exec
cp
--parents
-r
\{\}
$(
PWD
)
/
build
\;
;
cd
..
@
cd
java
;
find ./
-name
"*.class"
-print
-exec
cp
--parents
-r
\{\}
$(
PWD
)
/
$(
BUILD
)
\;
;
cd
..
@
cd
$(
BUILD
);
${
JAVAPATH
}
/jar cfvM ../
$@
./
*
;
cd
..
@
cd
$(
BUILD
);
${
JAVAPATH
}
/jar cfvM ../
$@
./
*
;
cd
..
%.class
:
%.java
%.class
:
%.java
...
...
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