[jbosstools-commits] JBoss Tools SVN: r42242 - trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Jun 27 08:36:27 EDT 2012
Author: apodhrad
Date: 2012-06-27 08:36:27 -0400 (Wed, 27 Jun 2012)
New Revision: 42242
Modified:
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml
Log:
dir correction to jboss-5.1.0.GA and jbossesb-4.11
Modified: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml
===================================================================
--- trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml 2012-06-27 12:17:22 UTC (rev 42241)
+++ trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/pom.xml 2012-06-27 12:36:27 UTC (rev 42242)
@@ -76,8 +76,8 @@
<configuration>
<skip>${skipRequirements}</skip>
<target>
- <ant dir="${requirementsDirectory}/jboss-esb-4.11/install" target="deploy">
- <property name="org.jboss.esb.server.home" value="${requirementsDirectory}/jboss-5.1.GA" />
+ <ant dir="${requirementsDirectory}/jbossesb-4.11/install" target="deploy">
+ <property name="org.jboss.esb.server.home" value="${requirementsDirectory}/jboss-5.1.0.GA" />
<property name="org.jboss.esb.server.config" value="default" />
</ant>
</target>
@@ -93,9 +93,9 @@
<skip>${skipRequirements}</skip>
<target>
<ant dir="${requirementsDirectory}/riftsaw-2.3.0.Final/install" target="deploy">
- <property name="org.jboss.as.home" value="${requirementsDirectory}/jboss-5.1.GA" />
+ <property name="org.jboss.as.home" value="${requirementsDirectory}/jboss-5.1.0.GA" />
<property name="org.jboss.as.config" value="default" />
- <property name="org.jboss.esb.home" value="${requirementsDirectory}/jboss-esb-4.11" />
+ <property name="org.jboss.esb.home" value="${requirementsDirectory}/jbossesb-4.11" />
<property name="databasev" value="hsql" />
<property name="ws.version" value="3.4.0.GA" />
</ant>
More information about the jbosstools-commits
mailing list