Skip to content

Commit 2e37c72

Browse files
author
Sven Van Caekenberghe
committed
Add a baseline
1 parent 9fc67da commit 2e37c72

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
"
2+
I am BaselineOfNeoUniversalBinaryJSON.
3+
I am a BaselineOf.
4+
5+
I load the code of the Neo Binary JSON project.
6+
"
7+
Class {
8+
#name : #BaselineOfNeoUniversalBinaryJSON,
9+
#superclass : #BaselineOf,
10+
#category : #BaselineOfNeoUniversalBinaryJSON
11+
}
12+
13+
{ #category : #baselines }
14+
BaselineOfNeoUniversalBinaryJSON >> baselineOf: spec [
15+
spec for: #common do: [
16+
spec package: 'Neo-Universal-Binary-JSON'.
17+
spec package: 'Neo-Universal-Binary-JSON-Tests' with: [ spec requires: #('Neo-Universal-Binary-JSON') ].
18+
spec group: 'default' with: #('Neo-Universal-Binary-JSON' 'Neo-Universal-Binary-JSON-Tests').
19+
spec group: 'core' with: #('Neo-Universal-Binary-JSON') ]
20+
]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Package { #name : #BaselineOfNeoUniversalBinaryJSON }

0 commit comments

Comments
 (0)