Skip to content
Snippets Groups Projects
Commit c0de9c96 authored by juanf's avatar juanf
Browse files

Remove Dropbox Javadoc

parent a0d18cae
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -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'
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment