Author: jbalunas(a)redhat.com
Date: 2010-05-13 14:42:53 -0400 (Thu, 13 May 2010)
New Revision: 17030
Modified:
root/core/trunk/parent/pom.xml
Log:
Updated styling for xml 4-spaces for tabs
Modified: root/core/trunk/parent/pom.xml
===================================================================
--- root/core/trunk/parent/pom.xml 2010-05-13 18:42:00 UTC (rev 17029)
+++ root/core/trunk/parent/pom.xml 2010-05-13 18:42:53 UTC (rev 17030)
@@ -1,3 +1,4 @@
+
<!--
JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
Inc. and individual contributors by the @authors tag. See the
@@ -35,11 +36,11 @@
<description>
The Parent for all RichFaces core sub-projects. This specifies build and project
meta-data. Runtime dependencies are imported via the bom.
</description>
-
+
<properties>
<richfaces.core.version>4.0.0-SNAPSHOT</richfaces.core.version>
</properties>
-
+
<dependencyManagement>
<dependencies>
<dependency>
@@ -49,7 +50,7 @@
<type>pom</type>
<scope>import</scope>
</dependency>
-
+
<!-- Test Dependencies -->
<dependency>
<groupId>junit</groupId>
@@ -67,22 +68,23 @@
<version>1.0.3</version>
</dependency>
- <!--
- These dependencies are usually provided by org.jboss.test-jsf:htmlunit-client,
- but the latest 2.7 HtmlUnit version has problems with jQuery, so we are overriding
- version back to 2.5.
- -->
- <dependency>
- <groupId>net.sourceforge.htmlunit</groupId>
- <artifactId>htmlunit</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.htmlunit</groupId>
- <artifactId>htmlunit-core-js</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
+ <!--
+ These dependencies are usually provided by
+ org.jboss.test-jsf:htmlunit-client, but the latest 2.7
+ HtmlUnit version has problems with jQuery, so we are
+ overriding version back to 2.5.
+ -->
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.htmlunit</groupId>
+ <artifactId>htmlunit-core-js</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.5.2</version>
Show replies by date