<?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>e4-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/maillist.html</link>
		<description>e4-dev</description>
		<language>en-us</language>
		<pubDate>Tue, 21 May 2013 02:10:19 GMT</pubDate>
		<lastBuildDate>Tue, 21 May 2013 02:10:19 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>e4-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/e4-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[e4-dev] 0.14 Build: I20130520-2200 submission</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07481.html</link>
		<description>The following projects have changed: The build contains commits that mentioned these bugs: </description>
		<content:encoded><![CDATA[<pre>The following projects have changed:

The build contains commits that mentioned these bugs:

</pre>]]></content:encoded>
		<pubDate>Tue, 21 May 2013 02:00:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07481.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>
	<item>
		<title>[e4-dev] 0.14 Build: I20130520-0700 submission</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07480.html</link>
		<description>The following projects have changed: bundles/org.eclipse.e4.tools.emf.ui The build contains commits that mentioned these bugs: </description>
		<content:encoded><![CDATA[<pre>The following projects have changed:
bundles/org.eclipse.e4.tools.emf.ui

The build contains commits that mentioned these bugs:
+ Bug 405936 - Update ProjectOSGiTranslationProvider to use the new message extensions (FIXED)

</pre>]]></content:encoded>
		<pubDate>Mon, 20 May 2013 11:00:58 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07480.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>
	<item>
		<title>Re: [e4-dev] 0.14 Build: I20130518-2200 Failed</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07479.html</link>
		<description> </description>
		<content:encoded><![CDATA[<tt>Reason was that I forgot to update the EE to 1.6 like we did with the 
services bundle already before. On OS-X there's no Java 1.5 available 
anymore so it would not even be possible to detect such problems locally.</tt><br>
<br>
<pre style="margin: 0em;">Tom</pre><br>
<tt>On 19.05.13 12:03, Sopot &#xC7;ela wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Updated bug <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=405936">https://bugs.eclipse.org/bugs/show_bug.cgi?id=405936</a> .
Investigating.</pre><br>
<pre style="margin: 0em;"><br>On Sun, May 19, 2013 at 11:55 AM, Paul Webster
&lt;pwebster@xxxxxxxxxxxxxxxxxxx &lt;<a  href="mailto:pwebster@xxxxxxxxxxxxxxxxxxx">mailto:pwebster@xxxxxxxxxxxxxxxxxxx</a>&gt;&gt; wrote:</pre><br>
<pre style="margin: 0em;">    There are compile errors in org.eclipse.e4.tools:</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">    1. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 14)
         import java.util.ResourceBundle.Control;
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The import java.util.ResourceBundle.Control cannot be resolved
    ----------
    2. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 214)</pre><br>
<pre style="margin: 0em;">    setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename,
    this.locale, new ProjectResourceBundleControl(true), new
    ProjectResourceBundleControl(false)));</pre><br>
<pre style="margin: 0em;">    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.util.ResourceBundle$Control cannot be resolved. It is
    indirectly referenced from required .class files
    ----------
    3. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 214)</pre><br>
