Skip to content
Snippets Groups Projects
Commit 724b2cd9 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13365: ssdm-13365 renamed forgotten exclude from openbis war file creation

parent a7855063
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -275,7 +275,7 @@ war.dependsOn copyJarsForWebStart ...@@ -275,7 +275,7 @@ war.dependsOn copyJarsForWebStart
war { war {
rootSpec.eachFile { file -> rootSpec.eachFile { file ->
if (file.name.startsWith('cisd-cifex') if (file.name.startsWith('cisd-cifex')
|| file.name.startsWith('datastore_server') || file.name.startsWith('server-original-data-store')
|| file.name.startsWith('bioformats') || file.name.startsWith('bioformats')
|| file.name.startsWith('cisd-image-readers') || file.name.startsWith('cisd-image-readers')
) { ) {
......
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