You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/09/20 08:49:34 UTC

svn commit: r998801 - /incubator/etch/trunk/.classpath

Author: grandyho
Date: Mon Sep 20 06:49:34 2010
New Revision: 998801

URL: http://svn.apache.org/viewvc?rev=998801&view=rev
Log:
added helloworld example to eclipse sources

Modified:
    incubator/etch/trunk/.classpath

Modified: incubator/etch/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/.classpath?rev=998801&r1=998800&r2=998801&view=diff
==============================================================================
--- incubator/etch/trunk/.classpath (original)
+++ incubator/etch/trunk/.classpath Mon Sep 20 06:49:34 2010
@@ -23,6 +23,9 @@
 	<classpathentry kind="src" path="tests/src/main/resources"/>
 	<classpathentry kind="src" path="tests/target/generated-sources/main/etch/java"/>
 	<classpathentry kind="src" path="tests/src/test/java"/>
+	<classpathentry kind="src" path="examples/helloworld/src/main/java"/>
+	<classpathentry kind="src" path="examples/helloworld/src/test/java"/>
+	<classpathentry kind="src" path="examples/helloworld/target/generated-sources/main/etch/java"/>
 	<classpathentry kind="src" path="examples/chat/src/main/java"/>
 	<classpathentry kind="src" path="examples/chat/target/generated-sources/main/etch/java"/>
 	<classpathentry kind="src" path="examples/chat/src/test/java"/>