<pre style="margin: 0em;">    setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename,
    this.locale, new ProjectResourceBundleControl(true), new
    ProjectResourceBundleControl(false)));
                                                ^^^^^^^^^^^^^^^^^^^^^^^^
    The method getEquinoxResourceBundle(String, Locale,
    ResourceBundle$Control, ResourceBundle$Control) from the type
    ResourceBundleHelper refers to the missing type ResourceBundle$Control
    ----------
    4. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 223)
         class ProjectResourceBundleControl extends ResourceBundle.Control {
                                                    ^^^^^^^^^^^^^^^^^^^^^^
    ResourceBundle.Control cannot be resolved to a type
    ----------
    5. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 243)
         public ResourceBundle newBundle(String baseName, Locale locale,
    String format, ClassLoader loader, boolean reload) throws
    IllegalAccessException, InstantiationException, IOException {</pre><br>
<pre style="margin: 0em;">    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The method newBundle(String, Locale, String, ClassLoader, boolean)
    of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl
    must override a superclass method
    ----------
    6. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 245)
         String bundleName = toBundleName(baseName, locale);
                             ^^^^^^^^^^^^
    The method toBundleName(String, Locale) is undefined for the type
    ProjectOSGiTranslationProvider.ProjectResourceBundleControl
    ----------
    7. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 248)
         final String resourceName = toResourceName(bundleName,
    &quot;properties&quot;); //$NON-NLS-1$
                                     ^^^^^^^^^^^^^^
    The method toResourceName(String, String) is undefined for the type
    ProjectOSGiTranslationProvider.ProjectResourceBundleControl
    ----------
    8. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 293)
         public List&lt;String&gt; getFormats(String baseName) {
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The method getFormats(String) of type
    ProjectOSGiTranslationProvider.ProjectResourceBundleControl must
    override a superclass method
    ----------
    9. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 294)
         return FORMAT_PROPERTIES;
                ^^^^^^^^^^^^^^^^^
    FORMAT_PROPERTIES cannot be resolved to a variable
    ----------
    10. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 298)
         public Locale getFallbackLocale(String baseName, Locale locale) {
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The method getFallbackLocale(String, Locale) of type
    ProjectOSGiTranslationProvider.ProjectResourceBundleControl must
    override a superclass method
    ----------
    11. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 299)
         return this.useFallback ? super.getFallbackLocale(baseName,
    locale) : null;
                                         ^^^^^^^^^^^^^^^^^
    The method getFallbackLocale(String, Locale) is undefined for the
    type Object
    ----------
    12. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 308)
         public long getTimeToLive(String baseName, Locale locale) {
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    The method getTimeToLive(String, Locale) of type
    ProjectOSGiTranslationProvider.ProjectResourceBundleControl must
    override a superclass method
    ----------
    13. ERROR in
    /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java
    (at line 309)
         return TTL_DONT_CACHE;
                ^^^^^^^^^^^^^^
    TTL_DONT_CACHE cannot be resolved to a variable</pre><br>
<pre style="margin: 0em;"><br>    On Sat, May 18, 2013 at 10:18 PM, &lt;e4Build@xxxxxxxxxxx
    &lt;<a  href="mailto:e4Build@xxxxxxxxxxx">mailto:e4Build@xxxxxxxxxxx</a>&gt;&gt; wrote:</pre><br>
<pre style="margin: 0em;">        Build log: <a  href="http://build.eclipse.org/eclipse/e4/cbi/log.txt">http://build.eclipse.org/eclipse/e4/cbi/log.txt</a></pre><br>
<pre style="margin: 0em;">        _______________________________________________
        e4-dev mailing list
        e4-dev@xxxxxxxxxxx &lt;<a  href="mailto:e4-dev@xxxxxxxxxxx">mailto:e4-dev@xxxxxxxxxxx</a>&gt;
        <a  href="https://dev.eclipse.org/mailman/listinfo/e4-dev">https://dev.eclipse.org/mailman/listinfo/e4-dev</a></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br>    --
    Paul Webster
    Hi floor.  Make me a sammich! - GIR</pre><br>
<pre style="margin: 0em;">    _______________________________________________
    e4-dev mailing list
    e4-dev@xxxxxxxxxxx &lt;<a  href="mailto:e4-dev@xxxxxxxxxxx">mailto:e4-dev@xxxxxxxxxxx</a>&gt;
    <a  href="https://dev.eclipse.org/mailman/listinfo/e4-dev">https://dev.eclipse.org/mailman/listinfo/e4-dev</a></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br>_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/e4-dev">https://dev.eclipse.org/mailman/listinfo/e4-dev</a></pre><br>
</blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Mon, 20 May 2013 07:38:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07479.html</guid>
		<author>tom.schindl@xxxxxxx (Tom Schindl)</author>
	</item>


	<item>
		<title>[e4-dev] 0.14 Build: I20130519-2200 Failed</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07478.html</link>
		<description>Build log: http://build.eclipse.org/eclipse/e4/cbi/log.txt </description>
		<content:encoded><![CDATA[<pre>Build log: <a  href="http://build.eclipse.org/eclipse/e4/cbi/log.txt">http://build.eclipse.org/eclipse/e4/cbi/log.txt</a>


</pre>]]></content:encoded>
		<pubDate>Mon, 20 May 2013 02:19:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07478.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>
	<item>
		<title>[e4-dev] 0.14 Build: I20130519-2200 submission</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07477.html</link>
		<description>The following projects have changed: The build contains commits that mentioned these bugs: </description>
		<content:encoded><![CDATA[<pre>The following projects have changed:

The build contains commits that mentioned these bugs:

</pre>]]></content:encoded>
		<pubDate>Mon, 20 May 2013 02:00:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07477.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>
	<item>
		<title>Re: [e4-dev] 0.14 Build: I20130518-2200 Failed</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07476.html</link>
		<description>Updated bug&amp;#xA0;https://bugs.eclipse.org/bugs/show_bug.cgi?id=405936 . Investigating. On Sun, May 19, 2013 at 11:55 AM, Paul Webster &amp;lt;pwebster@xxxxxxxxxxxxxxxxxxx&amp;gt; wrote:-- Paul WebsterHi floor.&amp;#xA0; Make me a sammich! - GIR _______________________________________...</description>
		<content:encoded><![CDATA[<div dir="ltr">Updated bug&#xA0;<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=405936">https://bugs.eclipse.org/bugs/show_bug.cgi?id=405936</a> . Investigating.</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sun, May 19, 2013 at 11:55 AM, Paul Webster <span dir="ltr">&lt;<a href="mailto:pwebster@xxxxxxxxxxxxxxxxxxx" target="_blank">pwebster@xxxxxxxxxxxxxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">There are compile errors in org.eclipse.e4.tools:<br><br><br><br>1. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 14)<br>

&#xA0;&#xA0;&#xA0; import java.util.ResourceBundle.Control;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The import java.util.ResourceBundle.Control cannot be resolved<br>----------<br>2. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 214)<br>

&#xA0;&#xA0;&#xA0; setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename, this.locale, new ProjectResourceBundleControl(true), new ProjectResourceBundleControl(false)));<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>

The type java.util.ResourceBundle$Control cannot be resolved. It is indirectly referenced from required .class files<br>----------<br>3. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 214)<br>

&#xA0;&#xA0;&#xA0; setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename, this.locale, new ProjectResourceBundleControl(true), new ProjectResourceBundleControl(false)));<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#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>

The method getEquinoxResourceBundle(String, Locale, ResourceBundle$Control, ResourceBundle$Control) from the type ResourceBundleHelper refers to the missing type ResourceBundle$Control<br>----------<br>4. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 223)<br>

&#xA0;&#xA0;&#xA0; class ProjectResourceBundleControl extends ResourceBundle.Control {<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#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>ResourceBundle.Control cannot be resolved to a type<br>----------<br>5. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 243)<br>

&#xA0;&#xA0;&#xA0; public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException {<br>&#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>

The method newBundle(String, Locale, String, ClassLoader, boolean) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>----------<br>6. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 245)<br>

