mirror of
https://github.com/OpenLiberty/liberty-bikes.git
synced 2024-11-27 01:20:01 +08:00
12 lines
566 B
XML
12 lines
566 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<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.jst.j2ee.internal.web.container"/>
|
|
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer">
|
|
<attributes>
|
|
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="output" path="build/classes/java/main"/>
|
|
</classpath>
|