Skip to content

Commit

Permalink
🔧 update bell dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
mreyes committed Jul 1, 2024
1 parent 31b27ae commit 66060b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
5 changes: 1 addition & 4 deletions rowan/components/Dependent-SUnit-Extensions.ston
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
RwSimpleProjectLoadComponentV2 {
#name : 'Dependent-SUnit-Extensions',
#condition : 'sunit',
#projectNames : [
'Bell',
'Regex'
],
#projectNames : [ ],
#componentNames : [
'Deployment'
],
Expand Down
2 changes: 1 addition & 1 deletion rowan/projects/Bell.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RwLoadSpecificationV2 {
#specName: 'Bell',
#projectName : 'Bell',
#gitUrl : 'https://github.com/ba-st/Bell.git',
#revision : 'regex-support',
#revision : 'v2',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment',
Expand Down
10 changes: 0 additions & 10 deletions rowan/projects/Regex.ston

This file was deleted.

2 changes: 1 addition & 1 deletion source/BaselineOfHyperspace/BaselineOfHyperspace.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ BaselineOfHyperspace >> setUpDependencies: spec [
project: 'Zinc-Core' copyFrom: 'ZincHTTPComponents' with: [ spec loads: 'Core' ].

spec
baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:regex-support' ];
baseline: 'Bell' with: [ spec repository: 'github://ba-st/Bell:v2' ];
project: 'Bell-Deployment' copyFrom: 'Bell' with: [ spec loads: 'Deployment' ];
project: 'Bell-SUnit' copyFrom: 'Bell' with: [ spec loads: 'Dependent-SUnit-Extensions' ]
]
Expand Down

0 comments on commit 66060b7

Please sign in to comment.