2002-06-26 20:29:14 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
2015-09-25 17:01:37 -04:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
2003-11-24 18:31:03 +00:00
|
|
|
<classpathentry kind="src" path="model"/>
|
2006-04-19 19:20:05 +00:00
|
|
|
<classpathentry kind="src" path="browser"/>
|
2003-11-24 18:31:03 +00:00
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry kind="src" path="utils"/>
|
|
|
|
<classpathentry kind="src" path="parser"/>
|
2007-04-26 17:07:39 +00:00
|
|
|
<classpathentry kind="src" path="templateengine"/>
|
2003-11-24 18:31:03 +00:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
2002-06-26 20:29:14 +00:00
|
|
|
</classpath>
|