2010/1/11 Mariano Martinez Peck <[email protected]>: > You will have only ONE class ConfigurationOfMoose which will have > different versions. Then you will be able to evaluate: > > (ConfigurationOfMoose project version: '4.1') load
To add to that: ConfigurationOfMoose project latestVersion Will always resolve to the latest version that is blessed as stable. Development versions can be marked with "blessing: #development", and will not be used to determine the latest version. In this way, you can maintain a set of stable and development packages in the same Configuration. -- Danie Roux *shuffle* Adore Unix - http://danieroux.com _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
