On Feb 19, 2010, at 9:20 AM, tmortagne (SVN) wrote:
Author: tmortagne
Date: 2010-02-19 09:20:16 +0100 (Fri, 19 Feb 2010)
New Revision: 27152
Modified:
platform/core/trunk/xwiki-rendering/xwiki-rendering-api/pom.xml
Log:
XWIKI-4884: Hide the first and last new line when editing a standalone macro
Modified: platform/core/trunk/xwiki-rendering/xwiki-rendering-api/pom.xml
===================================================================
--- platform/core/trunk/xwiki-rendering/xwiki-rendering-api/pom.xml 2010-02-19 08:07:39
UTC (rev 27151)
+++ platform/core/trunk/xwiki-rendering/xwiki-rendering-api/pom.xml 2010-02-19 08:20:16
UTC (rev 27152)
@@ -199,7 +199,7 @@
<configuration>
<!-- TODO: To be removed when we release XWiki 2.3 -->
<excludes>
-
<exclude>org/xwiki/rendering/internal/renderer/xwiki/XWikiSyntaxMacroRenderer</exclude>
+ <exclude>**/internal/**</exclude>
Is this not less good than what we had before?
Thanks
-Vincent
<exclude>org/xwiki/rendering/syntax/SyntaxFactory</exclude>
<exclude>org/xwiki/rendering/internal/parser/DefaultSyntaxFactory</exclude>
</excludes>