<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">It looks like something that Lukas added on 13 May, but I agree that it is unnecessary. I've removed it...<div><br></div><div>James</div><div><br><div><div>On May 17, 2010, at 1:32 PM, John O'Keefe wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Does 'Grease-Tests-Pharo-Core' really belong in slimePackages?&nbsp; It is also in&nbsp;greasePackages where I think it does belong.&nbsp;&nbsp;&nbsp;<br><br>
<div class="gmail_quote">On Mon, May 17, 2010 at 6:06 PM, <span dir="ltr">&lt;<a href="mailto:squeak-dev-noreply@lists.squeakfoundation.org">squeak-dev-noreply@lists.squeakfoundation.org</a>&gt;</span> wrote:<br>
<blockquote style="border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; padding-left: 1ex; position: static; z-index: auto; " class="gmail_quote">James Foster uploaded a new version of LoadOrderTests to project Seaside 3.0:<br><a href="http://www.squeaksource.com/Seaside30/LoadOrderTests-JamesFoster.61.mcz" target="_blank">http://www.squeaksource.com/Seaside30/LoadOrderTests-JamesFoster.61.mcz</a><br>
<br>==================== Summary ====================<br><br>Name: LoadOrderTests-JamesFoster.61<br>Author: JamesFoster<br>Time: 17 May 2010, 1:06:20 pm<br>UUID: 640e1742-c772-4fde-993e-00bfd81af622<br>Ancestors: LoadOrderTests-lr.60<br>
<br>Update to latest. Add Grease-Tests-Slime to slimePackages.<br><br>=============== Diff against LoadOrderTests-lr.60 ===============<br><br>Item was changed:<br>&nbsp;----- Method: SeasideLoadOrderTests&gt;&gt;jQueryPackages (in category 'packages') -----<br>
&nbsp;jQueryPackages<br><br>&nbsp; &nbsp; &nbsp; &nbsp;^OrderedCollection new<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'JQuery-Core-lr.105.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'JQuery-Tests-Core-lr.119.mcz';<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'JQuery-UI-lr.56.mcz';<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'JQuery-UI-lr.55.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'JQuery-Tests-UI-lr.77.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yourself.!<br><br>Item was changed:<br>&nbsp;----- Method: SeasideLoadOrderTests&gt;&gt;slimePackages (in category 'packages') -----<br>
&nbsp;slimePackages<br>&nbsp; &nbsp; &nbsp; &nbsp;^ (Smalltalk hasClassNamed: #RBLintRule)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ifFalse: [ OrderedCollection new ]<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ifTrue: [<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;OrderedCollection new<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Grease-Slime-jok.5.mcz';<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Grease-Tests-Pharo-Core-jok.7.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Seaside-Slime-lr.77.mcz';<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'Grease-Tests-Slime-jok.5.mcz';<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Seaside-Tests-Slime-lr.42.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yourself ]!<br><br>Item was changed:<br>&nbsp;----- Method: SeasideLoadOrderTests&gt;&gt;scriptaculousPackages (in category 'packages') -----<br>
&nbsp;scriptaculousPackages<br><br>&nbsp; &nbsp; &nbsp; &nbsp;^OrderedCollection new<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Scriptaculous-Core-lr.96.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Scriptaculous-Tests-Core-lr.54.mcz';<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'Scriptaculous-Components-mls.100.mcz';<br>- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'Scriptaculous-Components-lr.99.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Scriptaculous-Tests-Components-lr.31.mcz';<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yourself.!<br><br>Item was changed:<br>&nbsp;----- Method: SeasideLoadOrderTests&gt;&gt;greasePackages (in category 'packages-basic') -----<br>&nbsp;greasePackages<br><br>&nbsp; &nbsp; &nbsp; &nbsp;^Array<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Grease-Core-lr.37.mcz'<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Grease-Core-jok.34.mcz'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with: seaside30 -&gt; 'Grease-Pharo-Core-jok.18.mcz'<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Grease-Tests-Core-lr.50.mcz'<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Grease-Tests-Core-lr.49.mcz'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with: seaside30 -&gt; 'Grease-Tests-Pharo-Core-jok.7.mcz'.<br>&nbsp;!<br><br>Item was changed:<br>&nbsp;----- Method: SeasideLoadOrderTests&gt;&gt;corePackages (in category 'packages-basic') -----<br>
&nbsp;corePackages<br><br>&nbsp; &nbsp; &nbsp; &nbsp;^Array<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Seaside-Core-pmm.635.mcz'<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Seaside-Pharo-Core-lr.7.mcz'<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Seaside-Tests-Core-lr.192.mcz'<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Seaside-Core-obi.630.mcz'<br>- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Seaside-Pharo-Core-lr.6.mcz'<br>- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; with: seaside30 -&gt; 'Seaside-Tests-Core-lr.189.mcz'<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with: seaside30 -&gt; 'Seaside-Tests-UTF8-lr.9.mcz'<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with: seaside30 -&gt; 'Seaside-Tests-Pharo-Core-lr.9.mcz'.<br>&nbsp;!<br><br>Item was changed:<br>&nbsp;----- Method: SeasideLoadOrderTests&gt;&gt;adminToolsPackages (in category 'packages') -----<br>
&nbsp;adminToolsPackages<br><br>&nbsp; &nbsp; &nbsp; &nbsp;^OrderedCollection new<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;add: seaside30 -&gt; 'Seaside-Tools-OmniBrowser-lr.14.mcz';<br>+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'Seaside-Pharo-Tools-OmniBrowser-lr.6.mcz';<br>
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; add: seaside30 -&gt; 'Seaside-Pharo-Tools-OmniBrowser-lr.5.mcz';<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yourself.!<br><br><br>_______________________________________________<br>commits mailing list<br>To unsubscribe, email <a href="mailto:commits-leave@lists.seaside.st">commits-leave@lists.seaside.st</a><br>
<a href="http://lists.seaside.st/listinfo/commits" target="_blank">http://lists.seaside.st/listinfo/commits</a><br></blockquote></div><br><br clear="all"><br>-- <br>John O'Keefe [|], Principal Smalltalk Architect , Instantiations Inc.<br>
Mobile: &nbsp;+1 919 417-3181 (Business hours USA Eastern Time zone (GMT -5))<br>Skype: john_okeefe2<br><a href="mailto:john_okeefe@instantiations.com">john_okeefe@instantiations.com</a><br><a href="http://www.instantiations.com/vast">http://www.instantiations.com/vast</a><br>
_______________________________________________<br>seaside-dev mailing list<br><a href="mailto:seaside-dev@lists.squeakfoundation.org">seaside-dev@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev<br></blockquote></div><br></div></body></html>