Author: tom.baeyens(a)jboss.com
Date: 2009-05-02 12:38:11 -0400 (Sat, 02 May 2009)
New Revision: 4695
Modified:
jbpm4/trunk/modules/examples/pom.xml
Log:
updated location of remote client configuration in examples pom
Modified: jbpm4/trunk/modules/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml 2009-05-02 16:37:11 UTC (rev 4694)
+++ jbpm4/trunk/modules/examples/pom.xml 2009-05-02 16:38:11 UTC (rev 4695)
@@ -157,10 +157,10 @@
<configuration>
<tasks>
<copy todir="target/test-classes"
overwrite="true" failonerror="false">
- <fileset dir="../../qa/jbossremote" />
+ <fileset
dir="../distro/src/main/files/jboss/jbpm.cfg.remote.client" />
</copy>
<copy todir="target/test-classes"
overwrite="true" failonerror="false">
- <fileset dir="${user.home}/.jbpm4/qa/jbossremote"
/>
+ <fileset
dir="${user.home}/.jbpm4/qa/jbpm.cfg.remote.client" />
</copy>
</tasks>
</configuration>
Show replies by date