Skip to content

Commit

Permalink
Updated Willow to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed May 9, 2019
1 parent 1feb6fa commit e476299
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BaselineOfWillowSemanticUI >> projectClass [
BaselineOfWillowSemanticUI >> setUpDependencies: spec [

spec
baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v11/source' ];
baseline: 'Willow' with: [ spec repository: 'github://ba-st/Willow:v12/source' ];
project: 'Willow-Deployment' copyFrom: 'Willow' with: [ spec loads: 'Deployment' ];
project: 'Willow-SUnit' copyFrom: 'Willow' with: [ spec loads: 'Dependent-SUnit-Extensions' ];
project: 'Willow-Tests' copyFrom: 'Willow' with: [ spec loads: 'Tests' ];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIComponentSupplierTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Frontend'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIDeploymentMetadataLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Libraries'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIDevelopmentMetadataLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Libraries'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #SemanticUIOnlineLibraryTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Libraries'
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #WillowSemanticUIApplicationTest,
#superclass : #WARenderingTest,
#superclass : #BWRenderingTest,
#category : 'Willow-SemanticUI-Tests-Applications'
}

Expand Down

0 comments on commit e476299

Please sign in to comment.