Skip to content
Snippets Groups Projects
Select Git revision
  • e452be1259ce607128fd8f814c4417d0ec17aa18
  • master default protected
  • 4471
  • 4444
  • 4137
  • 4394
  • 4463
  • 4464
  • 4458
  • 4420
  • 4403
  • 4407
  • 4456
  • 4442
  • 4412
  • 4438
  • 4335
  • 4389
  • 4441
  • 4372
  • 4429
  • 2.27
  • 2.26
  • 2.25
  • 2.24
  • 2.22
  • 2.20
  • 2.16
  • 2.14
29 results

.classpath

Blame
  • .classpath 513 B
    <?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-11">
    		<attributes>
    			<attribute name="module" value="true"/>
    		</attributes>
    	</classpathentry>
    	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    	<classpathentry kind="src" path="generated-src"/>
    	<classpathentry kind="src" path="src"/>
    	<classpathentry kind="output" path="build"/>
    </classpath>