[webbeans-commits] Webbeans SVN: r1532 - ri/trunk/jboss-tck-runner.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Feb 15 20:03:54 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-15 20:03:53 -0500 (Sun, 15 Feb 2009)
New Revision: 1532

Modified:
   ri/trunk/jboss-tck-runner/pom.xml
Log:
some improvements for windows incontainer runs, but not quite right yet

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-02-16 00:27:29 UTC (rev 1531)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-02-16 01:03:53 UTC (rev 1532)
@@ -149,7 +149,7 @@
                         </property>
                         <property>
                            <name>org.jboss.jsr299.tck.libraryDirectory</name>
-                           <value>${project.build.directory}/dependency/lib</value>
+                           <value>target/dependency/lib</value>
                         </property>
                      </systemProperties>
                   </configuration>
@@ -188,7 +188,7 @@
                         </property>
                         <property>
                            <name>org.jboss.jsr299.tck.libraryDirectory</name>
-                           <value>${project.build.directory}/dependency/lib</value>
+                           <value>target/dependency/lib</value>
                         </property>
                      </systemProperties>
                   </configuration>




More information about the weld-commits mailing list