This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: Let the runtime use the information from CMR about dist over…
…rides Part of #5734
- Loading branch information
1 parent
a73ddfb
commit cefc74a
Showing
3 changed files
with
57 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/* present to ensure the Ceylon module has package called ceylon.runtime*/ | ||
package ceylon.runtime; |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<overrides> | ||
<replace module="ceylon.language" version="1.2.0"> | ||
<with module="ceylon.language" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="ceylon.runtime" version="1.2.0"> | ||
<with module="ceylon.runtime" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="ceylon.bootstrap" version="1.2.0"> | ||
<with module="ceylon.bootstrap" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="com.redhat.ceylon.common" version="1.2.0"> | ||
<with module="com.redhat.ceylon.common" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="com.redhat.ceylon.typechecker" version="1.2.0"> | ||
<with module="com.redhat.ceylon.typechecker" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="com.redhat.ceylon.module-resolver" version="1.2.0"> | ||
<with module="com.redhat.ceylon.module-resolver" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="com.redhat.ceylon.model" version="1.2.0"> | ||
<with module="com.redhat.ceylon.model" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="com.redhat.ceylon.compiler.java" version="1.2.0"> | ||
<with module="com.redhat.ceylon.compiler.java" version="1.2.1"/> | ||
</replace> | ||
|
||
<replace module="com.redhat.ceylon.compiler.js" version="1.2.0"> | ||
<with module="com.redhat.ceylon.compiler.js" version="1.2.1"/> | ||
</replace> | ||
</overrides> |
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