Skip to content
Snippets Groups Projects
Commit aa124859 authored by anttil's avatar anttil
Browse files

Adding plasmid plugin .jar to datastore_server/lib as requested by Caterina

SVN: 33513
parent ffa30eb9
No related branches found
No related tags found
No related merge requests found
includeFlat 'common',
'openbis_api', 'openbis-common', 'authentication', 'dbmigration', 'openbis',
'datastore_server', 'screening', 'rtd_yeastx', 'rtd_phosphonetx', 'deep_sequencing_unit',
'datastore_server', 'screening', 'rtd_yeastx', 'rtd_phosphonetx', 'deep_sequencing_unit', 'plasmid',
'openbis_standard_technologies'
......@@ -9,6 +9,7 @@ evaluationDependsOn(':rtd_phosphonetx')
evaluationDependsOn(':screening')
evaluationDependsOn(':rtd_yeastx')
evaluationDependsOn(':deep_sequencing_unit')
evaluationDependsOn(':plasmid')
apply from: '../gradle/javaproject.gradle'
apply from: 'query-api.gradle'
......@@ -47,6 +48,7 @@ dependencies {
project(':rtd_yeastx'),
project(':screening'),
project(':rtd_phosphonetx'),
project(':plasmid'),
'bioformats:bioformats:+',
'imagej:ij:+',
'cisd:cisd-openbis-knime-server:+',
......
includeFlat 'common', 'openbis_api', 'openbis-common', 'authentication', 'dbmigration', 'openbis',
'datastore_server', 'screening', 'rtd_yeastx', 'rtd_phosphonetx', 'deep_sequencing_unit'
'datastore_server', 'screening', 'rtd_yeastx', 'rtd_phosphonetx', 'deep_sequencing_unit', 'plasmid'
......@@ -8,6 +8,8 @@ evaluationDependsOn(':datastore_server')
apply from: '../gradle/javaproject.gradle'
archivesBaseName = 'datastore_server_plugin-plasmid'
dependencies {
compile project(':datastore_server'),
'openbis:openbis-mobile:+'
......@@ -31,7 +33,6 @@ task plasmidZip(type: Zip) {
from('source/core-plugins') {
into 'core-plugins'
}
rename 'plasmid.*jar', 'datastore_server_plugin-plasmid.jar'
rename 'datastore_server_plugin-plasmid(.*)\\.jar', 'datastore_server_plugin-plasmid.jar'
}
build.dependsOn plasmidZip
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