Skip to content

Commit

Permalink
Merge pull request #9 from DuneSt/development
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
jecisc authored Dec 19, 2018
2 parents 87b9daf + d8ad6a7 commit 7e127fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
'srcDirectory' : 'src'
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ BaselineOfPrismCodeDisplayer >> baseline: spec [

"Packages"
spec
package: #'PrismCodeDisplayer-Core' with: [ spec requires: #('NeoJSON' 'PrismCodeDisplayer-Library') ];
package: #'PrismCodeDisplayer-Library' with: [ spec requires: #('Seaside3') ];
package: #'PrismCodeDisplayer-Demo' with: [ spec requires: #('PrismCodeDisplayer-Core') ];
package: #'PrismCodeDisplayer-Core-Tests' with: [ spec requires: #('PrismCodeDisplayer-Core' 'Mocketry') ].
package: 'PrismCodeDisplayer-Core' with: [ spec requires: #('NeoJSON' 'PrismCodeDisplayer-Library') ];
package: 'PrismCodeDisplayer-Library' with: [ spec requires: #('Seaside3') ];
package: 'PrismCodeDisplayer-Demo' with: [ spec requires: #('PrismCodeDisplayer-Core') ];
package: 'PrismCodeDisplayer-Core-Tests' with: [ spec requires: #('PrismCodeDisplayer-Core' 'Mocketry') ].

"Groups"
spec
Expand All @@ -43,12 +43,7 @@ BaselineOfPrismCodeDisplayer >> mocketry: spec [

{ #category : #dependencies }
BaselineOfPrismCodeDisplayer >> neoJSON: spec [
spec
configuration: 'NeoJSON'
with: [ spec
className: 'ConfigurationOfNeoJSON';
version: #stable;
repository: 'http://smalltalkhub.com/mc/SvenVanCaekenberghe/Neo/main' ]
spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:v17/repository' ]
]

{ #category : #accessing }
Expand Down

0 comments on commit 7e127fe

Please sign in to comment.