-
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
18 changed files
with
39 additions
and
39 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.2-dev" { | ||
import com.github.bjansen.gyokuro.view.ceylonhtml "0.2-dev"; | ||
module gyokuro.demo.ceylonhtml "0.2" { | ||
import com.github.bjansen.gyokuro.view.ceylonhtml "0.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 gyokuro.demo.gson "0.2-dev" { | ||
import com.github.bjansen.gyokuro.core "0.2-dev"; | ||
import com.github.bjansen.gyokuro.transform.gson "0.2-dev"; | ||
module gyokuro.demo.gson "0.2" { | ||
import com.github.bjansen.gyokuro.core "0.2"; | ||
import com.github.bjansen.gyokuro.transform.gson "0.2"; | ||
import ceylon.logging "1.3.1"; | ||
} |
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.2-dev" { | ||
import com.github.bjansen.gyokuro.core "0.2-dev"; | ||
import com.github.bjansen.gyokuro.view.mustache "0.2-dev"; | ||
module gyokuro.demo.mustache "0.2" { | ||
import com.github.bjansen.gyokuro.core "0.2"; | ||
import com.github.bjansen.gyokuro.view.mustache "0.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.report "0.2-dev" { | ||
import com.github.bjansen.gyokuro.report "0.2-dev"; | ||
module gyokuro.demo.report "0.2" { | ||
import com.github.bjansen.gyokuro.report "0.2"; | ||
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 com.github.bjansen.gyokuro.core "0.2-dev"; | ||
import com.github.bjansen.gyokuro.core "0.2"; | ||
import ceylon.logging "1.3.1"; | ||
} |
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.2-dev" { | ||
import com.github.bjansen.gyokuro.core "0.2-dev"; | ||
import com.github.bjansen.gyokuro.view.rythm "0.2-dev"; | ||
module gyokuro.demo.rythm "0.2" { | ||
import com.github.bjansen.gyokuro.core "0.2"; | ||
import com.github.bjansen.gyokuro.view.rythm "0.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 gyokuro.demo.thymeleaf "0.2-dev" { | ||
import com.github.bjansen.gyokuro.core "0.2-dev"; | ||
import com.github.bjansen.gyokuro.view.thymeleaf "0.2-dev"; | ||
module gyokuro.demo.thymeleaf "0.2" { | ||
import com.github.bjansen.gyokuro.core "0.2"; | ||
import com.github.bjansen.gyokuro.view.thymeleaf "0.2"; | ||
import ceylon.logging "1.3.1"; | ||
} |
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 com.github.bjansen.gyokuro.report "0.2-dev" { | ||
module com.github.bjansen.gyokuro.report "0.2" { | ||
shared import ceylon.file "1.3.1"; | ||
|
||
import ceylon.html "1.3.1"; | ||
import com.github.bjansen.gyokuro.core "0.2-dev"; | ||
import com.github.bjansen.gyokuro.core "0.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,4 +1,4 @@ | ||
native("jvm") | ||
module com.github.bjansen.gyokuro.transform.api "0.2-dev" { | ||
module com.github.bjansen.gyokuro.transform.api "0.2" { | ||
import ceylon.interop.java "1.3.1"; | ||
} |
4 changes: 2 additions & 2 deletions
4
source/com/github/bjansen/gyokuro/transform/gson/module.ceylon
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 com.github.bjansen.gyokuro.view.api "0.2-dev" { | ||
module com.github.bjansen.gyokuro.view.api "0.2" { | ||
shared import ceylon.http.server "1.3.1"; | ||
shared import ceylon.interop.java "1.3.1"; | ||
} |
6 changes: 3 additions & 3 deletions
6
source/com/github/bjansen/gyokuro/view/ceylonhtml/module.ceylon
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 com.github.bjansen.gyokuro.view.ceylonhtml "0.2-dev" { | ||
shared import com.github.bjansen.gyokuro.view.api "0.2-dev"; | ||
shared import com.github.bjansen.gyokuro.core "0.2-dev"; | ||
module com.github.bjansen.gyokuro.view.ceylonhtml "0.2" { | ||
shared import com.github.bjansen.gyokuro.view.api "0.2"; | ||
shared import com.github.bjansen.gyokuro.core "0.2"; | ||
shared import ceylon.html "1.3.1"; | ||
} |
4 changes: 2 additions & 2 deletions
4
source/com/github/bjansen/gyokuro/view/mustache/module.ceylon
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
4 changes: 2 additions & 2 deletions
4
source/com/github/bjansen/gyokuro/view/thymeleaf/module.ceylon
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
4 changes: 2 additions & 2 deletions
4
test-source/test/com/github/bjansen/gyokuro/core/module.ceylon
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