Re: [xwiki-devs] [xwiki-notifications] r35019 - platform/xwiki-tools/trunk/xem-web-debug-eclipse
On Feb 28, 2011, at 9:49 AM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2011-02-28 09:49:50 +0100 (Mon, 28 Feb 2011) New Revision: 35019
Modified: platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml Log: XWIKI-6052: Move XWiki Rendering to top level project
Update xem-web-debug
Modified: platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml =================================================================== --- platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml 2011-02-28 08:32:17 UTC (rev 35018) +++ platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml 2011-02-28 08:49:50 UTC (rev 35019) @@ -42,6 +42,7 @@ <!-- XEM dependencies --> <platform.plugin.applicationmanager.version>1.19-SNAPSHOT</platform.plugin.applicationmanager.version> <platform.plugin.wikimanager.version>1.25-SNAPSHOT</platform.plugin.wikimanager.version> + <rendering.version>${platform.core.version}</rendering.version>
true FTM but won't be in the near future (at least that's not the versionning scheme I proposed - we can still change it though). Thanks -Vincent
On Mon, Feb 28, 2011 at 09:53, Vincent Massol <[email protected]> wrote:
On Feb 28, 2011, at 9:49 AM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2011-02-28 09:49:50 +0100 (Mon, 28 Feb 2011) New Revision: 35019
Modified: platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml Log: XWIKI-6052: Move XWiki Rendering to top level project
Update xem-web-debug
Modified: platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml =================================================================== --- platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml 2011-02-28 08:32:17 UTC (rev 35018) +++ platform/xwiki-tools/trunk/xem-web-debug-eclipse/pom.xml 2011-02-28 08:49:50 UTC (rev 35019) @@ -42,6 +42,7 @@ <!-- XEM dependencies --> <platform.plugin.applicationmanager.version>1.19-SNAPSHOT</platform.plugin.applicationmanager.version> <platform.plugin.wikimanager.version>1.25-SNAPSHOT</platform.plugin.wikimanager.version> + <rendering.version>${platform.core.version}</rendering.version>
true FTM but won't be in the near future (at least that's not the versionning scheme I proposed - we can still change it though).
Yes that's why i'm ddoing that way and not using directly ${platform.core.version} in the rendering dependencies here. It's easy to change anytime when 3.0 is released (or probably even later).
Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Thomas Mortagne -
Vincent Massol