Skip to content
Snippets Groups Projects
Select Git revision
  • 90d26251ef775c8c5f683c3a70c957f78bffbaf1
  • develop default protected
  • master protected
  • 3.6.0
  • 3.5.1
  • 3.5.0
  • 3.4.1
  • 3.4.0
8 results

.classpath

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .classpath 378 B
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    	<classpathentry kind="src" path="src"/>
    	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    	<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
    	<classpathentry kind="output" path="bin"/>
    </classpath>