&#xA0;&#xA0;&#xA0; String bundleName = toBundleName(baseName, locale);<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^<br>The method toBundleName(String, Locale) is undefined for the type ProjectOSGiTranslationProvider.ProjectResourceBundleControl<br>

----------<br>7. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 248)<br>

&#xA0;&#xA0;&#xA0; final String resourceName = toResourceName(bundleName, &quot;properties&quot;); //$NON-NLS-1$<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#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>The method toResourceName(String, String) is undefined for the type ProjectOSGiTranslationProvider.ProjectResourceBundleControl<br>

----------<br>8. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 293)<br>

&#xA0;&#xA0;&#xA0; public List&lt;String&gt; getFormats(String baseName) {<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The method getFormats(String) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>

----------<br>9. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 294)<br>

&#xA0;&#xA0;&#xA0; return FORMAT_PROPERTIES;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^^^^<br>FORMAT_PROPERTIES cannot be resolved to a variable<br>----------<br>10. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 298)<br>

&#xA0;&#xA0;&#xA0; public Locale getFallbackLocale(String baseName, Locale locale) {<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The method getFallbackLocale(String, Locale) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>

----------<br>11. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 299)<br>

&#xA0;&#xA0;&#xA0; return this.useFallback ? super.getFallbackLocale(baseName, locale) : null;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#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>The method getFallbackLocale(String, Locale) is undefined for the type Object<br>

