2006-11-17 10:13:24 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src/main/servlet"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
|
|
<classpathentry kind="src" path="/base"/>
|
|
|
|
<classpathentry kind="src" path="/dbPort"/>
|
|
|
|
<classpathentry kind="src" path="/tools"/>
|
|
|
|
<classpathentry kind="src" path="/looks"/>
|
|
|
|
<classpathentry kind="src" path="/print"/>
|
|
|
|
<classpathentry combineaccessrules="false" kind="src" path="/client"/>
|
2006-12-08 08:31:15 +07:00
|
|
|
<classpathentry kind="lib" path="src/web/WEB-INF/lib/myfaces-api-1.1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="src/web/WEB-INF/lib/tomahawk-1.1.3.jar"/>
|
2006-11-17 10:13:24 +07:00
|
|
|
<classpathentry kind="output" path="build/war"/>
|
|
|
|
</classpath>
|