In the beginning there was darkness

This commit is contained in:
Daniel Ziltener 2022-05-12 00:15:24 +02:00
commit ecc7679c0d
6 changed files with 31 additions and 0 deletions

3
.project Normal file
View file

@ -0,0 +1,3 @@
{
'srcDirectory' : 'src'
}

3
src/.properties Normal file
View file

@ -0,0 +1,3 @@
{
#format : #tonel
}

View file

@ -0,0 +1,22 @@
Class {
#name : #BaselineOfBowerbird,
#superclass : #BaselineOf,
#category : #BaselineOfBowerbird
}
{ #category : #baselines }
BaselineOfBowerbird >> baseline: spec [
<baseline>
spec
for: #common
do: [
spec
package: 'Bowerbird'
];
baseline: 'NeoJSON' with: [ spec repository: 'git://gitea.lyrion.ch/zilti/webdriver' ]
]
{ #category : #accessing }
BaselineOfBowerbird >> projectClass [
^ MetacelloCypressBaselineProject.
]

View file

@ -0,0 +1 @@
Package { #name : #BaselineOfBowerbird }

View file

@ -0,0 +1 @@
Package { #name : #'Bowerbird-Tests' }

1
src/Bowerbird/package.st Normal file
View file

@ -0,0 +1 @@
Package { #name : #Bowerbird }