and this readme also : <a href="https://github.com/gatein/gatein-portal/blob/master/README.txt">https://github.com/gatein/gatein-portal/blob/master/README.txt</a><br><br><div class="gmail_quote">On Mon, Mar 19, 2012 at 1:08 PM, Thomas Heute <span dir="ltr">&lt;<a href="mailto:theute@redhat.com">theute@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
This page will also have to be updated:<br>
<a href="http://www.jboss.org/gatein/contributing" target="_blank">http://www.jboss.org/gatein/contributing</a><br>
<div class="HOEnZb"><div class="h5"><br>
On 03/19/2012 12:40 PM, Thomas Heute wrote:<br>
&gt; Thanks on the migration !<br>
&gt;<br>
&gt; Was it tweeted already ? :)<br>
&gt;<br>
&gt; On 03/19/2012 11:49 AM, Boleslaw Dawidowicz wrote:<br>
&gt;&gt; I think this translates to: Fell free to fork, clone, commit and issue<br>
&gt;&gt; pull requests! :)<br>
&gt;&gt;<br>
&gt;&gt; Here is the basic doc about how we should proceed with Git for trunk:<br>
&gt;&gt;<br>
&gt;&gt; <a href="https://community.jboss.org/wiki/GateInPortalGitContributionGuide" target="_blank">https://community.jboss.org/wiki/GateInPortalGitContributionGuide</a><br>
&gt;&gt;<br>
&gt;&gt; We are still missing some stuff like mailing list for pull requests<br>
&gt;&gt; (working on it…) and we will probably need to adjust the whole process<br>
&gt;&gt; over time as we learn about limitations. Fell free to comment and add<br>
&gt;&gt; suggestions.<br>
&gt;&gt;<br>
&gt;&gt; As a side note - at the moment only 4 persons have permissions to push<br>
&gt;&gt; into gatein-portal repo - me, Julien, Thomas and Trong. This is mainly<br>
&gt;&gt; for the start and ideally over time we add more people as a<br>
&gt;&gt; gatekeepers when we feel safer of not nuking up the repo by accident…<br>
&gt;&gt;<br>
&gt;&gt; We will try to follow with migration of other components shortly.<br>
&gt;&gt; Schedule to be defined.<br>
&gt;&gt;<br>
&gt;&gt; I would like to thank Julien for leading this part of the migration,<br>
&gt;&gt; investing his time and sharing expertise to drive it.<br>
&gt;&gt;<br>
&gt;&gt; Bolek<br>
&gt;&gt;<br>
&gt;&gt; On Mar 18, 2012, at 10:46 PM, Julien Viet wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; I&#39;ve updated the repository with a new migration which is better<br>
&gt;&gt;&gt; because empty commits are removed (mostly svn:ignore commits) and<br>
&gt;&gt;&gt; more important the .gitignore file is added through the whole history<br>
&gt;&gt;&gt; (which means doing a checkout of an earlier version will have the<br>
&gt;&gt;&gt; .gitignore).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; it means that any fork of the previous version are not valid anymore<br>
&gt;&gt;&gt; and should be refreshed as history had to be rewritten (specially for<br>
&gt;&gt;&gt; putting .gitignore everywhere).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Beside that, I&#39;ve been able to capture the steps for migrating the<br>
&gt;&gt;&gt; repository and will provide them soon, they are fairly easy to use<br>
&gt;&gt;&gt; and actually I&#39;ve been using them to make a prototype of portlet<br>
&gt;&gt;&gt; container migration here : <a href="https://github.com/vietj/pc-preview" target="_blank">https://github.com/vietj/pc-preview</a> .<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Mar 16, 2012, at 2:18 PM, Nick Scavelli wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &quot;cloning now&quot;...can&#39;t wait until it&#39;s official ! Thanks Julien !<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On 03/16/2012 04:46 AM, Julien Viet wrote:<br>
&gt;&gt;&gt;&gt;&gt; I created the repository as &quot;candidate for release&quot; :<br>
&gt;&gt;&gt;&gt;&gt; <a href="https://github.com/gatein/gatein-portal" target="_blank">https://github.com/gatein/gatein-portal</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; it will be officially the gatein portal repository monday.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; at the moment you can clone it (via git clone) but you should avoid<br>
&gt;&gt;&gt;&gt;&gt; to &quot;fork&quot; it the &quot;github way&quot; (if we need to recreate it for some<br>
&gt;&gt;&gt;&gt;&gt; reason, your fork will be lost).<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; please have a look, clone it, play with it, build it, etc...<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; thanks for your feedback.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Mar 15, 2012, at 3:12 PM, Boleslaw Dawidowicz wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; I cut off write access to:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="https://svn.jboss.org/repos/gatein/portal/trunk" target="_blank">https://svn.jboss.org/repos/gatein/portal/trunk</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Julien will be starting migration process to github. This should<br>
&gt;&gt;&gt;&gt;&gt;&gt; hopefully take us around 2 days to test everything properly. We<br>
&gt;&gt;&gt;&gt;&gt;&gt; aim to be able to continue with access to the new repo on github<br>
&gt;&gt;&gt;&gt;&gt;&gt; around Monday morning.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; I will try to provide basic documentation covering source code<br>
&gt;&gt;&gt;&gt;&gt;&gt; contribution to the project by then.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Please tell me if you have any serious reasons to re-enable svn<br>
&gt;&gt;&gt;&gt;&gt;&gt; access to gatein/portal/trunk.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Bolek<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; On Mar 15, 2012, at 9:51 AM, Julien Viet wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; portal vn team is fine.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Mar 15, 2012, at 9:46 AM, Boleslaw Dawidowicz wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Does anyone have any pending work for portal/trunk? If now i<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; would like to turn it into readOnly mode today. Please let me know.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Bolek<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Mar 14, 2012, at 6:48 PM, Ken Finnigan wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; Would need to add:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; .settings<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; .project<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; .classpath<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; On Wed, Mar 14, 2012 at 1:37 PM, Julien Viet<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; &lt;<a href="mailto:julien@julienviet.com">julien@julienviet.com</a>&lt;mailto:<a href="mailto:julien@julienviet.com">julien@julienviet.com</a>&gt;&gt;  wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      For eclipse users : anything you want to add in .gitignore<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      for Eclipse ?<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      On Mar 13, 2012, at 11:30 PM, Julien Viet wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  Hi,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  we are going to migrate the GateIn Portal repository to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      GIT soon (hopefully by next week) and here is the process<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      we should follow:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  1/ provide an initial repository (by me) as preview to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      play with it and check things are OK (identities, tags).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  2/ stop SVN commits by the end of this week (which means<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      that people having pending commits will have to flush them<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      before the end of this week).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  3/ the new repository should be available in GitHub early<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      next week, ready to be used in the GateIn organization in a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      repository named &quot;gatein-portal&quot;.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  We want to use GIT in order to keep a trunk as stable as<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      possible and the main motivation is to never have<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &quot;unfinished&quot; work in the master of the repository:<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - a long feature does not have to be entirely finished of<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      course to go in master but it should reach a certain<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      milestone in its implementation.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - a small feature should be finished and then merged in<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      the master.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - bug fixes can go directly in the master as they are<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      independant.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  Git provides a huge benefit over SVN : it allows to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      schedule when commits are merged in the master without<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      blocking other people to work. We will use this<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  feature to &quot;implement&quot; the behavior explained before.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  After the 3.2 release, we want to increase our release<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      rate with GateIn 3.3, 3.4, etc.. We think we should be able<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      to make up to 4 releases a year (as opposed to<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  a single release in almost 2 years which means an x8<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      factor). We also think that using correctly Git will help<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      us to do that (also with a proper management of<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  the roadmap and dependencies between features of course).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      The idea is to focus on a few selected features in the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      master at a time for the next release and<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  keep the other in other branches (TBD).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  We will clarify how people can work with this repository<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      soon, but in short at the beginning only a few persons will<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      interact directly with the repository. We will<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  use the &quot;pull request&quot; mechanism of Git to notify when a<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      merge should be done (to be clarified by Bolek soon). Also<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      here the idea is that we will schedule<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  pull request at the appropriate time.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  So this is valid at the moment for the portal project,<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      other project will be migrated later (during March/April),<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      at the moment we focus on the portal because it&#39;s<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  the place where the main activity is done at the moment.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      Other project will have likely similar rules but it will be<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      less strict since it&#39;s usually used by less people<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  than the portal.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  So tonight I&#39;m providing a repository preview<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      <a href="https://github.com/vietj/gatein-portal-preview" target="_blank">https://github.com/vietj/gatein-portal-preview</a> for the<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      portal that contains the SVN history and the released tags<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - it does not contain branch information (since we don&#39;t<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      use them for the community versions).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - you should check the repository (like using a tag and<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      building it).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - you must check your identity was correctly migrated<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      (based on the information you provided) : if it is not tell<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      me what is your Git identity.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - the .gitignore file was not added yet, I will add it<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      later (likely like this one<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      <a href="https://github.com/juzu/juzu/blob/master/.gitignore" target="_blank">https://github.com/juzu/juzu/blob/master/.gitignore</a>) : if<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      you have specific desire tell me<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  - the maven release plugin is not yet updated to use Git<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      and it will be done later (and actually it should be<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      updated to release things more correctly).<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  if you feel something is missing or have question, don&#39;t<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      hesitate to raise the concern.<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  cheers<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;  Julien<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      &gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      gatein-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a>&lt;mailto:<a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;      <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; gatein-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a>&lt;mailto:<a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; gatein-dev mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gatein-dev mailing list<br>
&gt;&gt; <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
&gt; _______________________________________________<br>
&gt; gatein-dev mailing list<br>
&gt; <a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
<br>
_______________________________________________<br>
gatein-dev mailing list<br>
<a href="mailto:gatein-dev@lists.jboss.org">gatein-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/gatein-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/gatein-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><b><span style="font-weight:normal;background-color:rgb(255,255,255)"><span style="font-family:&#39;lucida grande&#39;,arial,helvetica,sans-serif;color:rgb(128,128,128);font-size:small">Patrice Lamarque</span><br>

<span style="font-family:&#39;lucida grande&#39;,arial,helvetica,sans-serif;color:rgb(128,128,128);font-size:x-small">eXo - VP Products </span><br><font color="#ff6600" face="&#39;lucida grande&#39;, arial, helvetica, sans-serif" size="1"><br>

</font></span></b><br>