[hornetq-commits] JBoss hornetq SVN: r9390 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 9 10:04:42 EDT 2010


Author: jmesnil
Date: 2010-07-09 10:04:42 -0400 (Fri, 09 Jul 2010)
New Revision: 9390

Modified:
   trunk/.classpath
Log:
in eclipse's .classpath, reorder twitter-connector example 

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2010-07-09 14:02:01 UTC (rev 9389)
+++ trunk/.classpath	2010-07-09 14:04:42 UTC (rev 9390)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/**/*" kind="src" path="src/main"/>
-	<classpathentry kind="src" path="examples/core/twitter-connector/src"/>
 	<classpathentry kind="src" path="src/config/common"/>
 	<classpathentry kind="src" path="build/src"/>
 	<classpathentry kind="src" path="tests/jms-tests/config"/>
@@ -18,6 +17,7 @@
 	<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/core/twitter-connector/src"/>
 	<classpathentry kind="src" path="examples/jms/applet/src"/>
 	<classpathentry kind="src" path="examples/jms/application-layer-failover/src"/>
 	<classpathentry kind="src" path="examples/jms/bridge/src"/>



More information about the hornetq-commits mailing list