-
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.
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 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 @@ | ||
**/.DS_Store | ||
.DS_STORE |
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,32 @@ | ||
# KGBTestResources | ||
|
||
Temporary fork of Moose's KGBTestResources | ||
|
||
## Description | ||
|
||
Test resources for the Famix project. | ||
|
||
## Installation | ||
|
||
To install KGBTestResources on your Pharo image you can just execute the following script: | ||
|
||
```Smalltalk | ||
Metacello new | ||
githubUser: 'jecisc' project: 'KGBTestResources' commitish: 'v1.x.x' path: 'src'; | ||
baseline: 'KGBTestResources'; | ||
load | ||
``` | ||
|
||
To add KGBTestResources to your baseline just add this: | ||
|
||
```Smalltalk | ||
spec | ||
baseline: 'KGBTestResources' | ||
with: [ spec repository: 'github://jecisc/KGBTestResources:v1.x.x/src' ] | ||
``` | ||
|
||
Note that you can replace the #v1.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x. | ||
|
||
## Official repositories | ||
|
||
The official version is stored at: https://github.com/moosetechnology/Moose |