Mercurial > jhg
comparison .classpath @ 61:fac8e7fcc8b0
Simple test framework - capable of parsing Hg cmdline output to compare with Java result
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Tue, 18 Jan 2011 18:32:49 +0100 | 
| parents | dbd663faec1f | 
| children | 9a03a80a0f2f | 
   comparison
  equal
  deleted
  inserted
  replaced
| 60:613c936d74e4 | 61:fac8e7fcc8b0 | 
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> | 
| 2 <classpath> | 2 <classpath> | 
| 3 <classpathentry kind="src" path="src"/> | 3 <classpathentry kind="src" path="src"/> | 
| 4 <classpathentry kind="src" path="test"/> | |
| 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> | 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> | 
| 5 <classpathentry kind="output" path="bin"/> | 6 <classpathentry kind="output" path="bin"/> | 
| 6 </classpath> | 7 </classpath> | 
