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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 20 20:11:21 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-10-20 20:11:21 -0400 (Mon, 20 Oct 2008)
New Revision: 5160

Modified:
   trunk/.classpath
Log:
classpath change on native library dir

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2008-10-20 23:43:02 UTC (rev 5159)
+++ trunk/.classpath	2008-10-21 00:11:21 UTC (rev 5160)
@@ -6,7 +6,11 @@
 	<classpathentry kind="src" path="src/config"/>
 	<classpathentry kind="src" path="examples/jms/src"/>
 	<classpathentry kind="src" path="examples/messaging/src"/>
-	<classpathentry excluding="**/.svn/**/*" kind="src" path="tests/src"/>
+	<classpathentry excluding="**/.svn/**/*" kind="src" path="tests/src">
+		<attributes>
+			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="trunk/native/bin"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="src" path="tests/jms-tests/src"/>
 	<classpathentry kind="lib" path="thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="thirdparty/jgroups/lib/jgroups.jar"/>




More information about the jboss-cvs-commits mailing list