----------<br>12. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 308)<br>

&#xA0;&#xA0;&#xA0; public long getTimeToLive(String baseName, Locale locale) {<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The method getTimeToLive(String, Locale) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>

----------<br>13. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 309)<br>

&#xA0;&#xA0;&#xA0; return TTL_DONT_CACHE;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0; ^^^^^^^^^^^^^^<br>TTL_DONT_CACHE cannot be resolved to a variable<br></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Sat, May 18, 2013 at 10:18 PM,  <span dir="ltr">&lt;<a href="mailto:e4Build@xxxxxxxxxxx" target="_blank">e4Build@xxxxxxxxxxx</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Build log: <a href="http://build.eclipse.org/eclipse/e4/cbi/log.txt" target="_blank">http://build.eclipse.org/eclipse/e4/cbi/log.txt</a><br>


<br>
_______________________________________________<br>
e4-dev mailing list<br>
<a href="mailto:e4-dev@xxxxxxxxxxx" target="_blank">e4-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/e4-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/e4-dev</a><br>
</blockquote></div><br><br clear="all"><br></div></div><span class="HOEnZb"><font color="#888888">-- <br>Paul Webster<br>Hi floor.&#xA0; Make me a sammich! - GIR
</font></span></div>
<br>_______________________________________________<br>
e4-dev mailing list<br>
<a href="mailto:e4-dev@xxxxxxxxxxx">e4-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/e4-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/e4-dev</a><br>
<br></blockquote></div><br></div>
]]></content:encoded>
		<pubDate>Sun, 19 May 2013 10:03:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07476.html</guid>
		<author>sopotcela@xxxxxxx (Sopot &#xC7;ela)</author>
	</item>
	<item>
		<title>Re: [e4-dev] 0.14 Build: I20130518-2200 Failed</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07475.html</link>
		<description>-- Paul WebsterHi floor.&amp;#xC2; Make me a sammich! - GIR </description>
		<content:encoded><![CDATA[<div dir="ltr">There are compile errors in org.eclipse.e4.tools:<br><br><br><br>1. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 14)<br>
&#xC2;&#xC2;&#xC2; import java.util.ResourceBundle.Control;<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The import java.util.ResourceBundle.Control cannot be resolved<br>----------<br>2. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 214)<br>
&#xC2;&#xC2;&#xC2; setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename, this.locale, new ProjectResourceBundleControl(true), new ProjectResourceBundleControl(false)));<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
The type java.util.ResourceBundle$Control cannot be resolved. It is indirectly referenced from required .class files<br>----------<br>3. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 214)<br>
&#xC2;&#xC2;&#xC2; setResourceBundle(ResourceBundleHelper.getEquinoxResourceBundle(this.basename, this.locale, new ProjectResourceBundleControl(true), new ProjectResourceBundleControl(false)));<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^<br>
The method getEquinoxResourceBundle(String, Locale, ResourceBundle$Control, ResourceBundle$Control) from the type ResourceBundleHelper refers to the missing type ResourceBundle$Control<br>----------<br>4. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 223)<br>
&#xC2;&#xC2;&#xC2; class ProjectResourceBundleControl extends ResourceBundle.Control {<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^<br>ResourceBundle.Control cannot be resolved to a type<br>----------<br>5. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 243)<br>
&#xC2;&#xC2;&#xC2; public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException {<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
The method newBundle(String, Locale, String, ClassLoader, boolean) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>----------<br>6. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 245)<br>
&#xC2;&#xC2;&#xC2; String bundleName = toBundleName(baseName, locale);<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^<br>The method toBundleName(String, Locale) is undefined for the type ProjectOSGiTranslationProvider.ProjectResourceBundleControl<br>
----------<br>7. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 248)<br>
&#xC2;&#xC2;&#xC2; final String resourceName = toResourceName(bundleName, &quot;properties&quot;); //$NON-NLS-1$<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^<br>The method toResourceName(String, String) is undefined for the type ProjectOSGiTranslationProvider.ProjectResourceBundleControl<br>
----------<br>8. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 293)<br>
&#xC2;&#xC2;&#xC2; public List&lt;String&gt; getFormats(String baseName) {<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The method getFormats(String) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>
----------<br>9. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 294)<br>
&#xC2;&#xC2;&#xC2; return FORMAT_PROPERTIES;<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^<br>FORMAT_PROPERTIES cannot be resolved to a variable<br>----------<br>10. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 298)<br>
&#xC2;&#xC2;&#xC2; public Locale getFallbackLocale(String baseName, Locale locale) {<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The method getFallbackLocale(String, Locale) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>
----------<br>11. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 299)<br>
&#xC2;&#xC2;&#xC2; return this.useFallback ? super.getFallbackLocale(baseName, locale) : null;<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^<br>The method getFallbackLocale(String, Locale) is undefined for the type Object<br>
----------<br>12. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 308)<br>
&#xC2;&#xC2;&#xC2; public long getTimeToLive(String baseName, Locale locale) {<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>The method getTimeToLive(String, Locale) of type ProjectOSGiTranslationProvider.ProjectResourceBundleControl must override a superclass method<br>
----------<br>13. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20130518-2200/org.eclipse.e4.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java (at line 309)<br>
&#xC2;&#xC2;&#xC2; return TTL_DONT_CACHE;<br>&#xC2;&#xC2;&#xC2; &#xC2;&#xC2;&#xC2;&#xC2;&#xC2;&#xC2; ^^^^^^^^^^^^^^<br>TTL_DONT_CACHE cannot be resolved to a variable<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 18, 2013 at 10:18 PM,  <span dir="ltr">&lt;<a href="mailto:e4Build@xxxxxxxxxxx" target="_blank">e4Build@xxxxxxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Build log: <a href="http://build.eclipse.org/eclipse/e4/cbi/log.txt" target="_blank">http://build.eclipse.org/eclipse/e4/cbi/log.txt</a><br>

