mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 03:33:23 +01:00
17 lines
673 B
Plaintext
17 lines
673 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<classpath>
|
||
|
<classpathentry excluding="node_modules/|www/" kind="src" path="">
|
||
|
<attributes>
|
||
|
<attribute name="provider" value="org.eclipse.wst.jsdt.web.core.internal.project.ModuleSourcePathProvider"/>
|
||
|
</attributes>
|
||
|
</classpathentry>
|
||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
|
||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
|
||
|
<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
|
||
|
<attributes>
|
||
|
<attribute name="hide" value="true"/>
|
||
|
</attributes>
|
||
|
</classpathentry>
|
||
|
<classpathentry kind="output" path=""/>
|
||
|
</classpath>
|