summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 2fc1d0f4c5990f9d1839dbf758fabb086dd29be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="resources"/>
	<classpathentry kind="src" path="contrib"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
	<classpathentry kind="lib" path="lib/jgit-0.11.3.jar" sourcepath="/org.eclipse.jgit"/>
	<classpathentry kind="lib" path="lib/jgit-http-0.11.3.jar" sourcepath="/org.eclipse.jgit.http.server"/>
	<classpathentry kind="lib" path="ext/log4j-1.2.16.jar"/>
	<classpathentry kind="lib" path="ext/servlet-api-2.5.jar"/>
	<classpathentry kind="lib" path="ext/slf4j-api-1.6.1.jar"/>
	<classpathentry kind="lib" path="ext/slf4j-log4j12-1.6.1.jar"/>
	<classpathentry kind="lib" path="ext/jetty-all-7.2.2.v20101205.jar"/>
	<classpathentry kind="lib" path="ext/jcommander-1.17.jar"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
	<classpathentry kind="lib" path="ext/wicket-1.4.17.jar"/>
	<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.17.jar"/>
	<classpathentry kind="lib" path="ext/wicket-extensions-1.4.17.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>