Skip to content

Commit f132270

Browse files
authored
Update module locations for laboratory and GenotypeAssays (#5)
1 parent f7202d3 commit f132270

File tree

299 files changed

+3
-40583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+3
-40583
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
dependencies {
1818
apiCompile "com.github.samtools:htsjdk:${htsjdkVersion}"
1919
external "com.github.samtools:htsjdk:${htsjdkVersion}"
20-
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:DiscvrLabKeyModules:laboratory", depProjectConfig: "apiCompile")
20+
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:LabDevKitModules:laboratory", depProjectConfig: "apiCompile")
2121
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:LabDevKitModules:LDK", depProjectConfig: "apiCompile")
2222
external 'org.biojava:biojava3-core:3.0.7'
2323
external 'org.biojava:biojava3-genome:3.0.7'

blast/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.labkey.gradle.util.BuildUtils;
22

33
dependencies
44
{
5-
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:DiscvrLabKeyModules:laboratory", depProjectConfig: "apiCompile")
5+
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:LabDevKitModules:laboratory", depProjectConfig: "apiCompile")
66
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:LabDevKitModules:LDK", depProjectConfig: "apiCompile")
77
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:DiscvrLabKeyModules:SequenceAnalysis", depProjectConfig: "apiCompile")
88
}

jbrowse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
dependencies {
1111
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:LabDevKitModules:LDK", depProjectConfig: "apiCompile")
1212
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:DiscvrLabKeyModules:SequenceAnalysis", depProjectConfig: "apiCompile")
13-
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:DiscvrLabKeyModules:laboratory", depProjectConfig: "apiCompile")
13+
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":server:modules:LabDevKitModules:laboratory", depProjectConfig: "apiCompile")
1414
}
1515

1616
project.task("copyJBrowse",

laboratory/api-src/org/labkey/api/laboratory/AbstractImportingNavItem.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

laboratory/api-src/org/labkey/api/laboratory/AbstractQueryNavItem.java

Lines changed: 0 additions & 111 deletions
This file was deleted.

laboratory/api-src/org/labkey/api/laboratory/AbstractUrlNavItem.java

Lines changed: 0 additions & 99 deletions
This file was deleted.

laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithLabelNavItem.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithoutLabelNavItem.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)