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
f21a3bf9
Commit
f21a3bf9
authored
2 years ago
by
vkovtun
Browse files
Options
Downloads
Patches
Plain Diff
SSDM-13359: Removed duplicate screening javadocs.
parent
3c1b0401
No related branches found
No related tags found
1 merge request
!40
SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core-plugin-openbis/build.gradle
+1
-17
1 addition, 17 deletions
core-plugin-openbis/build.gradle
with
1 addition
and
17 deletions
core-plugin-openbis/build.gradle
+
1
−
17
View file @
f21a3bf9
...
@@ -62,7 +62,6 @@ configurations.create('blast_tar')
...
@@ -62,7 +62,6 @@ configurations.create('blast_tar')
configurations
.
create
(
'libOpenbisCommonJavadoc'
)
configurations
.
create
(
'libOpenbisCommonJavadoc'
)
configurations
.
create
(
'serverOriginalDataStoreJavadoc'
)
configurations
.
create
(
'serverOriginalDataStoreJavadoc'
)
configurations
.
create
(
'serverApplicationServerJavadoc'
)
configurations
.
create
(
'serverApplicationServerJavadoc'
)
configurations
.
create
(
'serverScreeningJavadoc'
)
def
jettyVersion
=
'9.4.44'
def
jettyVersion
=
'9.4.44'
def
jettyDistributionVersion
=
'9.4.44.v20210927'
def
jettyDistributionVersion
=
'9.4.44.v20210927'
...
@@ -126,7 +125,6 @@ dependencies {
...
@@ -126,7 +125,6 @@ dependencies {
libOpenbisCommonJavadoc
project
(
':lib-openbis-common'
)
libOpenbisCommonJavadoc
project
(
':lib-openbis-common'
)
serverOriginalDataStoreJavadoc
project
(
':server-original-data-store'
)
serverOriginalDataStoreJavadoc
project
(
':server-original-data-store'
)
serverApplicationServerJavadoc
project
(
':server-application-server'
)
serverApplicationServerJavadoc
project
(
':server-application-server'
)
serverScreeningJavadoc
project
(
':server-screening'
)
}
}
sourceSets
{
sourceSets
{
...
@@ -515,22 +513,9 @@ task serverApplicationServerJavadocZip(type: Zip, dependsOn: serverApplicationSe
...
@@ -515,22 +513,9 @@ task serverApplicationServerJavadocZip(type: Zip, dependsOn: serverApplicationSe
from
serverApplicationServerJavadoc
.
destinationDir
from
serverApplicationServerJavadoc
.
destinationDir
}
}
task
serverScreeningJavadoc
(
type:
Javadoc
)
{
source
project
(
':server-screening'
).
files
(
'source/java'
).
getAsFileTree
().
matching
{
include
"**/ch/systemsx/cisd/openbis/plugin/screening/client/api/v1/**/*.java"
}
classpath
=
configurations
.
serverScreeningJavadoc
}
task
serverScreeningJavadocZip
(
type:
Zip
,
dependsOn:
serverScreeningJavadoc
)
{
archiveName
'javadoc-server-screening.zip'
from
serverScreeningJavadoc
.
destinationDir
}
task
clientsAndApis
(
type:
Zip
,
dependsOn:
[
dssClientZip
,
queryApiZip
,
apiV3Zip
,
screeningApiZip
,
pybisZip
,
obisZip
,
task
clientsAndApis
(
type:
Zip
,
dependsOn:
[
dssClientZip
,
queryApiZip
,
apiV3Zip
,
screeningApiZip
,
pybisZip
,
obisZip
,
dropboxJavaDocZip
,
dynamicApiJavadocZip
,
libOpenbisCommonJavadocZip
,
dropboxJavaDocZip
,
dynamicApiJavadocZip
,
libOpenbisCommonJavadocZip
,
serverOriginalDataStoreJavadocZip
,
serverApplicationServerJavadocZip
,
serverOriginalDataStoreJavadocZip
,
serverApplicationServerJavadocZip
])
{
serverScreeningJavadocZip
])
{
baseName
'openBIS-clients-and-APIs'
baseName
'openBIS-clients-and-APIs'
from
dssClientZip
.
archivePath
from
dssClientZip
.
archivePath
from
queryApiZip
.
archivePath
from
queryApiZip
.
archivePath
...
@@ -543,7 +528,6 @@ task clientsAndApis(type: Zip, dependsOn: [dssClientZip, queryApiZip, apiV3Zip,
...
@@ -543,7 +528,6 @@ task clientsAndApis(type: Zip, dependsOn: [dssClientZip, queryApiZip, apiV3Zip,
from
libOpenbisCommonJavadocZip
.
archivePath
from
libOpenbisCommonJavadocZip
.
archivePath
from
serverOriginalDataStoreJavadocZip
.
archivePath
from
serverOriginalDataStoreJavadocZip
.
archivePath
from
serverApplicationServerJavadocZip
.
archivePath
from
serverApplicationServerJavadocZip
.
archivePath
from
serverScreeningJavadocZip
.
archivePath
from
(
'dist/client/readme.txt'
)
from
(
'dist/client/readme.txt'
)
rename
{
filename
->
rename
{
filename
->
if
(
filename
.
startsWith
(
'pybis-'
))
{
if
(
filename
.
startsWith
(
'pybis-'
))
{
...
...
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