Files
sailing-analytics/java/elemental2/.classpath
T
Axel Uhl 3d89837122 bug4811: added elemental2.[core|dom|promise] in an "elemental2" project;
this to enable things such as access to FileList and File from FileUpload input elements
2021-01-18 18:25:30 +01:00

11 lines
651 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/base-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/elemental2-core-1.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/elemental2-dom-1.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/elemental2-promise-1.1.0.jar"/>
<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"/>
<classpathentry kind="output" path="bin"/>
</classpath>