-
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.
New version 0.3.1 based on Ceylon 1.3.3
- Loading branch information
Showing
20 changed files
with
59 additions
and
59 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.4-SNAPSHOT" { | ||
import net.gyokuro.view.ceylonhtml "0.4-SNAPSHOT"; | ||
module gyokuro.demo.ceylonhtml "0.3.1" { | ||
import net.gyokuro.view.ceylonhtml "0.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,6 +1,6 @@ | ||
native("jvm") | ||
module gyokuro.demo.gson "0.4-SNAPSHOT" { | ||
import net.gyokuro.core "0.4-SNAPSHOT"; | ||
import net.gyokuro.transform.gson "0.4-SNAPSHOT"; | ||
module gyokuro.demo.gson "0.3.1" { | ||
import net.gyokuro.core "0.3.1"; | ||
import net.gyokuro.transform.gson "0.3.1"; | ||
import ceylon.logging "1.3.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.mustache "0.4-SNAPSHOT" { | ||
import net.gyokuro.core "0.4-SNAPSHOT"; | ||
import net.gyokuro.view.mustache "0.4-SNAPSHOT"; | ||
module gyokuro.demo.mustache "0.3.1" { | ||
import net.gyokuro.core "0.3.1"; | ||
import net.gyokuro.view.mustache "0.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.report "0.4-SNAPSHOT" { | ||
import net.gyokuro.report "0.4-SNAPSHOT"; | ||
module gyokuro.demo.report "0.3.1" { | ||
import net.gyokuro.report "0.3.1"; | ||
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.4-SNAPSHOT"; | ||
import net.gyokuro.core "0.3.1"; | ||
import ceylon.logging "1.3.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.rythm "0.4-SNAPSHOT" { | ||
import net.gyokuro.core "0.4-SNAPSHOT"; | ||
import net.gyokuro.view.rythm "0.4-SNAPSHOT"; | ||
module gyokuro.demo.rythm "0.3.1" { | ||
import net.gyokuro.core "0.3.1"; | ||
import net.gyokuro.view.rythm "0.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,6 +1,6 @@ | ||
native("jvm") | ||
module gyokuro.demo.thymeleaf "0.4-SNAPSHOT" { | ||
import net.gyokuro.core "0.4-SNAPSHOT"; | ||
import net.gyokuro.view.thymeleaf "0.4-SNAPSHOT"; | ||
module gyokuro.demo.thymeleaf "0.3.1" { | ||
import net.gyokuro.core "0.3.1"; | ||
import net.gyokuro.view.thymeleaf "0.3.1"; | ||
import ceylon.logging "1.3.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
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,9 +1,9 @@ | ||
native("jvm") | ||
module net.gyokuro.report "0.4-SNAPSHOT" { | ||
module net.gyokuro.report "0.3.1" { | ||
value ceylonVersion = "1.3.3"; | ||
|
||
shared import ceylon.file ceylonVersion; | ||
|
||
import ceylon.html ceylonVersion; | ||
import net.gyokuro.core "0.4-SNAPSHOT"; | ||
import net.gyokuro.core "0.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,4 +1,4 @@ | ||
native("jvm") | ||
module net.gyokuro.transform.api "0.4-SNAPSHOT" { | ||
module net.gyokuro.transform.api "0.3.1" { | ||
import ceylon.interop.java "1.3.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
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.4-SNAPSHOT" { | ||
shared import net.gyokuro.view.api "0.4-SNAPSHOT"; | ||
shared import net.gyokuro.core "0.4-SNAPSHOT"; | ||
module net.gyokuro.view.ceylonhtml "0.3.1" { | ||
shared import net.gyokuro.view.api "0.3.1"; | ||
shared import net.gyokuro.core "0.3.1"; | ||
shared import ceylon.html "1.3.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
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