Skip to content

Commit

Permalink
Updated baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendelplanque committed Apr 22, 2018
1 parent 5ce049e commit 8d7b222
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
5 changes: 3 additions & 2 deletions repository/BaselineOfMatplotLibBridge.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ baseline: spec
do: [
self
definePackages: spec;
defineDependencies: spec ]
defineDependencies: spec;
defineGroups: spec ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
baseline
defineGroups: spec
spec
group: 'default' with: #('MatplotLibBridge');
group: 'atlas' with: #('default' 'MatplotLibBridge-Atlas')
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
baseline
definePackages: spec
^ spec
package: 'MatplotLibBridge' with: [ spec requires: #('Atlas' 'Python3Generator') ];
package: 'MatplotLibBridge' with: [ spec requires: #('Python3Generator') ];
package: 'MatplotLibBridge-Atlas' with: [ spec requires: #('Atlas' 'MatplotLibBridge') ];
yourself
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "BaselineOfMatplotLibBridge",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "BaselineOfMatplotLibBridge",
"pools" : [
],
"super" : "BaselineOf",
"type" : "normal" }
"category" : "BaselineOfMatplotLibBridge",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BaselineOfMatplotLibBridge",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

0 comments on commit 8d7b222

Please sign in to comment.