[Glass] Metacello question
BrunoBB via Glass
glass at lists.gemtalksystems.com
Wed Nov 8 10:11:28 PST 2017
Hi,
In my project i have something like:
url of entire file:
https://github.com/brunobuzzi/BpmFlow/blob/master/repository/BaselineOfBpmFlow.package/BaselineOfBpmFlow.class/instance/baseline..st
spec project: 'XMLParser' with: [
spec className: 'ConfigurationOfXMLParser';
loads: #('default');
versionString: #stable;
repository:
'http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main'].
spec project: 'XPath' with: [
spec className: 'ConfigurationOfXPath';
loads: #('default');
versionString: #stable;
file: 'ConfigurationOfXPath';
repository: 'http://www.smalltalkhub.com/mc/PharoExtras/XPath/main'].
spec project: 'XMLWriter' with: [
spec className: 'ConfigurationOfXMLWriter';
versionString: #stable;
file: 'ConfigurationOfXMLWriter';
repository: 'http://smalltalkhub.com/mc/PharoExtras/XMLWriter/main';
loads: #('Core').
].
--
Sent from: http://forum.world.st/GLASS-f1460844.html
More information about the Glass
mailing list