.classpath 945 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- -->
  3. <!-- Copyright (c) 2018 Intel Corporation. -->
  4. <!-- -->
  5. <!-- All rights reserved. This program and the accompanying materials -->
  6. <!-- are made available under the terms of the Eclipse Public License v1.0 -->
  7. <!-- which accompanies this distribution, and is available at -->
  8. <!-- http://www.eclipse.org/legal/epl-v10.html -->
  9. <!-- -->
  10. <!-- Contributors: -->
  11. <!-- Intel Corporation - initial implementation and documentation -->
  12. <!-- -->
  13. <classpath>
  14. <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  15. <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
  16. <classpathentry kind="src" path="src"/>
  17. <classpathentry kind="output" path="bin"/>
  18. </classpath>