-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass on README. Write with latest Tonel. Added SUnit as Required Map
- Loading branch information
1 parent
3974956
commit f55ffec
Showing
5 changed files
with
29 additions
and
6 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,6 @@ | ||
# inform linguist that files with these extensions are indeed smalltalk files | ||
* text eol=crlf | ||
*.st linguist-language=Smalltalk | ||
*.st text eol=crlf linguist-language=Smalltalk | ||
*.project text eol=crlf | ||
*.properties text eol=crlf | ||
*.configmaps text eol=crlf | ||
*.dat binary |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
| writer path | | ||
path := ((CfsPath named: CfsDirectoryDescriptor getcwd) append: '..\tonel-repos\sunit-extensions-vast'). | ||
writer := TonelWriter new. | ||
writer | ||
addLatestConfigurationMapNamed: 'VastSUnitExtensions'; | ||
addApplicationsFromConfigurationMaps. | ||
writer writeProjectInto: path. |
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,7 @@ | ||
| loader path | | ||
path := ((CfsPath named: CfsDirectoryDescriptor getcwd) append: '..\tonel-repos\sunit-extensions-vast'). | ||
loader := TonelLoader readFromPath: path. | ||
loader | ||
beUnattended; | ||
useGitVersion. | ||
loader loadAllMapsWithRequiredMaps. |
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