removing packages
Hi everybody: Is there a way to remove packages other than Monticello repository browser??
On Apr 8, 2010, at 2:35 AM, Yoandy RodrÃguez MartÃnez wrote:
Hi everybody:
Is there a way to remove packages other than Monticello repository browser??
You can do it via code: remove package + code: (MCPackage named: 'ObjectMetaTools') unload. Just remove the MC package, keep the classes: (MCPackage named: 'System') workingCopy unregister. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Yep, works like a charm, Thanks for your help ( and Marcus's too) En Thu, 08 Apr 2010 05:48:04 -0300, Lukas Renggli <renggli@gmail.com> escribió:
You can do it via code:
remove package + code:
(MCPackage named: 'ObjectMetaTools') unload.
Gofer new package: 'ObjectMetaTools'; unload
does not leave garbage behind.
Lukas
participants (3)
-
Lukas Renggli -
Marcus Denker -
Yoandy RodrÃguez MartÃnez