<?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>wb-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/maillist.html</link>
		<description>wb-dev</description>
		<language>en-us</language>
		<pubDate>Thu, 05 Apr 2012 10:50:05 GMT</pubDate>
		<lastBuildDate>Thu, 05 Apr 2012 10:50:05 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>wb-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/wb-dev/maillist.html</link>
		</image>
 

	<item>
		<title>Re: [wb-dev] Project meta data is out of date for	tools.windowbuilder</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00023.html</link>
		<description>I fixed thisOn Thu, Apr 5, 2012 at 12:00 AM, portal on behalf of emo &amp;lt;emo@xxxxxxxxxxx&amp;gt; wrote:-- Mark R Russell(724) 473-3140 Software Engineer in TestGoogle Pittsburgh </description>
		<content:encoded><![CDATA[I fixed this<br><br><div class="gmail_quote">On Thu, Apr 5, 2012 at 12:00 AM, portal on behalf of emo <span dir="ltr">&lt;<a href="mailto:emo@xxxxxxxxxxx">emo@xxxxxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Eric,<br>
Projects are required to keep meta data up to date using the MyFoundation<br>
Portal (<a href="http://portal.eclipse.org/" target="_blank">http://portal.eclipse.org/</a>). &#xA0;The following problems were found<br>
with this project&#39;s meta-data:<br>
<br>
* The date for release &quot;1.3.0&quot; is in the past, but the release is not<br>
marked as completed. If it is completed, it should be marked as completed;<br>
if it has been postponed, it should be given a new target date.<br>
<br>
_______________________________________________<br>
wb-dev mailing list<br>
<a href="mailto:wb-dev@xxxxxxxxxxx">wb-dev@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/wb-dev" target="_blank">http://dev.eclipse.org/mailman/listinfo/wb-dev</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Mark R Russell<div><span style="font-family:Arial,sans-serif;font-size:10.8333px;white-space:nowrap"><span><span>(<span style="font-size:small">724) 473-3140</span></span></span></span><br>

<div>Software Engineer in Test</div><div>Google Pittsburgh</div><font face="Arial, sans-serif" size="3"><span style="font-size:13px;white-space:nowrap"><br></span></font></div><br>
]]></content:encoded>
		<pubDate>Thu, 05 Apr 2012 10:41:41 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00023.html</guid>
		<author>mrrussell@xxxxxxx (Mark Russell)</author>
	</item>
	<item>
		<title>[wb-dev] Project meta data is out of date for tools.windowbuilder</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00022.html</link>
		<description>Eric, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;1.3.0&amp;quot; is in the past, but the release is not mark...</description>
		<content:encoded><![CDATA[<pre>Eric,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;1.3.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.


</pre>]]></content:encoded>
		<pubDate>Thu, 05 Apr 2012 04:00:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00022.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>Re: [wb-dev] Extensibility docs?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00021.html</link>
		<description>&amp;#xA0; Well, we don&amp;#39;t provide much documentation, only source.&amp;#xA0; Initially WindowBuilder had only support for Java based toolkits, but then we&amp;#39;ve added also support for XML.&amp;#xA0; So, it is extensible in some form. &amp;#xA0; I recommend you to look on&amp;#xA0;org.eclipse.wb.core.xml...</description>
		<content:encoded><![CDATA[<div><br></div><div>&#xA0; Well, we don&#39;t provide much documentation, only source.</div><div>&#xA0; Initially WindowBuilder had only support for Java based toolkits, but then we&#39;ve added also support for XML.</div><div>&#xA0; So, it is extensible in some form.</div>
<div>&#xA0; I recommend you to look on&#xA0;org.eclipse.wb.core.xml (base support for XML) and&#xA0;org.eclipse.wb.xwt (specific parser, renderer, models, etc).</div><div><br></div><div>&#xA0; But you should understand that adding support for new language, such as C++ is big task.</div>
<div>&#xA0; You will need:</div><div><br></div><div>1. Some format of components description - for XML we&#39;ve used same *.wbp-component.xml descriptions as for Java and even share these descriptions for example between GWT Java and GWT UiBinder. See&#xA0;org.eclipse.wb.internal.core.xml.model.description.ComponentDescription and&#xA0;org.eclipse.wb.internal.core.xml.model.description.ComponentDescriptionHelper</div>
<div><br></div><div>2. New Editor which is composition of language specific Source editor and Design page which hosts subclass of &#xA0;org.eclipse.wb.internal.core.editor.DesignComposite, see&#xA0;org.eclipse.wb.internal.core.xml.editor.XmlDesignComposite and org.eclipse.wb.internal.core.xml.editor.XmlDesignPage which hosts it&#xA0;</div>
<div><br></div><div>3. Parser of the source into models tree. See&#xA0;org.eclipse.wb.internal.xwt.parser.XwtParser or&#xA0;com.google.gdt.eclipse.designer.uibinder.parser.UiBinderParser (GWT Design is also open sourced, but not in Eclipse, see&#xA0;<a href="http://code.google.com/p/gwt-designer/">http://code.google.com/p/gwt-designer/</a>)</div>
<div><br></div><div>4. Renderer which takes models tree (or just source) and renders real UI with ability to ask every property value, location/size of each component, their images, etc. See&#xA0;org.eclipse.wb.internal.xwt.parser.XwtRenderer or&#xA0;com.google.gdt.eclipse.designer.uibinder.parser.UiBinderRenderer</div>
<div><br></div><div>5. Toolkit specific set of models and GEF EditParts, LayoutEditPolicies to edit models and source. See org.eclipse.wb.internal.core.xml.model.XmlObjectInfo and org.eclipse.wb.internal.xwt.model.widgets.ControlInfo</div>
<div><br></div><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">

<div>This has been on my list of things to look at since WindowBuilder joined Eclipse. I&#39;ve been wondering whether it can be used for non-Java GUI designs. There are quite a few windowing platforms in the native world I interact with CDT and they all need good
 Eclipse-based design tools.</div>
<div><br>
</div>
<div>Along those lines is there any documentation I could look at to learn more about how to add a new integrations?</div>
<div><br></div></div></blockquote><div>&#xA0;</div></div><br><br clear="all"><div><br></div>-- <br>Konstantin Scheglov,<br>Google, Inc.<br>
]]></content:encoded>
		<pubDate>Thu, 15 Mar 2012 18:22:02 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00021.html</guid>
		<author>konstantin.scheglov@xxxxxxx (Konstantin Scheglov)</author>
	</item>
	<item>
		<title>Re: [wb-dev] Extensibility docs?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00020.html</link>
		<description> _______________________________________________ wb-dev mailing list wb-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/wb-dev _______________________________________________ wb-dev mailing list wb-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/lis...</description>
		<content:encoded><![CDATA[<br><br><div class="gmail_quote">On Thu, Mar 15, 2012 at 10:51 AM, Doug Schaefer <span dir="ltr">&lt;<a href="mailto:dschaefer@xxxxxxx">dschaefer@xxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>... The codemaps link doesn&#39;t work for me. </div></div></blockquote><div><br></div><div>Seems like we hit a bug - we are looking at fixing it. We will let you know when it is done.</div><div>&#xA0;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word"><div>It might be better if we had that documentation on <a href="http://eclipse.org" target="_blank">eclipse.org</a> somewhere.</div></div></blockquote>
<div><br></div><div>Yeah, that&#39;s the plan. We are playing on the site with features that would help the community contribute documentation - once we get it right we will put it up on <a href="http://eclipse.org">eclipse.org</a>.</div>
<div><br></div><div>-Vineet</div><div><br><div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word"><div><br>
</div><div><br></div>
<span>
<div style="border-right:medium none;padding-right:0in;padding-left:0in;padding-top:3pt;text-align:left;font-size:11pt;border-bottom:medium none;font-family:Calibri;border-top:#b5c4df 1pt solid;padding-bottom:0in;border-left:medium none">

<span style="font-weight:bold">From: </span>Vineet Sinha &lt;<a href="mailto:vineet@xxxxxxxxxxxxx" target="_blank">vineet@xxxxxxxxxxxxx</a>&gt;<br>
<span style="font-weight:bold">Reply-To: </span>&quot;Mailing list for discussion of Windowbuilder dev issues involving the core engine, public apis and docs&quot; &lt;<a href="mailto:wb-dev@xxxxxxxxxxx" target="_blank">wb-dev@xxxxxxxxxxx</a>&gt;<br>

<span style="font-weight:bold">Date: </span>Thu, 15 Mar 2012 10:46:05 -0400<br>
<span style="font-weight:bold">To: </span>&quot;Mailing list for discussion of Windowbuilder dev issues involving the core engine, public apis and docs&quot; &lt;<a href="mailto:wb-dev@xxxxxxxxxxx" target="_blank">wb-dev@xxxxxxxxxxx</a>&gt;<br>

<span style="font-weight:bold">Subject: </span>Re: [wb-dev] Extensibility docs?<br>
</div><div><div class="h5">
<div><br>
</div>
<div>My understanding is that WindowBuilder is being used in the BlackBerry IDE as well as being tried out for the Android tool. So they are going beyond typical desktop Java.&#xA0;<br>
</div>
<div><br>
</div>
<div>I don&#39;t know how hard it will be to add support for new windowing platform - but it should be possible.</div>
<div><br>
</div>
<div>We did some work to add documentation to help in adding&#xA0;integrations&#xA0;- more needs to be done, but hopefully you will find the work helpful:&#xA0;<a href="http://www.codemaps.org/c/WindowBuilder" target="_blank">http://www.codemaps.org/c/WindowBuilder</a>&#xA0;</div>

<div><br>
</div>
<div>Most of the WindowBuilder discussion seems to be happening here:&#xA0;<a href="http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=214" target="_blank">http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=214</a>&#xA0;You might get a better response there.</div>

<div><br>
</div>
<div>Regards,</div>
<div>Vineet</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On Thu, Mar 15, 2012 at 10:24 AM, Doug Schaefer <span dir="ltr">
&lt;<a href="mailto:dschaefer@xxxxxxx" target="_blank">dschaefer@xxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>Hey gang,</div>
<div><br>
</div>
<div>This has been on my list of things to look at since WindowBuilder joined Eclipse. I&#39;ve been wondering whether it can be used for non-Java GUI designs. There are quite a few windowing platforms in the native world I interact with CDT and they all need good
 Eclipse-based design tools.</div>
<div><br>
</div>
<div>Along those lines is there any documentation I could look at to learn more about how to add a new integrations?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Doug</div>
</div>
<br>
_______________________________________________<br>
wb-dev mailing list<br>
<a href="mailto:wb-dev@xxxxxxxxxxx" target="_blank">wb-dev@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/wb-dev" target="_blank">http://dev.eclipse.org/mailman/listinfo/wb-dev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
_______________________________________________ wb-dev mailing list <a href="mailto:wb-dev@xxxxxxxxxxx" target="_blank">
wb-dev@xxxxxxxxxxx</a> <a href="http://dev.eclipse.org/mailman/listinfo/wb-dev" target="_blank">http://dev.eclipse.org/mailman/listinfo/wb-dev</a>
</div></div></span>
</div>

<br>_______________________________________________<br>
wb-dev mailing list<br>
<a href="mailto:wb-dev@xxxxxxxxxxx">wb-dev@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/wb-dev" target="_blank">http://dev.eclipse.org/mailman/listinfo/wb-dev</a><br>
<br></div></div><br>
]]></content:encoded>
		<pubDate>Thu, 15 Mar 2012 14:58:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00020.html</guid>
		<author>vineet@xxxxxxx (Vineet Sinha)</author>
	</item>
	<item>
		<title>Re: [wb-dev] Extensibility docs?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00019.html</link>
		<description> _______________________________________________ wb-dev mailing list wb-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/wb-dev </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="">


<div>Thanks for you're response. I'll start following the forum. The codemaps link doesn't work for me. It might be better if we had that documentation on eclipse.org somewhere.</div>
<div><br>
</div>
<div>Cheers,</div>
<div>Doug.</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Vineet Sinha &lt;<a href="mailto:vineet@xxxxxxxxxxxxx">vineet@xxxxxxxxxxxxx</a>&gt;<br>
<span style="font-weight:bold">Reply-To: </span>&quot;Mailing list for discussion of Windowbuilder dev issues involving the core engine, public apis and docs&quot; &lt;<a href="mailto:wb-dev@xxxxxxxxxxx">wb-dev@xxxxxxxxxxx</a>&gt;<br>
<span style="font-weight:bold">Date: </span>Thu, 15 Mar 2012 10:46:05 -0400<br>
<span style="font-weight:bold">To: </span>&quot;Mailing list for discussion of Windowbuilder dev issues involving the core engine, public apis and docs&quot; &lt;<a href="mailto:wb-dev@xxxxxxxxxxx">wb-dev@xxxxxxxxxxx</a>&gt;<br>
<span style="font-weight:bold">Subject: </span>Re: [wb-dev] Extensibility docs?<br>
</div>
<div><br>
</div>
<div>My understanding is that WindowBuilder is being used in the BlackBerry IDE as well as being tried out for the Android tool. So they are going beyond typical desktop Java.&nbsp;<br>
</div>
<div><br>
</div>
<div>I don't know how hard it will be to add support for new windowing platform - but it should be possible.</div>
<div><br>
</div>
<div>We did some work to add documentation to help in adding&nbsp;integrations&nbsp;- more needs to be done, but hopefully you will find the work helpful:&nbsp;<a href="http://www.codemaps.org/c/WindowBuilder">http://www.codemaps.org/c/WindowBuilder</a>&nbsp;</div>
<div><br>
</div>
<div>Most of the WindowBuilder discussion seems to be happening here:&nbsp;<a href="http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=214">http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=214</a>&nbsp;You might get a better response there.</div>
<div><br>
</div>
<div>Regards,</div>
<div>Vineet</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<br>
<div class="gmail_quote">On Thu, Mar 15, 2012 at 10:24 AM, Doug Schaefer <span dir="ltr">
&lt;<a href="mailto:dschaefer@xxxxxxx">dschaefer@xxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>Hey gang,</div>
<div><br>
</div>
<div>This has been on my list of things to look at since WindowBuilder joined Eclipse. I've been wondering whether it can be used for non-Java GUI designs. There are quite a few windowing platforms in the native world I interact with CDT and they all need good
 Eclipse-based design tools.</div>
<div><br>
</div>
<div>Along those lines is there any documentation I could look at to learn more about how to add a new integrations?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Doug</div>
</div>
<br>
_______________________________________________<br>
wb-dev mailing list<br>
<a href="mailto:wb-dev@xxxxxxxxxxx">wb-dev@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/wb-dev" target="_blank">http://dev.eclipse.org/mailman/listinfo/wb-dev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
_______________________________________________ wb-dev mailing list <a href="mailto:wb-dev@xxxxxxxxxxx">
wb-dev@xxxxxxxxxxx</a> <a href="http://dev.eclipse.org/mailman/listinfo/wb-dev">http://dev.eclipse.org/mailman/listinfo/wb-dev</a>
</span>


</td></tr></table>]]></content:encoded>
		<pubDate>Thu, 15 Mar 2012 14:52:54 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00019.html</guid>
		<author>dschaefer@xxxxxxx (Doug Schaefer)</author>
	</item>
	<item>
		<title>Re: [wb-dev] Extensibility docs?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00018.html</link>
		<description> </description>
		<content:encoded><![CDATA[<div>My understanding is that WindowBuilder is being used in the BlackBerry IDE as well as being tried out for the Android tool. So they are going beyond typical desktop Java.&#xA0;<br></div><div><br></div><div>I don&#39;t know how hard it will be to add support for new windowing platform - but it should be possible.</div>
<div><br></div><div>We did some work to add documentation to help in adding&#xA0;integrations&#xA0;- more needs to be done, but hopefully you will find the work helpful:&#xA0;<a href="http://www.codemaps.org/c/WindowBuilder">http://www.codemaps.org/c/WindowBuilder</a>&#xA0;</div>
<div><br></div><div>Most of the WindowBuilder discussion seems to be happening here:&#xA0;<a href="http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=214">http://www.eclipse.org/forums/index.php?t=thread&amp;frm_id=214</a>&#xA0;You might get a better response there.</div>
<div><br></div><div>Regards,</div><div>Vineet</div><div><br></div><div><br></div><div><br><br><div class="gmail_quote">On Thu, Mar 15, 2012 at 10:24 AM, Doug Schaefer <span dir="ltr">&lt;<a href="mailto:dschaefer@xxxxxxx">dschaefer@xxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>Hey gang,</div>
<div><br>
</div>
<div>This has been on my list of things to look at since WindowBuilder joined Eclipse. I&#39;ve been wondering whether it can be used for non-Java GUI designs. There are quite a few windowing platforms in the native world I interact with CDT and they all need good
 Eclipse-based design tools.</div>
<div><br>
</div>
<div>Along those lines is there any documentation I could look at to learn more about how to add a new integrations?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Doug</div>
</div>

<br>_______________________________________________<br>
wb-dev mailing list<br>
<a href="mailto:wb-dev@xxxxxxxxxxx">wb-dev@xxxxxxxxxxx</a><br>
<a href="http://dev.eclipse.org/mailman/listinfo/wb-dev" target="_blank">http://dev.eclipse.org/mailman/listinfo/wb-dev</a><br>
<br></blockquote></div><br></div>
]]></content:encoded>
		<pubDate>Thu, 15 Mar 2012 14:46:05 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00018.html</guid>
		<author>vineet@xxxxxxx (Vineet Sinha)</author>
	</item>
	<item>
		<title>[wb-dev] Extensibility docs?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00017.html</link>
		<description> Hey gang, This has been on my list of things to look at since WindowBuilder joined Eclipse. I've been wondering whether it can be used for non-Java GUI designs. There are quite a few windowing platforms in the native world I interact with CDT and they all...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="">


