Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit e253159

Browse files
committed
compilation fix
1 parent 65f79bf commit e253159

File tree

76 files changed

+3
-16
lines changed

Some content is hidden

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

76 files changed

+3
-16
lines changed

grails-app/conf/BootStrap.groovy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ class BootStrap {
7878

7979
break
8080

81-
case "cloud":
82-
83-
//initSearchablePlugin()
84-
85-
break
86-
8781
case "standalone":
8882

8983
break

grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ def pluginDir = new File('modules')
3232
pluginDir.eachDir {
3333
grails.plugin.location."$it.name" = it.path
3434
}
35-
//grails.plugin.location.backend = "../OpenLabBackend"
36-
//grails.plugin.location.geneTracker = "../GeneTracker"
37-
//grails.plugin.location.storage = "../Storage"
38-
//grails.plugin.location.barcode = "../OpenLabBarcode"
39-
//grails.plugin.location.attachments = "../OpenLabAttachments"
40-
//grails.plugin.location.taqman = "../OpenLabTaqMan"
41-
//grails.plugin.location.documents = "../OpenLabDocuments"
4235

4336
grails.project.class.dir = "target/classes"
4437
grails.project.test.class.dir = "target/test-classes"
@@ -74,7 +67,7 @@ grails.project.dependency.resolution = {
7467
// specify dependencies here under either 'build', 'compile', 'runtime', 'test' or 'provided' scopes eg.
7568
runtime "hsqldb:hsqldb:1.8.0.10"
7669
runtime 'mysql:mysql-connector-java:5.1.16'
77-
//compile "org.cloudfoundry:cloudfoundry-runtime:0.8.4"
70+
compile "org.cloudfoundry:cloudfoundry-runtime:0.8.4"
7871
}
7972

8073
plugins{

modules/OpenLabGeneTracker

-33 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

target/classes/BootStrap.class

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)