In the beginning there was darkness
This commit is contained in:
commit
ecc7679c0d
6 changed files with 31 additions and 0 deletions
3
.project
Normal file
3
.project
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
'srcDirectory' : 'src'
|
||||||
|
}
|
3
src/.properties
Normal file
3
src/.properties
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
#format : #tonel
|
||||||
|
}
|
22
src/BaselineOfBowerbird/BaselineOfBowerbird.class.st
Normal file
22
src/BaselineOfBowerbird/BaselineOfBowerbird.class.st
Normal 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.
|
||||||
|
]
|
1
src/BaselineOfBowerbird/package.st
Normal file
1
src/BaselineOfBowerbird/package.st
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Package { #name : #BaselineOfBowerbird }
|
1
src/Bowerbird-Tests/package.st
Normal file
1
src/Bowerbird-Tests/package.st
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Package { #name : #'Bowerbird-Tests' }
|
1
src/Bowerbird/package.st
Normal file
1
src/Bowerbird/package.st
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Package { #name : #Bowerbird }
|
Loading…
Reference in a new issue