You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by sc...@apache.org on 2009/02/22 05:21:02 UTC

svn commit: r746633 - /incubator/etch/branches/name-service/.classpath

Author: sccomer
Date: Sun Feb 22 04:21:01 2009
New Revision: 746633

URL: http://svn.apache.org/viewvc?rev=746633&view=rev
Log:
added ns service test to build path.

Modified:
    incubator/etch/branches/name-service/.classpath

Modified: incubator/etch/branches/name-service/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/branches/name-service/.classpath?rev=746633&r1=746632&r2=746633&view=diff
==============================================================================
--- incubator/etch/branches/name-service/.classpath (original)
+++ incubator/etch/branches/name-service/.classpath Sun Feb 22 04:21:01 2009
@@ -43,6 +43,7 @@
 	<classpathentry kind="src" path="interoptester/src/test/java"/>
 	<classpathentry kind="src" path="services/ns/src/main/java"/>
 	<classpathentry kind="src" path="services/ns/target/generated-sources/main/etch/java"/>
+	<classpathentry kind="src" path="services/ns/src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ETCH_DEPENDENT_JARS"/>
 	<classpathentry kind="output" path="bin"/>