<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks,<br></div><div><br></div><div>I am puttering about trying to see if I can import Pillar into Squeak.<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>BaselineOfPillar >> customProjectAttributes<br></div><div>    "Edit to return a collection of any custom attributes e.g. for conditional loading: Array with: #'Condition1' with: #'Condition2.<br></div><div>For more information see: <a href="http://code.google.com/p/metacello/wiki/CustomProjectAttrributes" target="_blank">http://code.google.com/p/metacello/wiki/CustomProjectAttrributes</a> "<br></div><div><br></div><div>| attributes |<br></div><div>attributes := OrderedCollection new.<br></div><div>OSPlatform current isWindows ifTrue: [ attributes add: #windows ].<br></div><div>OSPlatform current isUnix    ifTrue: [ attributes add: #unix ].<br></div><div>OSPlatform current isMacOS   ifTrue: [ attributes add: #osx ].<br></div><div>^ attributes asArray<br></div></div></blockquote><div><br></div><div>I have poked around a bit and <br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>ThisOSProcess concreteClass<br></div></blockquote><div>looks like a good replacement candidate.<br></div><div><br></div><div>However, I figured I would check with you all first.<br></div><div><br></div><div><br></div><div>thx in advance.<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br></body></html>