Author: ataylor
Date: 2011-03-30 14:14:52 -0400 (Wed, 30 Mar 2011)
New Revision: 10422
Modified:
trunk/examples/javaee/common/build.xml
Log:
fixing example build
Modified: trunk/examples/javaee/common/build.xml
===================================================================
--- trunk/examples/javaee/common/build.xml 2011-03-30 18:14:21 UTC (rev 10421)
+++ trunk/examples/javaee/common/build.xml 2011-03-30 18:14:52 UTC (rev 10422)
@@ -136,7 +136,7 @@
</target>
<target name="copy-profile" depends="profile.check"
unless="donot.copy.profile">
- <property name="profile"
value="${jboss.home}/server/default"/>
+ <property name="profile"
value="${jboss.home}/server/default-with-hornetq"/>
<property name="example-profile"
value="${jboss.home}/server/${example.name}-example-profile"/>
<property name="deploy.dir"
value="${example-profile}/deploy/"/>
<mkdir dir="${example-profile}"/>
Show replies by date