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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 31 11:08:37 EDT 2009


Author: gaohoward
Date: 2009-03-31 11:08:37 -0400 (Tue, 31 Mar 2009)
New Revision: 6240

Modified:
   trunk/.classpath
Log:
added examples to eclipse source paths


Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-03-31 14:12:47 UTC (rev 6239)
+++ trunk/.classpath	2009-03-31 15:08:37 UTC (rev 6240)
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry excluding="**/.svn/**/*" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="examples/jms/transactional/src"/>
+	<classpathentry kind="src" path="examples/jms/topic/src"/>
+	<classpathentry kind="src" path="examples/jms/queue/src"/>
+	<classpathentry kind="src" path="examples/jms/durable/src"/>
+	<classpathentry kind="src" path="examples/jms/common/src"/>
 	<classpathentry kind="src" path="build/src"/>
 	<classpathentry kind="src" path="tests/config"/>
 	<classpathentry kind="src" path="src/config"/>




More information about the jboss-cvs-commits mailing list