On Aug 15, 2008, at 11:16 AM, vmassol (SVN) wrote:

> Author: vmassol
> Date: 2008-08-15 11:16:30 +0200 (Fri, 15 Aug 2008)
> New Revision: 11850
>
> Modified:
>   platform/core/trunk/xwiki-patchservice/pom.xml

This shouldn't have been committed, sorry. Anyway it shouldn't do any  
harm so leaving it for now.

-Vincent

>   platform/core/trunk/xwiki-rendering/src/main/java/org/xwiki/ 
> rendering/renderer/xhtml/XHTMLRenderer.java
> Log:
> XWIKI-2568: Continue implementing the new Rendering Architecture
>
> * Fixed XHTML output for underline since <u> is deprecated. We use a  
> class='underline' instead.
>
> Modified: platform/core/trunk/xwiki-patchservice/pom.xml
> ===================================================================
> --- platform/core/trunk/xwiki-patchservice/pom.xml    2008-08-14  
> 20:20:58 UTC (rev 11849)
> +++ platform/core/trunk/xwiki-patchservice/pom.xml    2008-08-15  
> 09:16:30 UTC (rev 11850)
> @@ -95,15 +95,7 @@
>       <version>2.8.1</version>
>       <scope>test</scope>
>     </dependency>
> -<!--
>     <dependency>
> -      <groupId>mysql</groupId>
> -      <artifactId>mysql-connector-java</artifactId>
> -      <version>5.1.5</version>
> -      <scope>test</scope>
> -    </dependency>
> --->
> -    <dependency>
>       <!-- Needed for the tests to run, otherwise a  
> NoClassDefFoundError occurs -->
>       <groupId>javax.servlet</groupId>
>       <artifactId>servlet-api</artifactId>
> @@ -124,19 +116,4 @@
>       <scope>test</scope>
>     </dependency>
>   </dependencies>
> -<!--  <build>
> -    <plugins>
> -      <plugin>
> -        <groupId>org.apache.maven.plugins</groupId>
> -        <artifactId>maven-checkstyle-plugin</artifactId>
> -        <dependencies>
> -          <dependency>
> -            <groupId>com.xpn.xwiki.platform.tools</groupId>
> -            <artifactId>xwiki-verification-resources</artifactId>
> -            <version>${platform.tool.verification.version}</version>
> -          </dependency>
> -        </dependencies>
> -      </plugin>
> -    </plugins>
> -  </build>
> ---></project>
> +</project>
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to