Skip to content
Snippets Groups Projects
Commit 74821b3f authored by vkovtun's avatar vkovtun
Browse files

SSDM-13359: Fixing a missing page.

parent 7571ca62
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -478,7 +478,7 @@ task obisZip(type: Zip) { ...@@ -478,7 +478,7 @@ task obisZip(type: Zip) {
task libOpenbisCommonJavadoc(type: Javadoc) { task libOpenbisCommonJavadoc(type: Javadoc) {
source project(':lib-openbis-common').files('source/java').getAsFileTree().matching { source project(':lib-openbis-common').files('source/java').getAsFileTree().matching {
include "**/ch/ethz/sis/openbis/common/io/hierarchical_content/api/**/*.java" include "**/ch/systemsx/cisd/openbis/common/io/hierarchical_content/api/**/*.java"
} }
classpath = configurations.libOpenbisCommonJavadoc classpath = configurations.libOpenbisCommonJavadoc
} }
......
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