-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
native("jvm") | ||
module gyokuro.demo.ceylonhtml "0.3-SNAPSHOT" { | ||
import net.gyokuro.view.ceylonhtml "0.3-SNAPSHOT"; | ||
module gyokuro.demo.ceylonhtml "0.3" { | ||
import net.gyokuro.view.ceylonhtml "0.3"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
native("jvm") | ||
module gyokuro.demo.gson "0.3-SNAPSHOT" { | ||
import net.gyokuro.core "0.3-SNAPSHOT"; | ||
import net.gyokuro.transform.gson "0.3-SNAPSHOT"; | ||
module gyokuro.demo.gson "0.3" { | ||
import net.gyokuro.core "0.3"; | ||
import net.gyokuro.transform.gson "0.3"; | ||
import ceylon.logging "1.3.2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module gyokuro.demo.mustache "0.3-SNAPSHOT" { | ||
import net.gyokuro.core "0.3-SNAPSHOT"; | ||
import net.gyokuro.view.mustache "0.3-SNAPSHOT"; | ||
module gyokuro.demo.mustache "0.3" { | ||
import net.gyokuro.core "0.3"; | ||
import net.gyokuro.view.mustache "0.3"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module gyokuro.demo.report "0.3-SNAPSHOT" { | ||
import net.gyokuro.report "0.3-SNAPSHOT"; | ||
module gyokuro.demo.report "0.3" { | ||
import net.gyokuro.report "0.3"; | ||
import gyokuro.demo.rest "1.0.0"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module gyokuro.demo.rest "1.0.0" { | ||
import net.gyokuro.core "0.3-SNAPSHOT"; | ||
import net.gyokuro.core "0.3"; | ||
import ceylon.logging "1.3.2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module gyokuro.demo.rythm "0.3-SNAPSHOT" { | ||
import net.gyokuro.core "0.3-SNAPSHOT"; | ||
import net.gyokuro.view.rythm "0.3-SNAPSHOT"; | ||
module gyokuro.demo.rythm "0.3" { | ||
import net.gyokuro.core "0.3"; | ||
import net.gyokuro.view.rythm "0.3"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
native("jvm") | ||
module gyokuro.demo.thymeleaf "0.3-SNAPSHOT" { | ||
import net.gyokuro.core "0.3-SNAPSHOT"; | ||
import net.gyokuro.view.thymeleaf "0.3-SNAPSHOT"; | ||
module gyokuro.demo.thymeleaf "0.3" { | ||
import net.gyokuro.core "0.3"; | ||
import net.gyokuro.view.thymeleaf "0.3"; | ||
import ceylon.logging "1.3.2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
native("jvm") | ||
module net.gyokuro.report "0.3-SNAPSHOT" { | ||
module net.gyokuro.report "0.3" { | ||
shared import ceylon.file "1.3.2"; | ||
|
||
import ceylon.html "1.3.2"; | ||
import net.gyokuro.core "0.3-SNAPSHOT"; | ||
import net.gyokuro.core "0.3"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
native("jvm") | ||
module net.gyokuro.transform.api "0.3-SNAPSHOT" { | ||
module net.gyokuro.transform.api "0.3" { | ||
import ceylon.interop.java "1.3.2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"An extension point for gyokuro to provide support for | ||
a template engine." | ||
native("jvm") | ||
module net.gyokuro.view.api "0.3-SNAPSHOT" { | ||
module net.gyokuro.view.api "0.3" { | ||
shared import ceylon.http.server "1.3.2"; | ||
shared import ceylon.interop.java "1.3.2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
native("jvm") | ||
module net.gyokuro.view.ceylonhtml "0.3-SNAPSHOT" { | ||
shared import net.gyokuro.view.api "0.3-SNAPSHOT"; | ||
shared import net.gyokuro.core "0.3-SNAPSHOT"; | ||
module net.gyokuro.view.ceylonhtml "0.3" { | ||
shared import net.gyokuro.view.api "0.3"; | ||
shared import net.gyokuro.core "0.3"; | ||
shared import ceylon.html "1.3.2"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters