[seam-commits] Seam SVN: r14077 - branches/enterprise/JBPAPP_5_0/src/test/ftest/examples.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Apr 18 09:37:57 EDT 2011


Author: mgencur at redhat.com
Date: 2011-04-18 09:37:57 -0400 (Mon, 18 Apr 2011)
New Revision: 14077

Modified:
   branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml
Log:
JBPAPP-6342, fix dependencies for functional testsuite

Modified: branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml	2011-04-12 12:28:11 UTC (rev 14076)
+++ branches/enterprise/JBPAPP_5_0/src/test/ftest/examples/build.xml	2011-04-18 13:37:57 UTC (rev 14077)
@@ -312,13 +312,13 @@
 			<dependency groupId="apache-xerces" artifactId="xercesImpl" version="2.9.0"/>
 			<dependency groupId="commons-collections" artifactId="commons-collections" version="3.2"/>
 			<dependency groupId="commons-lang" artifactId="commons-lang" version="2.4"/>
-			<dependency groupId="apache-xalan" artifactId="xalan" version="2.7.1.patch02"/>
+			<dependency groupId="apache-xalan" artifactId="xalan" version="j_2.7.0"/>
 			<dependency groupId="commons-codec" artifactId="commons-codec" version="1.3"/>
 			<dependency groupId="commons-logging" artifactId="commons-logging" version="1.1.1"/>
 			<dependency groupId="net.sourceforge.cssparser" artifactId="cssparser" version="0.9.5"/>
 			<dependency groupId="net.sourceforge.htmlunit" artifactId="htmlunit-core-js" version="2.4"/>
 			<dependency groupId="net.sourceforge.nekohtml" artifactId="nekohtml" version="1.9.9"/>
-			<dependency groupId="apache-xalan" artifactId="serializer" version="2.7.1.patch02"/>
+			<dependency groupId="apache-xalan" artifactId="serializer" version="j_2.7.0"/>
 			<dependency groupId="xml-apis" artifactId="xml-apis" version="1.3.03"/>
 		</copyInlineDependencies>
 		<property name="copy.htmlunit.done" value="true" />



More information about the seam-commits mailing list