[jboss-cvs] JBoss Messaging SVN: r7025 - in trunk: examples/common and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 10:51:46 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-05-26 10:51:46 -0400 (Tue, 26 May 2009)
New Revision: 7025

Modified:
   trunk/.classpath
   trunk/examples/common/build.xml
Log:
tweaks on examples

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-05-26 14:49:31 UTC (rev 7024)
+++ trunk/.classpath	2009-05-26 14:51:46 UTC (rev 7025)
@@ -15,7 +15,7 @@
 	<classpathentry kind="src" path="tests/joram-tests/src"/>
 	<classpathentry kind="src" path="tests/joram-tests/config"/>
 	<classpathentry kind="src" path="examples/core/embedded/src"/>
-	<classpathentry kind="src" path="examples/core/embedded-microcontainer/src"/>
+	<classpathentry kind="src" path="examples/core/microcontainer/src"/>
 	<classpathentry kind="src" path="examples/core/embedded-remote/src"/>
 	<classpathentry kind="src" path="examples/core/perf/src"/>
 	<classpathentry kind="src" path="examples/jms/application-layer-failover/src"/>

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-05-26 14:49:31 UTC (rev 7024)
+++ trunk/examples/common/build.xml	2009-05-26 14:51:46 UTC (rev 7025)
@@ -28,8 +28,8 @@
 <!-- =========================================================================================== -->
 
 
-<project default="compile" name="jmsexample" basedir=".">
-   <dirname property="imported.basedir" file="${ant.file.jmsexample}"/>
+<project default="compile" name="example" basedir=".">
+   <dirname property="imported.basedir" file="${ant.file.example}"/>
    <property file="${imported.basedir}/config/ant.properties"/>
 
    <!--




More information about the jboss-cvs-commits mailing list