Mercurial > hg > test-repo
diff SampleProject/.classpath @ 7:0724916c0d6c
added sample java project
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 14 Apr 2008 02:54:23 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SampleProject/.classpath Mon Apr 14 02:54:23 2008 +0200 @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="classes"/> +</classpath>