X Tutup
Skip to content

Commit 4c21c19

Browse files
author
Travis Ci
committed
going metadataless without declaration in .filetree and implementing projectClass is incorrect
1 parent d75ac70 commit 4c21c19

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

repository/.filetree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"MetaData" : false,
23
"noMethodMetaData" : true,
34
"separateMethodMetaAndSource" : false,
45
"useCypressPropertiesFile" : true }
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
accessing
2+
projectClass
3+
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
4+
^ super projectClass

0 commit comments

Comments
 (0)
X Tutup