<div>Hey gang,</div>
<div><br>
</div>
<div>This has been on my list of things to look at since WindowBuilder joined Eclipse. I've been wondering whether it can be used for non-Java GUI designs. There are quite a few windowing platforms in the native world I interact with CDT and they all need good
 Eclipse-based design tools.</div>
<div><br>
</div>
<div>Along those lines is there any documentation I could look at to learn more about how to add a new integrations?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Doug</div>


</td></tr></table>]]></content:encoded>
		<pubDate>Thu, 15 Mar 2012 14:25:06 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00017.html</guid>
		<author>dschaefer@xxxxxxx (Doug Schaefer)</author>
	</item>


	<item>
		<title>[wb-dev] Project meta data is out of date for tools.windowbuilder</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00016.html</link>
		<description>Eric, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;1.2.0&amp;quot; is in the past, but the release is not mark...</description>
		<content:encoded><![CDATA[<pre>Eric,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;1.2.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.


</pre>]]></content:encoded>
		<pubDate>Thu, 05 Jan 2012 05:00:07 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00016.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[wb-dev] Project meta data is out of date for tools.windowbuilder</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00015.html</link>
		<description>Eric, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;1.0.0&amp;quot; is in the past, but the release is not mark...</description>
		<content:encoded><![CDATA[<pre>Eric,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;1.0.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.
* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Tue, 05 Jul 2011 04:00:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00015.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[wb-dev] Getting Developers involved with WindowBuilder</title>
		<link>http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00014.html</link>
		<description>Hey guys,I was talking to Eric Clayberg last night and he suggested I e-mail here.&amp;#xA0;I have been a big fan of WindowBuilder and have been excited with it being recently open sourced.&amp;#xA0;With that being said, I have&amp;#xA0;noticed that many developers have a hard time ...</description>
		<content:encoded><![CDATA[Hey guys,<div>I was talking to Eric Clayberg last night and he suggested I e-mail here.&#xA0;I have been a big fan of WindowBuilder and have been excited with it being recently open sourced.&#xA0;</div><div><br></div><div>With that being said, I have&#xA0;noticed that many developers have a hard time becoming contributors to open source projects as they may not clearly understand the main concepts and the architecture. I have been trying to make sure the we (at Architexa) can help here.<br>
<br><div>We have been working on a cool project - trying to help developers get started with the guts of&#xA0;WindowBuilder. We have created a simple site consisting of architectural documentation for main ideas of&#xA0;WindowBuilder.&#xA0;You can find them here: <a href="http://codemaps.org/s/WindowBuilder">http://codemaps.org/s/WindowBuilder</a><br>
<br>We want to make this resource available to everyone, and have made it the underlying tooling free for projects like&#xA0;WindowBuilder. If you haven&#39;t heard about it - we build tooling to help get simple and useful diagrams from a codebase. There is a small video demo-ing it here:&#xA0;<a href="http://www.architexa.com/learn-more/videos/intro/video">http://www.architexa.com/learn-more/videos/intro/video</a>. You can find more information on our support for Open Source projects initiative here:&#xA0;<a href="http://www.architexa.com/start/open-source">http://www.architexa.com/start/open-source</a></div>
<div><br></div><div>We have gotten some positive feedback for the site, but I wanted to start rolling it out with&#xA0;WindowBuilder. I are really curious to hear what the&#xA0;WindowBuilder&#xA0;community thinks of CodeMaps.<br><br></div>
<div><br></div><div>Regards,</div><div>Vineet<br>-- <br><div>President &amp; CTO, Architexa -&#xA0;<a href="http://www.architexa.com" target="_blank">www.architexa.com</a><br>Understand &amp; Document Code In Seconds</div><div>
<a href="mailto:vineet@xxxxxxxxxxxxx" target="_blank">vineet@xxxxxxxxxxxxx</a> :: 617.818.0548<br>

</div><div><br></div>
</div></div>
]]></content:encoded>
		<pubDate>Wed, 08 Jun 2011 01:48:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/wb-dev/msg00014.html</guid>
		<author>vineet@xxxxxxx (Vineet Sinha)</author>
	</item>

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

