Skip to content

Commit

Permalink
Corrected line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Jan 20, 2021
1 parent e798e3b commit 3ef574e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
114 changes: 57 additions & 57 deletions source/BaselineOfWillowAuth0/BaselineOfWillowAuth0.class.st
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
"
Metacello Baseline definition for Willow-Auth0
"
Class {
#name : #BaselineOfWillowAuth0,
#superclass : #BaselineOf,
#category : #BaselineOfWillowAuth0
}

{ #category : #baselines }
BaselineOfWillowAuth0 >> baseline: spec [

<baseline>
spec
for: #pharo
do: [ self
setUpDependencies: spec;
setUpPackages: spec.
spec
group: 'CI' with: 'Tests';
group: 'Dependent-SUnit-Extensions' with: 'Willow-SUnit';
group: 'Tools' with: 'Willow-Tools';
group: 'Development' with: #('Tests')
]
]

{ #category : #accessing }
BaselineOfWillowAuth0 >> projectClass [

^ MetacelloCypressBaselineProject
]

{ #category : #initialization }
BaselineOfWillowAuth0 >> setUpDependencies: spec [

spec
baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v14/source' ];
project: 'Willow-Deployment' copyFrom: 'Willow' with: [ spec loads: 'Deployment' ];
project: 'Willow-SUnit' copyFrom: 'Willow' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Willow-Tools' copyFrom: 'Willow' with: [ spec loads: 'Tools' ].

spec
baseline: 'JSONWebToken' with: [ spec repository: 'github://noha/JSONWebToken:0.3/source' ];
project: 'JSONWebToken-Deployment'
copyFrom: 'JSONWebToken'
with: [ spec loads: 'Core' ]
]

{ #category : #initialization }
BaselineOfWillowAuth0 >> setUpPackages: spec [

spec
package: 'Willow-Auth0' with: [ spec requires: #('Willow-Deployment' 'JSONWebToken-Deployment') ];
group: 'Deployment' with: 'Willow-Auth0';
package: 'Willow-Auth0-Tests' with: [ spec requires: #('Willow-Auth0' 'Willow-Tools' 'Willow-SUnit') ];
group: 'Tests' with: 'Willow-Auth0-Tests'
]
"
Metacello Baseline definition for Willow-Auth0
"
Class {
#name : #BaselineOfWillowAuth0,
#superclass : #BaselineOf,
#category : #BaselineOfWillowAuth0
}

{ #category : #baselines }
BaselineOfWillowAuth0 >> baseline: spec [

<baseline>
spec
for: #pharo
do: [ self
setUpDependencies: spec;
setUpPackages: spec.
spec
group: 'CI' with: 'Tests';
group: 'Dependent-SUnit-Extensions' with: 'Willow-SUnit';
group: 'Tools' with: 'Willow-Tools';
group: 'Development' with: #('Tests')
]
]

{ #category : #accessing }
BaselineOfWillowAuth0 >> projectClass [

^ MetacelloCypressBaselineProject
]

{ #category : #initialization }
BaselineOfWillowAuth0 >> setUpDependencies: spec [

spec
baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v14/source' ];
project: 'Willow-Deployment' copyFrom: 'Willow' with: [ spec loads: 'Deployment' ];
project: 'Willow-SUnit' copyFrom: 'Willow' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Willow-Tools' copyFrom: 'Willow' with: [ spec loads: 'Tools' ].

spec
baseline: 'JSONWebToken' with: [ spec repository: 'github://noha/JSONWebToken:0.3/source' ];
project: 'JSONWebToken-Deployment'
copyFrom: 'JSONWebToken'
with: [ spec loads: 'Core' ]
]

{ #category : #initialization }
BaselineOfWillowAuth0 >> setUpPackages: spec [

spec
package: 'Willow-Auth0' with: [ spec requires: #('Willow-Deployment' 'JSONWebToken-Deployment') ];
group: 'Deployment' with: 'Willow-Auth0';
package: 'Willow-Auth0-Tests' with: [ spec requires: #('Willow-Auth0' 'Willow-Tools' 'Willow-SUnit') ];
group: 'Tests' with: 'Willow-Auth0-Tests'
]
2 changes: 1 addition & 1 deletion source/BaselineOfWillowAuth0/package.st
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Package { #name : #BaselineOfWillowAuth0 }
Package { #name : #BaselineOfWillowAuth0 }

0 comments on commit 3ef574e

Please sign in to comment.