You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2005/10/28 11:08:49 UTC

svn commit: r329164 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/.classpath

Author: dlydick
Date: Fri Oct 28 02:08:39 2005
New Revision: 329164

URL: http://svn.apache.org/viewcvs?rev=329164&view=rev
Log:
Added paths to support 'getsvndata.sh', etc.

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/.classpath

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/.classpath
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/.classpath?rev=329164&r1=329163&r2=329164&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/.classpath (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/test/.classpath Fri Oct 28 02:08:39 2005
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
+	<classpathentry excluding="org/" kind="src" path="src"/>
+	<classpathentry kind="src" path="src/org"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>