<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>orion-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/maillist.html</link>
		<description>orion-dev</description>
		<language>en-us</language>
		<pubDate>Wed, 23 May 2012 13:30:08 GMT</pubDate>
		<lastBuildDate>Wed, 23 May 2012 13:30:08 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>orion-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[orion-dev] Orion globalization - strings externalzied</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01710.html</link>
		<description> Hi All, as you probably noticed Strings in Orion have been externalized and they now can be translated. I externalized strings in all UIs that are currently available for the user in standard Orion distribution, this of course involved changing your code....</description>
		<content:encoded><![CDATA[<pre>
Hi All,
as you probably noticed Strings in Orion have been externalized and they
now can be translated.
I externalized strings in all UIs that are currently available for the user
in standard Orion distribution, this of course involved changing your code.
I tried my best to externalize only strings that should be externalized,
but please verify if I did well. Especially in places when you store some
human-readable names, like preferences or places where you parse/edit
incoming messages.

&gt;From now on string externalization is also your job.
Every time you change UI mark strings that should not be externalized as
NON-NLS and move those that should be to messages files. Most of the
javascript files that contribute to UI should already have messages files
included, but if you need to include messages in a new file please use
'i18n!module/to/messages/file' in requireJS define.

To make your (and mine) like easier I created a plugin that helps string
externalization and validates your files in editor. You can install it
from: [orion_path]/plugins/nonnlsPlugin.html.

best regards,

Malgorzata Janczarska
Software Developer
IBM SWG Lab. Cracow. Poland

IBM Polska Sp. z o.o. oddzia&#x142; w Krakowie
ul. Armii Krajowej 18,
30-150 Krak&#xF3;w

NIP: 526-030-07-24
S&#x105;d Rejonowy dla m.st. Warszawy, XII Wydzia&#x142; Gospodarczy KRS
KRS 0000012941, Kapita&#x142; Zak&#x142;adowy: 33.000.000 PLN


</pre>]]></content:encoded>
		<pubDate>Wed, 23 May 2012 13:25:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01710.html</guid>
		<author>Malgorzata.Janczarska@xxxxxxx (Malgorzata Tomczyk)</author>
	</item>
	<item>
		<title>[orion-dev] Meeting minutes May 17th, 2012</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01709.html</link>
		<description> Just noticed last weeks meeting minutes were sitting in my text editor still and not on the Wiki. Sorry for the delay. http://wiki.eclipse.org/Orion/Meeting_minutes/20120517 /Ken </description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">Just noticed last weeks meeting minutes were sitting in my text editor still and not on the Wiki.  Sorry for the delay.</font><br>
