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
c0de9c96
Commit
c0de9c96
authored
1 year ago
by
juanf
Browse files
Options
Downloads
Patches
Plain Diff
Remove Dropbox Javadoc
parent
a0d18cae
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core-plugin-openbis/build.gradle
+2
-1
2 additions, 1 deletion
core-plugin-openbis/build.gradle
core-plugin-openbis/query-api.gradle
+15
-14
15 additions, 14 deletions
core-plugin-openbis/query-api.gradle
with
17 additions
and
15 deletions
core-plugin-openbis/build.gradle
+
2
−
1
View file @
c0de9c96
...
...
@@ -514,7 +514,8 @@ task serverApplicationServerJavadocZip(type: Zip, dependsOn: serverApplicationSe
from
serverApplicationServerJavadoc
.
destinationDir
}
task
clientsAndApis
(
type:
Zip
,
dependsOn:
[
dssClientZip
,
queryApiZip
,
apiV3Zip
,
dropboxApiZip
,
screeningApiZip
,
pybisZip
,
obisZip
,
// TODO: Add dropboxApiZip
task
clientsAndApis
(
type:
Zip
,
dependsOn:
[
dssClientZip
,
queryApiZip
,
apiV3Zip
,
screeningApiZip
,
pybisZip
,
obisZip
,
dropboxJavaDocZip
,
dynamicApiJavadocZip
,
libOpenbisCommonJavadocZip
,
serverOriginalDataStoreJavadocZip
,
serverApplicationServerJavadocZip
])
{
baseName
'openBIS-clients-and-APIs'
...
...
This diff is collapsed.
Click to expand it.
core-plugin-openbis/query-api.gradle
+
15
−
14
View file @
c0de9c96
...
...
@@ -262,20 +262,21 @@ task apiV3Zip(type: Zip, dependsOn: [apiV3JarBatteriesIncluded, apiV3Sources, ap
/////////// DROPBOX API V2 ////////////////////
task
dropboxApiJar
(
type:
Jar
)
{
baseName
'openBIS-API-dropbox'
includeEmptyDirs
false
from
project
(
':server-original-data-store'
).
compileJava
.
outputs
.
getFiles
().
getAsFileTree
().
matching
{
include
"ch/systemsx/cisd/etlserver/registrator/api/v2/*.class"
include
"ch/systemsx/cisd/etlserver/registrator/api/v2/impl/*.class"
}
}
task
dropboxApiZip
(
type:
Zip
,
dependsOn:
[
dropboxApiJar
])
{
baseName
'openBIS-API-dropbox'
from
dropboxApiJar
.
archivePath
into
'openBIS-API-dropbox'
}
// TODO: Add dropboxApiJar and dropboxApiZip
//task dropboxApiJar(type: Jar) {
// baseName 'openBIS-API-dropbox'
// includeEmptyDirs false
// from project(':server-original-data-store').compileJava.outputs.getFiles().getAsFileTree().matching {
// include "ch/systemsx/cisd/etlserver/registrator/api/v2/*.class"
// include "ch/systemsx/cisd/etlserver/registrator/api/v2/impl/*.class"
// }
//}
//
//task dropboxApiZip(type: Zip, dependsOn: [dropboxApiJar]) {
// baseName 'openBIS-API-dropbox'
// from dropboxApiJar.archivePath
// into 'openBIS-API-dropbox'
//}
configurations
.
create
(
'dropboxApiJavadoc'
)
dependencies
{
...
...
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