<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.cms.nuxeo.scm">
    <title>gmane.comp.cms.nuxeo.scm</title>
    <link>http://blog.gmane.org/gmane.comp.cms.nuxeo.scm</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73234"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73233"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73232"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73231"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73230"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73229"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73228"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73227"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73226"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73225"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73224"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73223"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73222"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73221"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73220"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73219"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73218"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73217"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73216"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73215"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73234">
    <title>nuxeo-runtime: NXP-9268: Use base interface forPackageInfo(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73234</link>
    <description>&lt;pre&gt;Message:
    NXP-9268: Use base interface for PackageInfo

Repository: nuxeo-runtime
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-26T12:59:19-07:00
URL: https://github.com/nuxeo/nuxeo-runtime/commit/c85041e030b3134c147ccfe1aaccb5a4afa7d1b3
JIRA: https://jira.nuxeo.com/browse/NXP-9268

Files:
M nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/info/PackageInfo.java

diff --git a/nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/info/PackageInfo.java b/nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/info/PackageInfo.java
index 77138ec..69c3553 100644
--- a/nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/info/PackageInfo.java
+++ b/nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/info/PackageInfo.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -22,7 +22,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlRootElement;
 
-import org.nuxeo.connect.update.LocalPackage;
+import org.nuxeo.connect.update.Package;
 
 &amp;lt; at &amp;gt;XmlAccessorType(XmlAccessType.NONE)
 &amp;lt; at &amp;gt;XmlRoo&lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-26T20:42:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73233">
    <title>nuxeo-features: NXP-9268: pre-filter on targetplatform when lookingfor updates (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73233</link>
    <description>&lt;pre&gt;Message:
    NXP-9268: pre-filter on target platform when looking for updates

Repository: nuxeo-features
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-26T13:32:03-07:00
URL: https://github.com/nuxeo/nuxeo-features/commit/4b2d2628e320afa92da9cb06d23dd22ed078f1ab
JIRA: https://jira.nuxeo.com/browse/NXP-9268

Files:
M nuxeo-admin-center/nuxeo-admin-center/src/main/java/org/nuxeo/connect/client/status/ConnectUpdateStatusInfo.java
M nuxeo-admin-center/nuxeo-admin-center/src/main/java/org/nuxeo/connect/client/we/PackageListingProvider.java

diff --git a/nuxeo-admin-center/nuxeo-admin-center/src/main/java/org/nuxeo/connect/client/status/ConnectUpdateStatusInfo.java b/nuxeo-admin-center/nuxeo-admin-center/src/main/java/org/nuxeo/connect/client/status/ConnectUpdateStatusInfo.java
index 9e49485..2140b8f 100644
--- a/nuxeo-admin-center/nuxeo-admin-center/src/main/java/org/nuxeo/connect/client/status/ConnectUpdateStatusInfo.java
+++ b/nuxeo-admin-center/nuxeo-admin-center/src/main/java/org/nuxeo&lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-26T20:42:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73232">
    <title>nuxeo-distribution: NXP-9268: Add mp-listall,mp-hotfix and mp-upgrade + broker fixes (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73232</link>
    <description>&lt;pre&gt;Message:
    NXP-9268: Add mp-listall, mp-hotfix and mp-upgrade + broker fixes

Repository: nuxeo-distribution
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-26T13:39:25-07:00
URL: https://github.com/nuxeo/nuxeo-distribution/commit/b1e151e443e52b23b3e064c1464b0f08b52bb493
JIRA: https://jira.nuxeo.com/browse/NXP-9268

Files:
M nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
M nuxeo-launcher/src/main/java/org/nuxeo/launcher/connect/ConnectBroker.java

diff --git a/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java b/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
index 88c5598..95cda0c 100644
--- a/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
+++ b/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -638,6 +638,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; public static void launch(final NuxeoLauncher launcher) throws IOException,
                 || "mp-install".equalsIgnoreCase(launcher.command)
                 || "mp-uninstall".equ&lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-26T20:42:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73231">
    <title>nuxeo-core: NXP-9331: Fix encoding for tests(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73231</link>
    <description>&lt;pre&gt;Message:
    NXP-9331: Fix encoding for tests

Repository: nuxeo-core
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-26T12:51:35-07:00
URL: https://github.com/nuxeo/nuxeo-core/commit/9e2997a2a0e6ac3d26f87f2a6814031049b2a59a
JIRA: https://jira.nuxeo.com/browse/NXP-9331

Files:
M nuxeo-core-convert-plugins-test/src/test/java/org/nuxeo/ecm/core/convert/plugins/tests/advanced/AdvancedMSOfficeConverterTest.java
M nuxeo-core-convert-plugins-test/src/test/java/org/nuxeo/ecm/core/convert/plugins/tests/advanced/AdvancedXMLZipConverterTest.java

diff --git a/nuxeo-core-convert-plugins-test/src/test/java/org/nuxeo/ecm/core/convert/plugins/tests/advanced/AdvancedMSOfficeConverterTest.java b/nuxeo-core-convert-plugins-test/src/test/java/org/nuxeo/ecm/core/convert/plugins/tests/advanced/AdvancedMSOfficeConverterTest.java
index af33be0..4940e55 100644
--- a/nuxeo-core-convert-plugins-test/src/test/java/org/nuxeo/ecm/core/convert/plugins/tests/advanced/AdvancedMSOfficeConverterTest.java
+++ b/nuxeo-co&lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-26T20:42:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73230">
    <title>nuxeo-connect: NXP-9268: Add listUpdatePackages fora specifictargetPlatform (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73230</link>
    <description>&lt;pre&gt;Message:
    NXP-9268: Add listUpdatePackages for a specific targetPlatform

Repository: nuxeo-connect
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-26T13:38:00-07:00
URL: https://github.com/nuxeo/nuxeo-connect/commit/e1e144adfcfdd390441a150513fcf03f076ca9aa
JIRA: https://jira.nuxeo.com/browse/NXP-9268

Files:
M nuxeo-connect-client/src/main/java/org/nuxeo/connect/packages/PackageManager.java
M nuxeo-connect-client/src/main/java/org/nuxeo/connect/packages/PackageManagerImpl.java
M nuxeo-connect-client/src/main/java/org/nuxeo/connect/packages/dependencies/DependencyResolution.java
M nuxeo-connect-client/src/test/java/org/nuxeo/connect/pm/tests/TestPackageManager.java

diff --git a/nuxeo-connect-client/src/main/java/org/nuxeo/connect/packages/PackageManager.java b/nuxeo-connect-client/src/main/java/org/nuxeo/connect/packages/PackageManager.java
index 4de8518..063e97c 100644
--- a/nuxeo-connect-client/src/main/java/org/nuxeo/connect/packages/PackageManager.java
+++ b/nuxeo-connect-client&lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-26T20:41:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73229">
    <title>nuxeo-distribution: NXP-9268: FixinstallAfterRestart issue + addmp-init and mp-purge commands(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73229</link>
    <description>&lt;pre&gt;Message:
    NXP-9268: Fix installAfterRestart issue + add mp-init and mp-purge commands

Repository: nuxeo-distribution
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-26T01:45:31-07:00
URL: https://github.com/nuxeo/nuxeo-distribution/commit/a89caff426b3d9cf95c2f475dc741c63cf867dcd
JIRA: https://jira.nuxeo.com/browse/NXP-9268

Files:
M nuxeo-distribution-jboss/src/main/assemble/assembly.xml
M nuxeo-distribution-tomcat/src/main/assemble/assembly.xml
M nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
M nuxeo-launcher/src/main/java/org/nuxeo/launcher/connect/ConnectBroker.java
M nuxeo-startup-wizard/src/main/java/org/nuxeo/wizard/download/PackageDownloader.java

diff --git a/nuxeo-distribution-jboss/src/main/assemble/assembly.xml b/nuxeo-distribution-jboss/src/main/assemble/assembly.xml
index d5d3944..171fb5a 100644
--- a/nuxeo-distribution-jboss/src/main/assemble/assembly.xml
+++ b/nuxeo-distribution-jboss/src/main/assemble/assembly.xml
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -140,18 +140,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
     &amp;lt;move &lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-26T08:45:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73228">
    <title>nuxeo-diff: NXP-8596: Add a diffDisplay contrib forthe Folder doctype (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73228</link>
    <description>&lt;pre&gt;Message:
    NXP-8596: Add a diffDisplay contrib for the Folder doc type

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T21:38:35-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/bd15faeb12be663b34df4c36e4a509af697d8da9
JIRA: https://jira.nuxeo.com/browse/NXP-8596

Files:
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-display-contrib.xml
M nuxeo-diff-jsf/src/test/java/org/nuxeo/ecm/diff/service/TestDiffDisplayContrib.java
M nuxeo-diff-jsf/src/test/java/org/nuxeo/ecm/diff/service/TestDiffDisplayContribOverride.java

diff --git a/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-display-contrib.xml b/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-display-contrib.xml
index f71d11a..46f7922 100644
--- a/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-display-contrib.xml
+++ b/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-display-contrib.xml
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -12,6 +12,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   &amp;lt;extension target="org.nuxeo.ecm.diff.service.DiffDisplayService"
     point="diffDisp&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T04:39:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73227">
    <title>nuxeo-diff: NXP-9379: Add diff action on the currentsectionselection (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73227</link>
    <description>&lt;pre&gt;Message:
    NXP-9379: Add diff action on the current section selection

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T21:27:28-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/a9ee0bbc1d117f1acdac43a7ebf1e6e6bb222a26
JIRA: https://jira.nuxeo.com/browse/NXP-9379

Files:
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-actions-contrib.xml

diff --git a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
index ccafde0..224c395 100644
--- a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
+++ b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -107,6 +107,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; public boolean getCanDiffCurrentTrashSelection() {
 
     /**
      * Checks if the diff action is available for the
+     * {&amp;lt; at &amp;gt;link DocumentsListsManager#CURRENT_DOCUMENT_SE&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T04:27:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73226">
    <title>nuxeo-diff: NXP-8596: Add missing label for the uiddiffBlock(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73226</link>
    <description>&lt;pre&gt;Message:
    NXP-8596: Add missing label for the uid diffBlock

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T21:02:41-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/95c243d1146babb25c71a18c5c6ede4be522d637
JIRA: https://jira.nuxeo.com/browse/NXP-8596

Files:
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages_en.properties
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages_fr.properties

diff --git a/nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties b/nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties
index fd47979..1751479 100644
--- a/nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties
+++ b/nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -12,6 +12,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; document.diff.backToCurrentDoc=Back to current document
 document.diff.backToVersions=Back to archived versions
 document.diff.backToT&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T04:02:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73225">
    <title>nuxeo-diff: NXP-9158: Always display a 'Back to...'link in the diffresult page (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73225</link>
    <description>&lt;pre&gt;Message:
    NXP-9158: Always display a 'Back to...' link in the diff result page

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T20:51:10-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/85887a0c8fc9ecfc80a6e0d843f0db0d03c1154d
JIRA: https://jira.nuxeo.com/browse/NXP-9158

Files:
A nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffSelectionType.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages_en.properties
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages_fr.properties
M nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/incl/diff/doc_diff_result.xhtml

diff --git a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
index cca4c12..a1fab60 100644
--- a/nuxeo-diff-jsf/src/main/java/or&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T03:53:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73224">
    <title>nuxeo-diff: NXP-9378: Add diff action on the currenttrash selection(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73224</link>
    <description>&lt;pre&gt;Message:
    NXP-9378: Add diff action on the current trash selection

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T20:52:50-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/c715bc28a1081717776c620bd56524e5ca291dea
JIRA: https://jira.nuxeo.com/browse/NXP-9378

Files:
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-actions-contrib.xml
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages.properties
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages_en.properties
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/l10n/messages_fr.properties
M nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/incl/diff/doc_diff_result.xhtml

diff --git a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/web/DiffActionsBean.java
index a1fab60..ccafde0 100644
--- a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/we&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T03:53:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73223">
    <title>nuxeo-diff: NXP-8596: FixDiffBlockDefinitionImpl#equals(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73223</link>
    <description>&lt;pre&gt;Message:
    NXP-8596: Fix DiffBlockDefinitionImpl#equals

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T20:03:13-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/bd0384ab67bf71f69f61e65974c4575cbcf1fd43
JIRA: https://jira.nuxeo.com/browse/NXP-8596

Files:
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffBlockDefinitionImpl.java

diff --git a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffBlockDefinitionImpl.java b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffBlockDefinitionImpl.java
index de70960..bf18677 100644
--- a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffBlockDefinitionImpl.java
+++ b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffBlockDefinitionImpl.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -122,16 +122,17 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; public boolean equals(Object other) {
         if (MapUtils.isEmpty(templates) &amp;amp;&amp;amp; !MapUtils.isEmpty(otherTemplates)
                 || !MapUtils.isEmpty(templates)
                &lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T03:53:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73222">
    <title>nuxeo-diff: NXP-8596: Add templates and propertiesto the diffBlockdescriptor (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73222</link>
    <description>&lt;pre&gt;Message:
    NXP-8596: Add templates and properties to the diffBlock descriptor

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T18:45:52-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/d54da5ab389589a530f2cf4544e3999d5af53c49
JIRA: https://jira.nuxeo.com/browse/NXP-8596

Files:
M nuxeo-diff-jsf/pom.xml
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/DiffBlockDefinition.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffBlockDefinitionImpl.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/service/impl/DiffBlockDescriptor.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/service/impl/DiffDisplayServiceImpl.java
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-display-contrib.xml
M nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/incl/diff/doc_diff_result.xhtml
M nuxeo-diff-jsf/src/test/java/org/nuxeo/ecm/diff/service/TestDiffDisplayContrib.java
M nuxeo-diff-jsf/src/test/java/org/nuxeo/ecm/diff/service/TestDiffDi&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T03:53:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73221">
    <title>nuxeo-diff: NXP-8596: Add category to the fielddescriptor(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73221</link>
    <description>&lt;pre&gt;Message:
    NXP-8596: Add category to the field descriptor

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T20:02:20-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/66e1157c4c7f55a925eb85038a21569a5f5d678f
JIRA: https://jira.nuxeo.com/browse/NXP-8596

Files:
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/DiffFieldDefinition.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/impl/DiffFieldDefinitionImpl.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/service/impl/DiffDisplayServiceImpl.java
M nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/service/impl/DiffFieldDescriptor.java
M nuxeo-diff-jsf/src/test/java/org/nuxeo/ecm/diff/service/TestDiffDisplayContrib.java
M nuxeo-diff-jsf/src/test/java/org/nuxeo/ecm/diff/service/TestDiffDisplayContribOverride.java

diff --git a/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/DiffFieldDefinition.java b/nuxeo-diff-jsf/src/main/java/org/nuxeo/ecm/diff/model/DiffFieldDefinition.ja&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T03:53:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73220">
    <title>nuxeo-diff: NXP-8596: Use the schema:field notationfor the'note:note' widget field definitions (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73220</link>
    <description>&lt;pre&gt;Message:
    NXP-8596: Use the schema:field notation for the 'note:note' widget field definitions

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T16:46:19-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/0fb5cf708e12ecbbc227900ffa54e740ee3e6588
JIRA: https://jira.nuxeo.com/browse/NXP-8596

Files:
M nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-widgets-contrib.xml

diff --git a/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-widgets-contrib.xml b/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-widgets-contrib.xml
index 20b18db..6bf9fa1 100644
--- a/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-widgets-contrib.xml
+++ b/nuxeo-diff-jsf/src/main/resources/OSGI-INF/diff-widgets-contrib.xml
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -158,8 +158,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
       &amp;lt;/labels&amp;gt;
       &amp;lt;translated&amp;gt;true&amp;lt;/translated&amp;gt;
       &amp;lt;fields&amp;gt;
-        &amp;lt;field schema="note"&amp;gt;note/value&amp;lt;/field&amp;gt;
-        &amp;lt;field schema="note"&amp;gt;mime_type/value&amp;lt;/field&amp;gt;
+        &amp;lt;field&amp;gt;note:note/value&amp;lt;/field&amp;gt;
+        &amp;lt;field&amp;gt;note:mime_type&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-26T03:53:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73219">
    <title>nuxeo-distribution: NXP-9268: Automatically adddistribution packagesto local cache (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73219</link>
    <description>&lt;pre&gt;Message:
    NXP-9268: Automatically add distribution packages to local cache

Repository: nuxeo-distribution
Branch: master
Author: Mathieu Guillaume &amp;lt;mg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T15:47:29-07:00
URL: https://github.com/nuxeo/nuxeo-distribution/commit/c3794d29f6c66c371d3e3e8e1d095cd93ce639d2
JIRA: https://jira.nuxeo.com/browse/NXP-9268

Files:
M nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
M nuxeo-launcher/src/main/java/org/nuxeo/launcher/connect/ConnectBroker.java

diff --git a/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java b/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
index b9961bd..5cb8b91 100644
--- a/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
+++ b/nuxeo-launcher/src/main/java/org/nuxeo/launcher/NuxeoLauncher.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -328,14 +328,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; private ProcessManager getOSProcessManager() {
     /**
      * Do not directly call this method without a call to
      * {&amp;lt; at &amp;gt;link #checkNoRunningServer()}
-     *
+     * 
      * &amp;lt; at &amp;gt;&lt;/pre&gt;</description>
    <dc:creator>Mathieu Guillaume</dc:creator>
    <dc:date>2012-05-25T22:47:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73218">
    <title>nuxeo-diff: NXP-9377: Refactor to use theDocumentXMLExporter servicerecently moved to nuxeo-core-io(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73218</link>
    <description>&lt;pre&gt;Message:
    NXP-9377: Refactor to use the DocumentXMLExporter service recently moved to nuxeo-core-io

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T10:32:02-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/66a1cce1460b23438c4012ded1e70c2d59763174
JIRA: https://jira.nuxeo.com/browse/NXP-9377

Files:
D nuxeo-diff-core/src/main/java/org/nuxeo/ecm/diff/xmlexport/DocumentXMLExporter.java
D nuxeo-diff-core/src/main/java/org/nuxeo/ecm/diff/xmlexport/impl/DocumentXMLExporterImpl.java
D nuxeo-diff-core/src/main/resources/OSGI-INF/document-xml-export-service.xml
M nuxeo-diff-core/src/main/java/org/nuxeo/ecm/diff/service/DocumentDiffService.java
M nuxeo-diff-core/src/main/java/org/nuxeo/ecm/diff/service/impl/DocumentDiffServiceImpl.java
M nuxeo-diff-core/src/main/resources/META-INF/MANIFEST.MF
M nuxeo-diff-core/src/test/java/org/nuxeo/ecm/diff/service/TestDocumentDiff.java
M nuxeo-diff-core/src/test/java/org/nuxeo/ecm/diff/service/TestDocumentDiffNotSameT&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-25T17:40:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73217">
    <title>nuxeo-diff: NXP-9371: Remove forgotten debug code(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73217</link>
    <description>&lt;pre&gt;Message:
    NXP-9371: Remove forgotten debug code

Repository: nuxeo-diff
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T10:39:23-07:00
URL: https://github.com/nuxeo/nuxeo-diff/commit/666359f04464dcf1b89e5828b4d49dec7428ca85
JIRA: https://jira.nuxeo.com/browse/NXP-9371

Files:
M nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/widgets/list_diff_widget_template.xhtml

diff --git a/nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/widgets/list_diff_widget_template.xhtml b/nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/widgets/list_diff_widget_template.xhtml
index 9070410..60649f2 100644
--- a/nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/widgets/list_diff_widget_template.xhtml
+++ b/nuxeo-diff-jsf/src/main/resources/web/nuxeo.war/widgets/list_diff_widget_template.xhtml
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -21,7 +21,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt;/c:if&amp;gt;
 &amp;lt;c:if test="#{nxl:isLikeViewMode(widget.mode)}"&amp;gt;
 
-  &amp;lt; at &amp;gt;#{widgetProperty_hideSubLabels}&amp;lt; at &amp;gt;
   &amp;lt;c:set var="displaySubLabels" value="#{not widgetProperty_hideSubLabels}" /&amp;gt;
 
   &amp;lt;table cl&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-25T17:40:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73216">
    <title>nuxeo-core: NXP-9373: Add the DocumentXMLExporterservice tonuxeo-core-io (branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73216</link>
    <description>&lt;pre&gt;Message:
    NXP-9373: Add the DocumentXMLExporter service to nuxeo-core-io

Repository: nuxeo-core
Branch: master
Author: Antoine Taillefer &amp;lt;ataillefer&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T10:19:52-07:00
URL: https://github.com/nuxeo/nuxeo-core/commit/a50c4d63bf12341b6d49367f4919c125c502305b
JIRA: https://jira.nuxeo.com/browse/NXP-9373

Files:
A nuxeo-core-io/src/main/java/org/nuxeo/ecm/core/io/DocumentXMLExporter.java
A nuxeo-core-io/src/main/java/org/nuxeo/ecm/core/io/impl/DocumentXMLExporterImpl.java
A nuxeo-core-io/src/main/resources/OSGI-INF/document-xml-exporter-service.xml
M nuxeo-core-io/src/main/resources/META-INF/MANIFEST.MF

diff --git a/nuxeo-core-io/src/main/java/org/nuxeo/ecm/core/io/DocumentXMLExporter.java b/nuxeo-core-io/src/main/java/org/nuxeo/ecm/core/io/DocumentXMLExporter.java
new file mode 100644
index 0000000..99cccb5
--- /dev/null
+++ b/nuxeo-core-io/src/main/java/org/nuxeo/ecm/core/io/DocumentXMLExporter.java
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,70 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+/*
+ * (C) Copyright 2012 Nuxeo SA (http://nuxeo.com/) and contri&lt;/pre&gt;</description>
    <dc:creator>Antoine Taillefer</dc:creator>
    <dc:date>2012-05-25T17:20:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73215">
    <title>nuxeo-platform-document-routing: NXP-9291: add resumecapability(branch&lt; at &gt;feature-NXP-9289-new-content-routing)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73215</link>
    <description>&lt;pre&gt;Message:
    NXP-9291: add resume capability

Repository: nuxeo-platform-document-routing
Branch: feature-NXP-9289-new-content-routing
Author: Florent Guillaume &amp;lt;fg&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T10:08:26-07:00
URL: https://github.com/nuxeo/nuxeo-platform-document-routing/commit/90a35774c5b202811ce928baab2ca382af8826af
JIRA: https://jira.nuxeo.com/browse/NXP-9291

Files:
M nuxeo-platform-document-routing-api/src/main/java/org/nuxeo/ecm/platform/routing/api/DocumentRouteElement.java
M nuxeo-platform-document-routing-api/src/main/java/org/nuxeo/ecm/platform/routing/api/DocumentRoutingService.java
M nuxeo-platform-document-routing-core/src/main/java/org/nuxeo/ecm/platform/routing/core/api/DocumentRoutingEngineService.java
M nuxeo-platform-document-routing-core/src/main/java/org/nuxeo/ecm/platform/routing/core/impl/AbstractRunner.java
M nuxeo-platform-document-routing-core/src/main/java/org/nuxeo/ecm/platform/routing/core/impl/DocumentRouteElementImpl.java
M nuxeo-platform-document-routing-core/src/main/java/org/nu&lt;/pre&gt;</description>
    <dc:creator>Florent Guillaume</dc:creator>
    <dc:date>2012-05-25T17:08:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73214">
    <title>nuxeo-connect: useorg.nuxeo.build:nuxeo-distribution-tools:1.11.1(branch&lt; at &gt;master)</title>
    <link>http://comments.gmane.org/gmane.comp.cms.nuxeo.scm/73214</link>
    <description>&lt;pre&gt;Message:
    use org.nuxeo.build:nuxeo-distribution-tools:1.11.1

Repository: nuxeo-connect
Branch: master
Author: Julien Carsique &amp;lt;jcarsique&amp;lt; at &amp;gt;nuxeo.com&amp;gt;
Date: 2012-05-25T09:36:19-07:00
URL: https://github.com/nuxeo/nuxeo-connect/commit/d2fa27fd9cb0510bf3dd64c162b3897ca14a278d

Files:
M pom.xml

diff --git a/pom.xml b/pom.xml
index cd67bca..4cd623b 100644
--- a/pom.xml
+++ b/pom.xml
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -269,7 +269,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
         &amp;lt;plugin&amp;gt;
           &amp;lt;groupId&amp;gt;org.nuxeo.build&amp;lt;/groupId&amp;gt;
           &amp;lt;artifactId&amp;gt;nuxeo-distribution-tools&amp;lt;/artifactId&amp;gt;
-          &amp;lt;version&amp;gt;1.11&amp;lt;/version&amp;gt;
+          &amp;lt;version&amp;gt;1.11.1&amp;lt;/version&amp;gt;
           &amp;lt;extensions&amp;gt;true&amp;lt;/extensions&amp;gt;
         &amp;lt;/plugin&amp;gt;
         &amp;lt;!-- Cannot upgrade after 2.2-beta-1 because of MASSEMBLY-285 --&amp;gt;

rtifac_______________________________________________
ECM-checkins mailing list
ECM-checkins-FQDHc1wsLCVb90+sfpvX0g&amp;lt; at &amp;gt;public.gmane.org
http://lists.nuxeo.com/mailman/listinfo/ecm-checkins
&lt;/pre&gt;</description>
    <dc:creator>Julien Carsique</dc:creator>
    <dc:date>2012-05-25T17:07:11</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.cms.nuxeo.scm">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.cms.nuxeo.scm</link>
  </textinput>
</rdf:RDF>

