Skip to content

Commit

Permalink
Merge pull request #14 from GsDevKit/gs350_port
Browse files Browse the repository at this point in the history
going metadataless without declaration in .filetree and implementing projectClass is incorrect
  • Loading branch information
dalehenrich authored Feb 10, 2019
2 parents d75ac70 + 4c21c19 commit 5d11884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions repository/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"MetaData" : false,
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
accessing
projectClass
Smalltalk at: #'MetacelloCypressBaselineProject' ifPresent: [ :cl | ^ cl ].
^ super projectClass

0 comments on commit 5d11884

Please sign in to comment.