<br>
_______________________________________________<br>
e4-dev mailing list<br>
<a href="mailto:e4-dev@xxxxxxxxxxx">e4-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/e4-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/e4-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Paul Webster<br>Hi floor.&#xC2; Make me a sammich! - GIR
</div>
]]></content:encoded>
		<pubDate>Sun, 19 May 2013 09:55:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07475.html</guid>
		<author>pwebster@xxxxxxx (Paul Webster)</author>
	</item>


	<item>
		<title>[e4-dev] 0.14 Build: I20130518-2200 Failed</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07474.html</link>
		<description>Build log: http://build.eclipse.org/eclipse/e4/cbi/log.txt </description>
		<content:encoded><![CDATA[<pre>Build log: <a  href="http://build.eclipse.org/eclipse/e4/cbi/log.txt">http://build.eclipse.org/eclipse/e4/cbi/log.txt</a>


</pre>]]></content:encoded>
		<pubDate>Sun, 19 May 2013 02:18:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07474.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>
	<item>
		<title>[e4-dev] 0.14 Build: I20130518-2200 submission</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07473.html</link>
		<description>The following projects have changed: bundles/org.eclipse.e4.tools.services The build contains commits that mentioned these bugs: </description>
		<content:encoded><![CDATA[<pre>The following projects have changed:
bundles/org.eclipse.e4.tools.services

The build contains commits that mentioned these bugs:
+ Bug 406632 - Add support for Locale changes at runtime (FIXED)
+ Bug 406645 - Add support for placeholders in message extension (FIXED)

</pre>]]></content:encoded>
		<pubDate>Sun, 19 May 2013 02:00:46 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07473.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>


	<item>
		<title>[e4-dev] 0.14 Build: I20130517-2200 Failed</title>
		<link>http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07472.html</link>
		<description>Build log: http://build.eclipse.org/eclipse/e4/cbi/log.txt </description>
		<content:encoded><![CDATA[<pre>Build log: <a  href="http://build.eclipse.org/eclipse/e4/cbi/log.txt">http://build.eclipse.org/eclipse/e4/cbi/log.txt</a>


</pre>]]></content:encoded>
		<pubDate>Sat, 18 May 2013 02:18:32 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/e4-dev/msg07472.html</guid>
		<author>e4Build@xxxxxxx (e4Build)</author>
	</item>

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