You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2009/07/21 06:54:40 UTC

svn commit: r796143 - /harmony/enhanced/classlib/trunk/modules/luni/.classpath

Author: ndbeyer
Date: Tue Jul 21 04:54:40 2009
New Revision: 796143

URL: http://svn.apache.org/viewvc?rev=796143&view=rev
Log:
use variable for kernel-stubs in eclipse .classpath

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/.classpath

Modified: harmony/enhanced/classlib/trunk/modules/luni/.classpath
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/.classpath?rev=796143&r1=796142&r2=796143&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/.classpath (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/.classpath Tue Jul 21 04:54:40 2009
@@ -14,6 +14,6 @@
 		</accessrules>
 	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="lib" path="/home/nathan/harmony/working_classlib/deploy/jdk/jre/lib/boot/luni-kernel-stubs.jar"/>
+	<classpathentry kind="var" path="HARMONY_CLASSLIB/deploy/jdk/jre/lib/boot/luni-kernel-stubs.jar"/>
 	<classpathentry kind="output" path="bin/main"/>
 </classpath>