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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Aug 21 11:36:54 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-08-21 11:36:54 -0400 (Fri, 21 Aug 2009)
New Revision: 7872

Modified:
   trunk/.classpath
Log:
using a variable for the project name

Modified: trunk/.classpath
===================================================================
--- trunk/.classpath	2009-08-21 15:15:32 UTC (rev 7871)
+++ trunk/.classpath	2009-08-21 15:36:54 UTC (rev 7872)
@@ -7,7 +7,7 @@
 	<classpathentry kind="src" path="tests/config"/>
 	<classpathentry excluding="**/.svn/**/*" kind="src" path="tests/src">
 		<attributes>
-			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="hornet/native/bin"/>
+			<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="${project_name}/native/bin"/>
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="src" path="tests/jms-tests/src"/>



More information about the hornetq-commits mailing list