Skip to content
Snippets Groups Projects
Commit c56c99c0 authored by felmer's avatar felmer
Browse files

Merge branch 'master' of sissource.ethz.ch:sispub/openbis

parents cc27a52b 1f597721
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ task copyResources(type: Copy, dependsOn: [compileJava, ':openbis_standard_techn
from ("${installerDistDir}/../BUILD-installation.INFO") {
into 'bin'
}
from ("${buildDir}/classes/main/InstallerVariableAccess.class") {
from ("${buildDir}/classes/java/main/InstallerVariableAccess.class") {
into 'bin'
}
from (zipTree(project(':openbis_standard_technologies').zip.archivePath)) {
......
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