Sonar (1).launch 541 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
  3. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
  4. <listEntry value="/Sonar/src/Sonar.java"/>
  5. </listAttribute>
  6. <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
  7. <listEntry value="1"/>
  8. </listAttribute>
  9. <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="Sonar"/>
  10. <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="Sonar"/>
  11. </launchConfiguration>