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
afbf0d2a
Commit
afbf0d2a
authored
13 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-2760 makeing screening API in build script
SVN: 24312
parent
bff7c4ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openbis_standard_technologies/build/build.xml
+1
-0
1 addition, 0 deletions
openbis_standard_technologies/build/build.xml
screening/build/build.xml
+2
-2
2 additions, 2 deletions
screening/build/build.xml
with
3 additions
and
2 deletions
openbis_standard_technologies/build/build.xml
+
1
−
0
View file @
afbf0d2a
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
<antcall
target=
"openbis.make-dist"
>
<antcall
target=
"openbis.make-dist"
>
<param
name=
"variant"
value=
"-standard-technologies"
/>
<param
name=
"variant"
value=
"-standard-technologies"
/>
</antcall>
</antcall>
<antcall
target=
"screening.screening-api"
/>
<mkdir
dir=
"${dist.datastore_server.lib}"
/>
<mkdir
dir=
"${dist.datastore_server.lib}"
/>
<antcall
target=
"dist-upload-gui"
>
<antcall
target=
"dist-upload-gui"
>
<param
name=
"variant"
value=
""
/>
<param
name=
"variant"
value=
""
/>
...
...
This diff is collapsed.
Click to expand it.
screening/build/build.xml
+
2
−
2
View file @
afbf0d2a
...
@@ -350,7 +350,7 @@
...
@@ -350,7 +350,7 @@
useexternalfile=
"true"
useexternalfile=
"true"
classpath=
"${ecp}:${classes.screening}:${classes.common}:${classes.common-server}"
>
classpath=
"${ecp}:${classes.screening}:${classes.common}:${classes.common-server}"
>
<fileset
dir=
"${sources}"
>
<fileset
dir=
"
../screening/
${sources}"
>
<include
name=
"OpenBISScreeningML.java"
/>
<include
name=
"OpenBISScreeningML.java"
/>
<include
name=
"ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**/*.java"
/>
<include
name=
"ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**/*.java"
/>
<include
name=
"ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**/*.java"
/>
<include
name=
"ch/systemsx/cisd/openbis/plugin/screening/shared/api/v1/dto/**/*.java"
/>
...
@@ -446,7 +446,7 @@
...
@@ -446,7 +446,7 @@
<build-info
revision=
"revision.number"
version=
"version.number"
clean=
"clean.flag"
/>
<build-info
revision=
"revision.number"
version=
"version.number"
clean=
"clean.flag"
/>
<echo
file=
"${build.info.file}"
>
${version.number}:${revision.number}:${clean.flag}
</echo>
<echo
file=
"${build.info.file}"
>
${version.number}:${revision.number}:${clean.flag}
</echo>
<recursive-jar
destfile=
"${dist.screening-api.jar}"
>
<recursive-jar
destfile=
"${dist.screening-api.jar}"
>
<fileset
dir=
"${classes
.screening
}"
>
<fileset
dir=
"${classes}"
>
<include
name=
"OpenBISScreeningML*.class"
/>
<include
name=
"OpenBISScreeningML*.class"
/>
<include
name=
"ch/systemsx/cisd/common/api/**/*.class"
/>
<include
name=
"ch/systemsx/cisd/common/api/**/*.class"
/>
<exclude
name=
"ch/systemsx/cisd/common/api/server/**/*.class"
/>
<exclude
name=
"ch/systemsx/cisd/common/api/server/**/*.class"
/>
...
...
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