<br>
<font size="2" face="sans-serif"><a href="http://wiki.eclipse.org/Orion/Meeting_minutes/20120517">http://wiki.eclipse.org/Orion/Meeting_minutes/20120517</a></font><br>
<br>
<font size="2" face="sans-serif">/Ken</font><br>
<font size="2" face="sans-serif"><br>
</font>]]></content:encoded>
		<pubDate>Wed, 23 May 2012 13:23:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01709.html</guid>
		<author>Ken_Walker@xxxxxxx (Ken Walker)</author>
	</item>


	<item>
		<title>Re: [orion-dev] orion-dev Digest, Vol 17, Issue 24</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01708.html</link>
		<description> _______________________________________________ orion-dev mailing list orion-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/orion-dev </description>
		<content:encoded><![CDATA[Hi Jorge,<br><br>Which projects are giving you compilation errors? If they have &quot;.tests&quot; in the name, you can ignore the errors and close those projects, since they are not required to run Orion. The same applies to the &quot;org.eclipse.orion.server.ui&quot; project: it is an optional component, so you should be able to close it and launch without problems.<br>


<br>If that doesn&#39;t help, make sure you&#39;ve got your Target Platform set to the Orion build that you downloaded (Preferences &gt; Plug-in Development &gt; Target Platform).<br><br>If that doesn&#39;t help: you may be trying to compile the latest code from HEAD against an older Target Platform (like 0.5M1). This is likely to fail, as a few bundle dependencies have been introduced since M1. Download a more recent Stream Integration build, set it as your Target Platform, and see if that fixes it. I just tried the 2012-05-21-2230 build, and it worked for me.<br>

<br>Mark<br><br><div class="gmail_quote">On Sun, May 20, 2012 at 3:14 PM, Jorge Amat <span dir="ltr">&lt;<a href="mailto:jorge.amatro@xxxxxxxxx" target="_blank">jorge.amatro@xxxxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi,</div><div>&#xA0;</div><div>not sure if I should write this here, but just let you know that&#xA0;I&#39;m trying to get the source code as explained in <a href="http://wiki.eclipse.org/Orion/Getting_the_source" target="_blank">http://wiki.eclipse.org/Orion/Getting_the_source</a>&#xA0;but i&#39;m getting lot of errors related with missing libraries, bundles and so on... is that guide up-to-date? I really would like to collaborate in this project if possible.</div>



<div>&#xA0;</div><div>Thanks.</div><div>&#xA0;</div><div>Regards,</div><div>Jorge<br><br></div><div class="gmail_quote">2012/5/19  <span dir="ltr">&lt;<a href="mailto:orion-dev-request@xxxxxxxxxxx" target="_blank">orion-dev-request@xxxxxxxxxxx</a>&gt;</span><br>



<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Send orion-dev mailing list submissions to<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="mailto:orion-dev@xxxxxxxxxxx" target="_blank">orion-dev@xxxxxxxxxxx</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/orion-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="mailto:orion-dev-request@xxxxxxxxxxx" target="_blank">orion-dev-request@xxxxxxxxxxx</a><br>
<br>
You can reach the person managing the list at<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="mailto:orion-dev-owner@xxxxxxxxxxx" target="_blank">orion-dev-owner@xxxxxxxxxxx</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of orion-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &#xA0; 1. Fw: [orion-releng] Orion Build : I20120518-1528 (Ken Walker)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 18 May 2012 16:28:02 -0400<br>
From: Ken Walker &lt;<a href="mailto:Ken_Walker@xxxxxxxxxx" target="_blank">Ken_Walker@xxxxxxxxxx</a>&gt;<br>
To: &quot;Orion developer discussions&quot; &lt;<a href="mailto:orion-dev@xxxxxxxxxxx" target="_blank">orion-dev@xxxxxxxxxxx</a>&gt;<br>
Subject: [orion-dev] Fw: [orion-releng] Orion Build : I20120518-1528<br>
Message-ID:<br>
 &#xA0; &#xA0; &#xA0; &#xA0;&lt;<a href="mailto:OF5D51E831.68359FC0-ON85257A02.00705B14-85257A02.00706DE0@xxxxxxxxxx" target="_blank">OF5D51E831.68359FC0-ON85257A02.00705B14-85257A02.00706DE0@xxxxxxxxxx</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
<br>
<br>
The optimized problem should be fixed in this build so I&#39;ve deployed it to<br>
<a href="http://orion.eclipse.org" target="_blank">orion.eclipse.org</a><br>
<br>
Please let me know if there are any problems with it that prevent anyone<br>
from working.<br>
<br>
/Ken<br>
<br>
<br>
----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/18 04:27 PM -----<br>
|------------&gt;<br>
| From: &#xA0; &#xA0; &#xA0;|<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|<a href="mailto:e4Build@xxxxxxxxxxx" target="_blank">e4Build@xxxxxxxxxxx</a> &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| To: &#xA0; &#xA0; &#xA0; &#xA0;|<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|<a href="mailto:orion-releng@xxxxxxxxxxx" target="_blank">orion-releng@xxxxxxxxxxx</a>, &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Date: &#xA0; &#xA0; &#xA0;|<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|2012/05/18 03:56 PM &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Subject: &#xA0; |<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|[orion-releng] Orion Build : I20120518-1528 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Sent by: &#xA0; |<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|<a href="mailto:orion-releng-bounces@xxxxxxxxxxx" target="_blank">orion-releng-bounces@xxxxxxxxxxx</a> &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;|<br>



 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
<br>
<br>
<br>
<br>
<br>
See here for the build results: I20120518-1528<br>
The build contains the following changes:<br>
+ Bug 366079 - official &quot;API&quot; for a &quot;textless&quot; menu group. (blank vs. &quot;*&quot;)<br>
(FIXED)<br>
+ Bug 379261 - [Chrome] Command buttons &amp; tools allow text selection<br>
(FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.git<br>
<br>
Test Results<br>
<br>
&#xA0;Test &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; # Tests Failure Error Success Rate &#xA0;Time<br>
 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; s &#xA0; &#xA0; &#xA0;s<br>
<br>
 &#xA0;JS Tests - Chrome 12 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;710 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;39.789<br>
<br>
 &#xA0;JS Tests - Firefox 11.0 &#xA0; &#xA0; &#xA0; 710 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;40.590<br>
<br>
 &#xA0;JS Tests - Internet &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; 640 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;40.201<br>
&#xA0;Explorer 9.0<br>
<br>
 &#xA0;JUnit Tests: Server Tests &#xA0; &#xA0; 281 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;254.475<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
orion-releng mailing list<br>
<a href="mailto:orion-releng@xxxxxxxxxxx" target="_blank">orion-releng@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/orion-releng" target="_blank">http://dev.eclipse.org/mailman/listinfo/orion-releng</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.htm" target="_blank">https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.htm</a>&gt;<br>




-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: ecblank.gif<br>
Type: image/gif<br>
Size: 45 bytes<br>
Desc: not available<br>
URL: &lt;<a href="https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.gif" target="_blank">https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.gif</a>&gt;<br>




<br>
------------------------------<br>
<br>
_______________________________________________<br>
orion-dev mailing list<br>
<a href="mailto:orion-dev@xxxxxxxxxxx" target="_blank">orion-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/orion-dev</a><br>
<br>
<br>
End of orion-dev Digest, Vol 17, Issue 24<br>
*****************************************<br>
</blockquote></div><br>
<br>_______________________________________________<br>
orion-dev mailing list<br>
<a href="mailto:orion-dev@xxxxxxxxxxx" target="_blank">orion-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/orion-dev</a><br>
<br></blockquote></div><br>
]]></content:encoded>
		<pubDate>Tue, 22 May 2012 20:15:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01708.html</guid>
		<author>mamacdon@xxxxxxx (Mark Macdonald)</author>
	</item>
	<item>
		<title>[orion-dev] Fw: [orion-releng] Orion Build : I20120521-2230</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01707.html</link>
		<description> This has been deployed to orion.eclipse.org Last week of M1, please lets continue rigorous testing in light of the many changes going on. It's looking good! New and Noteworthy will be quite a list. /Ken ----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">This has been deployed to orion.eclipse.org</font><br>
<br>
<font size="2" face="sans-serif">Last week of M1, please lets continue rigorous testing in light of the many changes going on.</font><br>
<br>
<font size="2" face="sans-serif">It's looking good!  New and Noteworthy will be quite a list.</font><br>
<br>
<font size="2" face="sans-serif">/Ken</font><br>
<br>
<font size="2" face="sans-serif"><br>
</font><br>
<font size="1" color="#800080" face="sans-serif">----- Forwarded by Ken Walker/Ottawa/IBM</font><font size="1" color="#800080" face="sans-serif"> on 2012/05/22 09:28 AM</font><font size="1" color="#800080" face="sans-serif"> -----</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">e4Build@xxxxxxxxxxx</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng@xxxxxxxxxxx, </font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">2012/05/21 10:59 PM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">[orion-releng] Orion Build : I20120521-2230</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="3" face="serif">See here for the build results: </font><a href="http://download.eclipse.org/orion/drops/I201205212230"><font size="3" color="#0000FF" face="serif"><u>I20120521-2230</u></font></a><br>
<tt><font size="3">The build contains the following changes:<br>
+ Bug 349328 - git Git-status page at 1024x768 (FIXED)<br>
+ Bug 349602 - [client] common keybindings for explorer actions (FIXED)<br>
+ Bug 372053 - common headings, parameter slideouts, positioning (FIXED)<br>
+ Bug 377226 - [commands] scoped keybindings (FIXED)<br>
+ Bug 377932 - Clone repository should trim blanks (FIXED)<br>
+ Bug 379320 - styling issues with new command styling (FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.git</font></tt><br>
<br>
<a name="TestResults"></a><font size="4" face="serif"><b>Test Results </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"><b>Test</b></font></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif"><b># Tests</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Failures</b></font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif"><b>Errors</b></font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif"><b>Success Rate</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Time</b></font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205212230/Chrome-12.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome 12</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">710</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">39.773</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205212230/Firefox-11.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Firefox 11.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">710</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.909</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205212230/IE-9.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Internet Explorer 9.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">640</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.723</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205212230/org.eclipse.orion.server.tests.AllServerTests.html"><font size="3" color="#0000FF" face="serif"><u>JUnit Tests: Server Tests</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">281</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">260.404</font></div></td></tr>
</table>
<font size="3" face="serif"><br>
<br>
</font><tt><font size="2">_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng">http://dev.eclipse.org/mailman/listinfo/orion-releng</a></font></tt><tt><font size="2"><br>
</font></tt><br>

<p><a href="gifNqxYVvmkYe.gif" ><img src="gifNqxYVvmkYe.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Tue, 22 May 2012 13:30:09 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01707.html</guid>
		<author>Ken_Walker@xxxxxxx (Ken Walker)</author>
	</item>
	<item>
		<title>[orion-dev] LotD: Cool IDE demo - Coda 2</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01706.html</link>
		<description> This is a Mac based IDE for web development. There are many nice ideas here. Some of them are things we are already doing, at least in nascent form, but there others that we should implement. Having spent a few days last week hacking CSS, I'd really like ...</description>
		<content:encoded><![CDATA[
<p><font size="3" face="serif">This is a Mac based IDE for web development. There are many nice ideas here. Some of them are things we are already doing, at least in nascent form, but there others that we should implement. Having spent a few days last week hacking CSS, I'd really like to see the embedded color picker in the editor.</font><br>
<br>
<font size="3" face="serif"><a href="http://panic.com/coda/">http://panic.com/coda/</a></font><font size="3" face="serif">   (Click: &quot;Coda Tour&quot;)</font><br>
<br>
<font size="2" face="sans-serif">McQ.</font>]]></content:encoded>
		<pubDate>Tue, 22 May 2012 13:23:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01706.html</guid>
		<author>Mike_Wilson@xxxxxxx (Mike Wilson)</author>
	</item>
	<item>
		<title>[orion-dev] New Git Status page</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01705.html</link>
		<description>The new Git Status page is now linked to Orion. If you open it, you may notice the address is like /git/git-status2.html#/gitapi/status/file/c/ The old page is still available. To open it just replace git-status2.html with git-status.html in the page url. ...</description>
		<content:encoded><![CDATA[<font size=2 face="sans-serif">The new Git Status page is now linked to
Orion. If you open it, you may notice the address is like /git/<b>git-status2.htm</b>l#/gitapi/status/file/c/</font>
<br><font size=2 face="sans-serif">The old page is still available. To
open it just replace <b>git-status2.html</b> with <b>git-status.html</b>
in the page url.</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br><font size=2 face="sans-serif">--<br>
Szymon</font>
<br>
<br>
<br>
<br><font size=1 color=#5f5f5f face="sans-serif">From: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">Jorge Amat &lt;jorge.amatro@xxxxxxxxx&gt;</font>
<br><font size=1 color=#5f5f5f face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">orion-dev@xxxxxxxxxxx</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Date: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">2012-05-20 21:14</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">Re: [orion-dev]
orion-dev Digest, Vol 17, Issue 24</font>
<br><font size=1 color=#5f5f5f face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">orion-dev-bounces@xxxxxxxxxxx</font>
<br>
<hr noshade>
<br>
<br>
<br><font size=3>Hi,</font>
<br><font size=3>&nbsp;</font>
<br><font size=3>not sure if I should write this here, but just let you
know that&nbsp;I'm trying to get the source code as explained in </font><a href=http://wiki.eclipse.org/Orion/Getting_the_source><font size=3 color=blue><u>http://wiki.eclipse.org/Orion/Getting_the_source</u></font></a><font size=3>&nbsp;but
i'm getting lot of errors related with missing libraries, bundles and so
on... is that guide up-to-date? I really would like to collaborate in this
project if possible.</font>
<br><font size=3>&nbsp;</font>
<br><font size=3>Thanks.</font>
<br><font size=3>&nbsp;</font>
<br><font size=3>Regards,</font>
<br><font size=3>Jorge<br>
</font>
<br><font size=3>2012/5/19 &lt;</font><a href="mailto:orion-dev-request@xxxxxxxxxxx" target=_blank><font size=3 color=blue><u>orion-dev-request@xxxxxxxxxxx</u></font></a><font size=3>&gt;</font>
<br><font size=3>Send orion-dev mailing list submissions to<br>
&nbsp; &nbsp; &nbsp; &nbsp;</font><a href="mailto:orion-dev@xxxxxxxxxxx"><font size=3 color=blue><u>orion-dev@xxxxxxxxxxx</u></font></a><font size=3><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
&nbsp; &nbsp; &nbsp; &nbsp;</font><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target=_blank><font size=3 color=blue><u>https://dev.eclipse.org/mailman/listinfo/orion-dev</u></font></a><font size=3><br>
or, via email, send a message with subject or body 'help' to<br>
&nbsp; &nbsp; &nbsp; &nbsp;</font><a href="mailto:orion-dev-request@xxxxxxxxxxx"><font size=3 color=blue><u>orion-dev-request@xxxxxxxxxxx</u></font></a><font size=3><br>
<br>
You can reach the person managing the list at<br>
&nbsp; &nbsp; &nbsp; &nbsp;</font><a href="mailto:orion-dev-owner@xxxxxxxxxxx"><font size=3 color=blue><u>orion-dev-owner@xxxxxxxxxxx</u></font></a><font size=3><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of orion-dev digest...&quot;<br>
<br>
<br>
Today's Topics:<br>
<br>
&nbsp; 1. Fw: [orion-releng] Orion Build : I20120518-1528 (Ken Walker)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 18 May 2012 16:28:02 -0400<br>
From: Ken Walker &lt;</font><a href=mailto:Ken_Walker@xxxxxxxxxx><font size=3 color=blue><u>Ken_Walker@xxxxxxxxxx</u></font></a><font size=3>&gt;<br>
To: &quot;Orion developer discussions&quot; &lt;</font><a href="mailto:orion-dev@xxxxxxxxxxx"><font size=3 color=blue><u>orion-dev@xxxxxxxxxxx</u></font></a><font size=3>&gt;<br>
Subject: [orion-dev] Fw: [orion-releng] Orion Build : I20120518-1528<br>
Message-ID:<br>
&nbsp; &nbsp; &nbsp; &nbsp;&lt;</font><a href="mailto:OF5D51E831.68359FC0-ON85257A02.00705B14-85257A02.00706DE0@xxxxxxxxxx"><font size=3 color=blue><u>OF5D51E831.68359FC0-ON85257A02.00705B14-85257A02.00706DE0@xxxxxxxxxx</u></font></a><font size=3>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
<br>
<br>
The optimized problem should be fixed in this build so I've deployed it
to</font><font size=3 color=blue><u><br>
</u></font><a href=http://orion.eclipse.org/ target=_blank><font size=3 color=blue><u>orion.eclipse.org</u></font></a><font size=3><br>
<br>
Please let me know if there are any problems with it that prevent anyone<br>
from working.<br>
<br>
/Ken<br>
<br>
<br>
----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/18 04:27 PM -----<br>
|------------&gt;<br>
| From: &nbsp; &nbsp; &nbsp;|<br>
|------------&gt;<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
&nbsp;|</font><a href=mailto:e4Build@xxxxxxxxxxx><font size=3 color=blue><u>e4Build@xxxxxxxxxxx</u></font></a><font size=3>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| To: &nbsp; &nbsp; &nbsp; &nbsp;|<br>
|------------&gt;<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
&nbsp;|</font><a href="mailto:orion-releng@xxxxxxxxxxx"><font size=3 color=blue><u>orion-releng@xxxxxxxxxxx</u></font></a><font size=3>,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Date: &nbsp; &nbsp; &nbsp;|<br>
|------------&gt;<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
&nbsp;|2012/05/18 03:56 PM &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; |<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Subject: &nbsp; |<br>
|------------&gt;<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
&nbsp;|[orion-releng] Orion Build : I20120518-1528 &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; |<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Sent by: &nbsp; |<br>
|------------&gt;<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
&nbsp;|</font><a href="mailto:orion-releng-bounces@xxxxxxxxxxx"><font size=3 color=blue><u>orion-releng-bounces@xxxxxxxxxxx</u></font></a><font size=3>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp;|<br>
&nbsp;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
<br>
<br>
<br>
<br>
<br>
See here for the build results: I20120518-1528<br>
The build contains the following changes:<br>
+ Bug 366079 - official &quot;API&quot; for a &quot;textless&quot; menu
group. (blank vs. &quot;*&quot;)<br>
(FIXED)<br>
+ Bug 379261 - [Chrome] Command buttons &amp; tools allow text selection<br>
(FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.git<br>
<br>
Test Results<br>
<br>
&nbsp;Test &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; # Tests Failure Error Success Rate &nbsp;Time<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; s &nbsp;
&nbsp; &nbsp;s<br>
<br>
&nbsp;JS Tests - Chrome 12 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;710 &nbsp;
&nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; 100.00% &nbsp; &nbsp;39.789<br>
<br>
&nbsp;JS Tests - Firefox 11.0 &nbsp; &nbsp; &nbsp; 710 &nbsp; &nbsp; &nbsp;0
&nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; 100.00% &nbsp; &nbsp;40.590<br>
<br>
&nbsp;JS Tests - Internet &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 640 &nbsp;
&nbsp; &nbsp;0 &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; 100.00% &nbsp; &nbsp;40.201<br>
&nbsp;Explorer 9.0<br>
<br>
&nbsp;JUnit Tests: Server Tests &nbsp; &nbsp; 281 &nbsp; &nbsp; &nbsp;0
&nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp; 100.00% &nbsp; &nbsp;254.475<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
orion-releng mailing list</font><font size=3 color=blue><u><br>
</u></font><a href="mailto:orion-releng@xxxxxxxxxxx"><font size=3 color=blue><u>orion-releng@xxxxxxxxxxx</u></font></a><font size=3 color=blue><u><br>
</u></font><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng" target=_blank><font size=3 color=blue><u>http://dev.eclipse.org/mailman/listinfo/orion-releng</u></font></a><font size=3><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;</font><a href="https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.htm" target=_blank><font size=3 color=blue><u>https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.htm</u></font></a><font size=3>&gt;<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: ecblank.gif<br>
Type: image/gif<br>
Size: 45 bytes<br>
Desc: not available<br>
URL: &lt;</font><a href="https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.gif" target=_blank><font size=3 color=blue><u>https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.gif</u></font></a><font size=3>&gt;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
orion-dev mailing list</font><font size=3 color=blue><u><br>
</u></font><a href="mailto:orion-dev@xxxxxxxxxxx"><font size=3 color=blue><u>orion-dev@xxxxxxxxxxx</u></font></a><font size=3 color=blue><u><br>
</u></font><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target=_blank><font size=3 color=blue><u>https://dev.eclipse.org/mailman/listinfo/orion-dev</u></font></a><font size=3><br>
<br>
<br>
End of orion-dev Digest, Vol 17, Issue 24<br>
*****************************************</font>
<br><tt><font size=2>_______________________________________________<br>
orion-dev mailing list<br>
orion-dev@xxxxxxxxxxx<br>
</font></tt><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev"><tt><font size=2>https://dev.eclipse.org/mailman/listinfo/orion-dev</font></tt></a><tt><font size=2><br>
</font></tt>
<br>]]></content:encoded>
		<pubDate>Tue, 22 May 2012 12:02:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01705.html</guid>
		<author>Szymon.Brandys@xxxxxxx (Szymon Brandys)</author>
	</item>


	<item>
		<title>Re: [orion-dev] orion-dev Digest, Vol 17, Issue 24</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01704.html</link>
		<description>Hi,&amp;#xA0;not sure if I should write this here, but just let you know that&amp;#xA0;I&amp;#39;m trying to get the source code as explained in http://wiki.eclipse.org/Orion/Getting_the_source&amp;#xA0;but i&amp;#39;m getting lot of errors related with missing libraries, bundles and so on... is th...</description>
		<content:encoded><![CDATA[<div>Hi,</div><div>&#xA0;</div><div>not sure if I should write this here, but just let you know that&#xA0;I&#39;m trying to get the source code as explained in <a href="http://wiki.eclipse.org/Orion/Getting_the_source">http://wiki.eclipse.org/Orion/Getting_the_source</a>&#xA0;but i&#39;m getting lot of errors related with missing libraries, bundles and so on... is that guide up-to-date? I really would like to collaborate in this project if possible.</div>
<div>&#xA0;</div><div>Thanks.</div><div>&#xA0;</div><div>Regards,</div><div>Jorge<br><br></div><div class="gmail_quote">2012/5/19  <span dir="ltr">&lt;<a href="mailto:orion-dev-request@xxxxxxxxxxx" target="_blank">orion-dev-request@xxxxxxxxxxx</a>&gt;</span><br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Send orion-dev mailing list submissions to<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="mailto:orion-dev@xxxxxxxxxxx">orion-dev@xxxxxxxxxxx</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/orion-dev</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="mailto:orion-dev-request@xxxxxxxxxxx">orion-dev-request@xxxxxxxxxxx</a><br>
<br>
You can reach the person managing the list at<br>
 &#xA0; &#xA0; &#xA0; &#xA0;<a href="mailto:orion-dev-owner@xxxxxxxxxxx">orion-dev-owner@xxxxxxxxxxx</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of orion-dev digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
 &#xA0; 1. Fw: [orion-releng] Orion Build : I20120518-1528 (Ken Walker)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 18 May 2012 16:28:02 -0400<br>
From: Ken Walker &lt;<a href="mailto:Ken_Walker@xxxxxxxxxx">Ken_Walker@xxxxxxxxxx</a>&gt;<br>
To: &quot;Orion developer discussions&quot; &lt;<a href="mailto:orion-dev@xxxxxxxxxxx">orion-dev@xxxxxxxxxxx</a>&gt;<br>
Subject: [orion-dev] Fw: [orion-releng] Orion Build : I20120518-1528<br>
Message-ID:<br>
 &#xA0; &#xA0; &#xA0; &#xA0;&lt;<a href="mailto:OF5D51E831.68359FC0-ON85257A02.00705B14-85257A02.00706DE0@xxxxxxxxxx">OF5D51E831.68359FC0-ON85257A02.00705B14-85257A02.00706DE0@xxxxxxxxxx</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
<br>
<br>
The optimized problem should be fixed in this build so I&#39;ve deployed it to<br>
<a href="http://orion.eclipse.org" target="_blank">orion.eclipse.org</a><br>
<br>
Please let me know if there are any problems with it that prevent anyone<br>
from working.<br>
<br>
/Ken<br>
<br>
<br>
----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/18 04:27 PM -----<br>
|------------&gt;<br>
| From: &#xA0; &#xA0; &#xA0;|<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|<a href="mailto:e4Build@xxxxxxxxxxx">e4Build@xxxxxxxxxxx</a> &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| To: &#xA0; &#xA0; &#xA0; &#xA0;|<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|<a href="mailto:orion-releng@xxxxxxxxxxx">orion-releng@xxxxxxxxxxx</a>, &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Date: &#xA0; &#xA0; &#xA0;|<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|2012/05/18 03:56 PM &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Subject: &#xA0; |<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|[orion-releng] Orion Build : I20120518-1528 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; |<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
|------------&gt;<br>
| Sent by: &#xA0; |<br>
|------------&gt;<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
 &#xA0;|<a href="mailto:orion-releng-bounces@xxxxxxxxxxx">orion-releng-bounces@xxxxxxxxxxx</a> &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;|<br>
 &#xA0;&gt;--------------------------------------------------------------------------------------------------------------------------------------------------|<br>
<br>
<br>
<br>
<br>
<br>
See here for the build results: I20120518-1528<br>
The build contains the following changes:<br>
+ Bug 366079 - official &quot;API&quot; for a &quot;textless&quot; menu group. (blank vs. &quot;*&quot;)<br>
(FIXED)<br>
+ Bug 379261 - [Chrome] Command buttons &amp; tools allow text selection<br>
(FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.git<br>
<br>
Test Results<br>
<br>
&#xA0;Test &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; # Tests Failure Error Success Rate &#xA0;Time<br>
 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; s &#xA0; &#xA0; &#xA0;s<br>
<br>
 &#xA0;JS Tests - Chrome 12 &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;710 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;39.789<br>
<br>
 &#xA0;JS Tests - Firefox 11.0 &#xA0; &#xA0; &#xA0; 710 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;40.590<br>
<br>
 &#xA0;JS Tests - Internet &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; 640 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;40.201<br>
&#xA0;Explorer 9.0<br>
<br>
 &#xA0;JUnit Tests: Server Tests &#xA0; &#xA0; 281 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; &#xA0;0 &#xA0; &#xA0; 100.00% &#xA0; &#xA0;254.475<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
orion-releng mailing list<br>
<a href="mailto:orion-releng@xxxxxxxxxxx">orion-releng@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/orion-releng" target="_blank">http://dev.eclipse.org/mailman/listinfo/orion-releng</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.htm" target="_blank">https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.htm</a>&gt;<br>

-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: ecblank.gif<br>
Type: image/gif<br>
Size: 45 bytes<br>
Desc: not available<br>
URL: &lt;<a href="https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.gif" target="_blank">https://dev.eclipse.org/mailman/private/orion-dev/attachments/20120518/a37dbd5e/attachment.gif</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
orion-dev mailing list<br>
<a href="mailto:orion-dev@xxxxxxxxxxx">orion-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/orion-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/orion-dev</a><br>
<br>
<br>
End of orion-dev Digest, Vol 17, Issue 24<br>
*****************************************<br>
</blockquote></div><br>
]]></content:encoded>
		<pubDate>Sun, 20 May 2012 19:14:29 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01704.html</guid>
		<author>jorge.amatro@xxxxxxx (Jorge Amat)</author>
	</item>


	<item>
		<title>[orion-dev] Fw: [orion-releng] Orion Build : I20120518-1528</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01703.html</link>
		<description> The optimized problem should be fixed in this build so I've deployed it to orion.eclipse.org Please let me know if there are any problems with it that prevent anyone from working. /Ken ----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/18 04:27 PM ----- ...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">The optimized problem should be fixed in this build so I've deployed it to orion.eclipse.org</font><br>
<br>
<font size="2" face="sans-serif">Please let me know if there are any problems with it that prevent anyone from working.</font><br>
<br>
<font size="2" face="sans-serif">/Ken</font><br>
<font size="2" face="sans-serif"><br>
</font><br>
<font size="1" color="#800080" face="sans-serif">----- Forwarded by Ken Walker/Ottawa/IBM</font><font size="1" color="#800080" face="sans-serif"> on 2012/05/18 04:27 PM</font><font size="1" color="#800080" face="sans-serif"> -----</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">e4Build@xxxxxxxxxxx</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng@xxxxxxxxxxx, </font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">2012/05/18 03:56 PM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">[orion-releng] Orion Build : I20120518-1528</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="3" face="serif">See here for the build results: </font><a href="http://download.eclipse.org/orion/drops/I201205181528"><font size="3" color="#0000FF" face="serif"><u>I20120518-1528</u></font></a><br>
<tt><font size="3">The build contains the following changes:<br>
+ Bug 366079 - official &quot;API&quot; for a &quot;textless&quot; menu group. (blank vs. &quot;*&quot;) (FIXED)<br>
+ Bug 379261 - [Chrome] Command buttons &amp; tools allow text selection (FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.git</font></tt><br>
<br>
<a name="TestResults"></a><font size="4" face="serif"><b>Test Results </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"><b>Test</b></font></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif"><b># Tests</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Failures</b></font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif"><b>Errors</b></font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif"><b>Success Rate</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Time</b></font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205181528/Chrome-12.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome 12</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">710</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">39.789</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205181528/Firefox-11.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Firefox 11.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">710</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.590</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205181528/IE-9.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Internet Explorer 9.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">640</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.201</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205181528/org.eclipse.orion.server.tests.AllServerTests.html"><font size="3" color="#0000FF" face="serif"><u>JUnit Tests: Server Tests</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">281</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">254.475</font></div></td></tr>
</table>
<font size="3" face="serif"><br>
<br>
</font><tt><font size="2">_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng">http://dev.eclipse.org/mailman/listinfo/orion-releng</a></font></tt><tt><font size="2"><br>
</font></tt><br>

<p><a href="gifFZta2qUbnO.gif" ><img src="gifFZta2qUbnO.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Fri, 18 May 2012 20:28:08 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01703.html</guid>
		<author>Ken_Walker@xxxxxxx (Ken Walker)</author>
	</item>


	<item>
		<title>[orion-dev] Fw: [orion-releng] Orion Build : I20120517-1736</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01702.html</link>
		<description> This non-minified build was deployed. There is a build problem with minification on about 1/2 a dozen pages so until we figure that out the deployed build will not be optimized. ----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/17 06:16 PM ----- From: e...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">This non-minified build was deployed.  There is a build problem with minification on about 1/2 a dozen pages so until we figure that out the deployed build will not be optimized.</font><br>
<font size="2" face="sans-serif"><br>
</font><br>
<font size="1" color="#800080" face="sans-serif">----- Forwarded by Ken Walker/Ottawa/IBM</font><font size="1" color="#800080" face="sans-serif"> on 2012/05/17 06:16 PM</font><font size="1" color="#800080" face="sans-serif"> -----</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">e4Build@xxxxxxxxxxx</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng@xxxxxxxxxxx, </font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">2012/05/17 05:58 PM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">[orion-releng] Orion Build : I20120517-1736</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-releng-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="3" face="serif">See here for the build results: </font><a href="http://download.eclipse.org/orion/drops/I201205171736"><font size="3" color="#0000FF" face="serif"><u>I20120517-1736</u></font></a><br>
<tt><font size="3">The build contains the following changes:<br>
+ Bug 367458 - local (item-level) actions vs. selection actions vs. nav toolbar actions (NEW)<br>
+ Bug 377018 - need consistent selection, highlighting, cursoring strategy across pages with lists (ASSIGNED)<br>
+ Bug 379237 - Move diff sections under staged and unstaged sections (FIXED)<br>
+ Bug 379811 - Compare widget actions in explorer (NEW)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.editor<br>
org.eclipse.orion.client.git<br>
org.eclipse.orion.releng</font></tt><br>
<br>
<a name="TestResults"></a><font size="4" face="serif"><b>Test Results </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"><b>Test</b></font></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif"><b># Tests</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Failures</b></font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif"><b>Errors</b></font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif"><b>Success Rate</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Time</b></font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205171736/Chrome-12.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome 12</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">694</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">39.764</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205171736/Firefox-11.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Firefox 11.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">694</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.739</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205171736/IE-9.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Internet Explorer 9.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">624</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.139</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><font size="3" face="serif"> </font><a href="http://download.eclipse.org/orion/drops/I201205171736/org.eclipse.orion.server.tests.AllServerTests.html"><font size="3" color="#0000FF" face="serif"><u>JUnit Tests: Server Tests</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">281</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">2</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">99.29%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" color="#FF0000" face="serif">294.346</font></div></td></tr>
</table>
<font size="3" face="serif"><br>
<br>
</font><tt><font size="2">_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng">http://dev.eclipse.org/mailman/listinfo/orion-releng</a></font></tt><tt><font size="2"><br>
</font></tt><br>

<p><a href="gifs3Uvwjzk66.gif" ><img src="gifs3Uvwjzk66.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Thu, 17 May 2012 22:18:04 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01702.html</guid>
		<author>Ken_Walker@xxxxxxx (Ken Walker)</author>
	</item>
	<item>
		<title>[orion-dev] Fw:  Fw: [orion-releng] Orion Build : I20120517-0910</title>
		<link>http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01701.html</link>
		<description> This build is not too happy with respect to gitstatus, gitlog, and possibly other pages. https://bugs.eclipse.org/bugs/show_bug.cgi?id=379824 ----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/17 11:54 AM ----- From: Ken Walker/Ottawa/IBM@IBMCA To: ;Orio...</description>
		<content:encoded><![CDATA[
<p><font size="2" face="sans-serif">This build is not too happy with respect to gitstatus, gitlog, and possibly other pages.</font><br>
<br>
<font size="2" face="sans-serif"><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=379824">https://bugs.eclipse.org/bugs/show_bug.cgi?id=379824</a></font><br>
<font size="2" face="sans-serif"><br>
</font><br>
<font size="1" color="#800080" face="sans-serif">----- Forwarded by Ken Walker/Ottawa/IBM</font><font size="1" color="#800080" face="sans-serif"> on 2012/05/17 11:54 AM</font><font size="1" color="#800080" face="sans-serif"> -----</font><br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">Ken Walker/Ottawa/IBM@IBMCA</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">&quot;Orion developer discussions&quot; &lt;orion-dev@xxxxxxxxxxx&gt;, </font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">2012/05/17 10:34 AM</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">[orion-dev] Fw: [orion-releng] Orion Build : I20120517-0910</font></td></tr>

<tr valign="top"><td width="1%"><img width="96" height="1" src="" border="0" alt=""><br>

<ul style="padding-left: 4pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="100%"><img width="1" height="1" src="" border="0" alt=""><br>
<font size="1" face="sans-serif">orion-dev-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<font size="2" face="sans-serif">This passed all tests so deployed to orion.eclipse.org<br>
</font><font size="3" face="serif"><br>
</font><font size="1" color="#800080" face="sans-serif"><br>
----- Forwarded by Ken Walker/Ottawa/IBM on 2012/05/17 10:33 AM -----</font><font size="3" face="serif"><br>
</font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="29%"><img src="" width="96" height="1">
<ul style="padding-left: 36pt"><font size="1" color="#5F5F5F" face="sans-serif">From:</font></ul>
</td><td width="71%"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
e4Build@xxxxxxxxxxx</font></td></tr>

<tr valign="top"><td width="29%"><img src="" width="96" height="1">
<ul style="padding-left: 36pt"><font size="1" color="#5F5F5F" face="sans-serif">To:</font></ul>
</td><td width="71%"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
orion-releng@xxxxxxxxxxx, </font></td></tr>

<tr valign="top"><td width="29%"><img src="" width="96" height="1">
<ul style="padding-left: 36pt"><font size="1" color="#5F5F5F" face="sans-serif">Date:</font></ul>
</td><td width="71%"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
2012/05/17 09:39 AM</font></td></tr>

<tr valign="top"><td width="29%"><img src="" width="96" height="1">
<ul style="padding-left: 36pt"><font size="1" color="#5F5F5F" face="sans-serif">Subject:</font></ul>
</td><td width="71%"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
[orion-releng] Orion Build : I20120517-0910</font></td></tr>

<tr valign="top"><td width="29%"><img src="" width="96" height="1">
<ul style="padding-left: 36pt"><font size="1" color="#5F5F5F" face="sans-serif">Sent by:</font></ul>
</td><td width="71%"><img src="" width="1" height="1"><font size="1" face="sans-serif"><br>
orion-releng-bounces@xxxxxxxxxxx</font></td></tr>
</table>
<hr width="100%" size="2" align="left" noshade><font size="3" face="serif"><br>
<br>
<br>
See here for the build results: </font><a href="http://download.eclipse.org/orion/drops/I201205170910"><font size="3" color="#0000FF" face="serif"><u>I20120517-0910</u></font></a><tt><font size="3"><br>
The build contains the following changes:<br>
+ Bug 379430 - update orbit maps for Orion 0.5 M2 (NEW)<br>
+ Bug 379798 - Compile errors in server tests (FIXED)<br>
<br>
The following projects have changed:<br>
org.eclipse.orion.client.core<br>
org.eclipse.orion.client.git<br>
org.eclipse.orion.releng<br>
org.eclipse.orion.server.tests</font></tt><font size="3" face="serif"><br>
</font><font size="4" face="serif"><b><br>
Test Results </b></font>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="41%" valign="middle"><a name="TestResults"></a><font size="3" face="serif"><b>Test</b></font></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif"><b># Tests</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Failures</b></font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif"><b>Errors</b></font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif"><b>Success Rate</b></font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif"><b>Time</b></font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><a href="http://download.eclipse.org/orion/drops/I201205170910/Chrome-12.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Chrome 12</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">694</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">39.717</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><a href="http://download.eclipse.org/orion/drops/I201205170910/Firefox-11.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Firefox 11.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">694</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.585</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><a href="http://download.eclipse.org/orion/drops/I201205170910/IE-9.0-testResults.html"><font size="3" color="#0000FF" face="serif"><u>JS Tests - Internet Explorer 9.0</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">624</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">40.410</font></div></td></tr>

<tr valign="top"><td width="41%" valign="middle"><a href="http://download.eclipse.org/orion/drops/I201205170910/org.eclipse.orion.server.tests.AllServerTests.html"><font size="3" color="#0000FF" face="serif"><u>JUnit Tests: Server Tests</u></font></a></td><td width="10%" valign="middle"><div align="center"><font size="3" face="serif">281</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="9%" valign="middle"><div align="center"><font size="3" face="serif">0</font></div></td><td width="18%" valign="middle"><div align="center"><font size="3" face="serif">100.00%</font></div></td><td width="11%" valign="middle"><div align="center"><font size="3" face="serif">246.849</font></div></td></tr>
</table>
<font size="3" face="serif"><br>
</font><tt><font size="2"><br>
_______________________________________________<br>
orion-releng mailing list<br>
orion-releng@xxxxxxxxxxx</font></tt><tt><font size="2" color="#0000FF"><u><br>
</u></font></tt><a href="http://dev.eclipse.org/mailman/listinfo/orion-releng"><tt><font size="2" color="#0000FF"><u>http://dev.eclipse.org/mailman/listinfo/orion-releng</u></font></tt></a><font size="3" face="serif"><br>
</font><tt><font size="2">_______________________________________________<br>
orion-dev mailing list<br>
orion-dev@xxxxxxxxxxx<br>
</font></tt><tt><font size="2"><a href="https://dev.eclipse.org/mailman/listinfo/orion-dev">https://dev.eclipse.org/mailman/listinfo/orion-dev</a></font></tt><tt><font size="2"><br>
</font></tt><br>

<p><a href="gifmd02VeBMNH.gif" ><img src="gifmd02VeBMNH.gif" alt="GIF image"></a></p>
]]></content:encoded>
		<pubDate>Thu, 17 May 2012 15:55:56 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/orion-dev/msg01701.html</guid>
		<author>Ken_Walker@xxxxxxx (Ken Walker)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->

