[jboss-cvs] JBoss Messaging SVN: r6362 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 08:25:39 EDT 2009


Author: gaohoward
Date: 2009-04-08 08:25:39 -0400 (Wed, 08 Apr 2009)
New Revision: 6362

Modified:
   trunk/.classpath
Log:
update classpath


Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-04-08 12:23:17 UTC (rev 6361)
+++ trunk/.classpath	2009-04-08 12:25:39 UTC (rev 6362)
@@ -1,6 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/**/*" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="examples/jms/topic-selector-example1/src"/>
+	<classpathentry kind="src" path="examples/jms/topic-selector-example2/src"/>
 	<classpathentry kind="src" path="examples/jms/selector/src"/>
 	<classpathentry kind="src" path="examples/jms/scheduled-message/src"/>
 	<classpathentry kind="src" path="examples/jms/http-transport/src"/>
@@ -31,7 +33,6 @@
 	<classpathentry kind="src" path="examples/jms/request-reply/src"/>
 	<classpathentry kind="src" path="examples/jms/temp-queue/src"/>
 	<classpathentry kind="src" path="examples/jms/topic/src"/>
-	<classpathentry kind="src" path="examples/jms/topic-selector/src"/>
 	<classpathentry kind="src" path="examples/jms/transactional/src"/>
 	<classpathentry kind="lib" path="thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="thirdparty/junit/lib/junit.jar"/>




More information about the jboss-cvs-commits mailing list