Author: clebert.suconic(a)jboss.com
Date: 2010-09-13 19:36:57 -0400 (Mon, 13 Sep 2010)
New Revision: 9682
Modified:
branches/Branch_2_1/examples/common/build.xml
branches/Branch_2_1/src/config/examples-ant.properties
branches/Branch_2_1/src/config/javaee-examples-ant.properties
Log:
fixing examples for when running standalone (not as under EAP)
Modified: branches/Branch_2_1/examples/common/build.xml
===================================================================
--- branches/Branch_2_1/examples/common/build.xml 2010-09-13 22:45:10 UTC (rev 9681)
+++ branches/Branch_2_1/examples/common/build.xml 2010-09-13 23:36:57 UTC (rev 9682)
@@ -66,6 +66,7 @@
<fileset dir="${jars.dir}">
<include name="**/${jms-library}"/>
<include name="**/jboss-kernel.jar"/>
+ <include name="**/jboss-mc.jar"/>
</fileset>
<path refid="extra.classpath"/>
</path>
@@ -81,6 +82,7 @@
<include name="**/jnpserver.jar"/>
<include name="**/${jms-library}"/>
<include name="**/netty.jar"/>
+ <include name="**/jboss-mc.jar"/>
</fileset>
<path refid="extra.classpath"/>
</path>
@@ -97,6 +99,7 @@
<include name="**/jboss-logging-spi.jar"/>
<include name="**/${jms-library}"/>
<include name="**/jboss-kernel.jar"/>
+ <include name="**/jboss-mc.jar"/>
</fileset>
</path>
@@ -119,6 +122,7 @@
<include name="**/jboss-mdr.jar"/>
<include name="**/jbossxb.jar"/>
<include name="**/jboss-xml-binding.jar"/>
+ <include name="**/jboss-mc.jar"/>
<include name="**/twitter4j*.jar"/>
</fileset>
</path>
Modified: branches/Branch_2_1/src/config/examples-ant.properties
===================================================================
--- branches/Branch_2_1/src/config/examples-ant.properties 2010-09-13 22:45:10 UTC (rev
9681)
+++ branches/Branch_2_1/src/config/examples-ant.properties 2010-09-13 23:36:57 UTC (rev
9682)
@@ -1,4 +1,5 @@
hornetq.example.logserveroutput=true
hornetq.jars.dir=${imported.basedir}/../../lib
jars.dir=${imported.basedir}/../../lib
-aio.library.path=${imported.basedir}/../../bin
\ No newline at end of file
+aio.library.path=${imported.basedir}/../../bin
+jms-library=jboss-jms-api.jar
\ No newline at end of file
Modified: branches/Branch_2_1/src/config/javaee-examples-ant.properties
===================================================================
--- branches/Branch_2_1/src/config/javaee-examples-ant.properties 2010-09-13 22:45:10 UTC
(rev 9681)
+++ branches/Branch_2_1/src/config/javaee-examples-ant.properties 2010-09-13 23:36:57 UTC
(rev 9682)
@@ -2,3 +2,6 @@
hornetq.jars.dir=${imported.basedir}/../../../lib
jars.dir=${imported.basedir}/../../../lib
aio.library.path=${imported.basedir}/../../native/bin
+server.default=default-with-hornetq
+hornetq.config.dir=hornetq.sar
+jms-library=jboss-jms-api.jar