annotate .classpath @ 58:26fccd9db2e9
background changes to .classpath, .hgignore and .project
author |
stevenh |
date |
Tue, 02 Apr 2013 23:20:17 +0100 |
parents |
08675ab08e7f |
children |
|
rev |
line source |
steve@0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
steve@0
|
2 <classpath>
|
steve@0
|
3 <classpathentry kind="src" path="src"/>
|
steve@0
|
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
stevenh@58
|
5 <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JenaLibs"/>
|
steve@0
|
6 <classpathentry kind="output" path="bin"/>
|
steve@0
|
7 </classpath>
|