File: .classpath

package info (click to toggle)
josm-plugins 0.0.svn30763%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,044 kB
  • ctags: 787
  • sloc: java: 4,550; xml: 1,360; makefile: 51; python: 19
file content (9 lines) | stat: -rw-r--r-- 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="lib" path="lib/jgrapht-jdk1.5.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
	<classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
	<classpathentry kind="output" path="build"/>
</classpath>