blob: 7eda24b619af12215a0d7296141825e6493353b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_17">
<attributes>
<attribute name="owner.project.facets" value="jst.java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
<classpathentry kind="lib" path="E:/maven2/repository/javaee/javaee-api/5/javaee-api-5.jar">
<attributes>
<attribute name="maven.groupId" value="javaee"/>
<attribute name="maven.artifactId" value="javaee-api"/>
<attribute name="maven.version" value="5"/>
<attribute name="maven.scope" value="provided"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="E:/download/hsqldb.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
|