Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
5a871788
Commit
5a871788
authored
14 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
add: jai_core.jar and jai_codes.jar to classpath of DSS
SVN: 17321
parent
36d21703
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/build/build.xml
+3
-1
3 additions, 1 deletion
datastore_server/build/build.xml
with
3 additions
and
1 deletion
datastore_server/build/build.xml
+
3
−
1
View file @
5a871788
...
...
@@ -58,7 +58,7 @@
servlet-api-2.5.jar log4j.jar activation.jar mail.jar spring.jar fast-md5.jar
commons-codec.jar commons-lang.jar commons-io.jar commons-logging.jar
commons-httpclient.jar commons-pool.jar commons-dbcp.jar eodsql.jar postgresql.jar
ij.jar jaxb-api.jar jaxb-impl.jar jsr173_1-0_api.jar csv.jar
ij.jar
jai_core.jar jai_codec.jar
jaxb-api.jar jaxb-impl.jar jsr173_1-0_api.jar csv.jar
jcommon-1.0.16.jar jfreechart-1.0.13.jar"
/>
<attribute
name=
"Version"
value=
"${version.number}"
/>
<attribute
name=
"Build-Number"
...
...
@@ -113,6 +113,8 @@
<copy
file=
"${lib}/commons-httpclient/commons-httpclient.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/eodsql/eodsql.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/imagej/ij.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/jai/jai_core.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/jai/jai_codec.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/jaxb/jaxb-api.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/jaxb/jaxb-impl.jar"
todir=
"${dist.datastore_server.lib}"
/>
<copy
file=
"${lib}/jaxb/jsr173_1.0_api.jar"
todir=
"${dist.datastore_server.lib}"
/>
...
...
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