[jbosstools-commits] JBoss Tools SVN: r43066 - trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 16 03:38:38 EDT 2012


Author: jpeterka
Date: 2012-08-16 03:38:38 -0400 (Thu, 16 Aug 2012)
New Revision: 43066

Modified:
   trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
Log:
Configuration dir fixed in hb ui bo test pom

Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml	2012-08-16 07:29:10 UTC (rev 43065)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml	2012-08-16 07:38:38 UTC (rev 43066)
@@ -13,7 +13,7 @@
 	<packaging>eclipse-test-plugin</packaging>
 
 	<properties>
-		<systemProperties>-Dtest.configurations.dir=/home/jpeterka/etc/hb</systemProperties>
+		<systemProperties>-Dtest.configurations.dir=${project.basedir}/properties/</systemProperties>
 	</properties>
 
 	<build>



More information about the jbosstools-commits mailing list