https://github.com/eclipse/ice
Raw File
Tip revision: 4a728292ba0662b74bc0ef4f5b5cc6c7e97a4e49 authored by Jay Jay Billings on 10 February 2021, 20:10:16 UTC
Merge pull request #493 from eclipse/eclipsewebmaster-patch-1
Tip revision: 4a72829
.classpath
<?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.pde.core.requiredPlugins"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="output" path="target/classes"/>
</classpath>
back to top