Skip to content

Commit

Permalink
fine tune the filter for project list
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 11, 2015
1 parent db01f81 commit 1e5b554
Show file tree
Hide file tree
Showing 35 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
configurationClassName
^ nil
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"instance" : {
"applyVersionStringToMetacello:" : "dkh 06/19/2014 17:49",
"baselineClassName" : "dkh 06/20/2014 10:14",
"configurationClassName" : "dkh 10/11/2015 11:25",
"createTemplateProjectEntry:" : "dkh 03/14/2015 19:28",
"currentVersionString" : "dkh 10/07/2014 09:59",
"isBaselineBased" : "dkh 06/19/2014 17:39",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ projectlist
"string out the GLASS configurations"
list := list
reject: [ :projectDef |
#('GLASS' 'GsCore' 'GsMisc' 'GsMonticello' 'GsOB' 'GsSqueakCommon' 'MetacelloPreview' 'GoferProjectLoader')
includes: projectDef projectName ] ].
#('ConfigurationOfGLASS' 'ConfigurationOfGsCore' 'ConfigurationOfGsMisc' 'ConfigurationOfGsMonticello' 'ConfigurationOfGsOB' 'ConfigurationOfGsSqueakCommon' 'ConfigurationOfMetacelloPreview' 'ConfigurationOfGoferProjectLoader')
includes: projectDef configurationClassName ] ].
list ].
subOptions
at: 'inspect'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"projectcompare" : "dkh 05/29/2014 20:59",
"projectdiff" : "dkh 05/13/2014 13:31",
"projectentry" : "dkh 12/28/2014 13:56",
"projectlist" : "dkh 10/01/2015 20:41",
"projectlist" : "dkh 10/11/2015 11:24",
"projectload" : "dkh 10/05/2015 12:00",
"projectlock" : "dkh 06/13/2014 01:02",
"projectlog" : "dkh 07/11/2014 21:50",
Expand Down

Large diffs are not rendered by default.

0 comments on commit 1e5b554

Please sign in to comment.