Skip to content

Commit

Permalink
Added baseline for beacon
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Jul 18, 2017
1 parent 6eea6d7 commit 192b9b5
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 0 deletions.
5 changes: 5 additions & 0 deletions repository/BaselineOfBeacon.package/.filetree
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"separateMethodMetaAndSource" : false,
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
baselines
baseline: spec
<baseline>

spec for: #'common' do: [
spec
package: #'Beacon-Core';
package: #'Beacon-Core-GT' with: [
spec requires: #('Beacon-Core' ). ];
package: #'Beacon-Core-Tests' with: [
spec requires: #('Beacon-Core' ). ];
package: #'Beacon-Syslog';
package: #'Beacon-File';
package: #'FuelBeacon';
package: #'Beacon-Zinc'.
spec
group: 'Core' with: #('Beacon-Core' );
group: 'default' with: #('Beacon-Core' 'Beacon-Core-Tests' 'Beacon-Core-GT' 'Beacon-Syslog' 'Beacon-File' 'FuelBeacon' 'Beacon-Zinc'). ].
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commentStamp" : "",
"super" : "BaselineOf",
"category" : "BaselineOfBeacon",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "BaselineOfBeacon",
"type" : "normal"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SystemOrganization addCategory: #BaselineOfBeacon!
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(name 'BaselineOfBeacon')
1 change: 1 addition & 0 deletions repository/BaselineOfBeacon.package/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ }

0 comments on commit 192b9b5

Please sign in to comment.