Project

General

Profile

Download (1.13 KB) Statistics
| Branch: | Tag: | Revision:
1 f15bc4f3 Andreas Kohlbecker
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3 b6f4fe20 Andreas Müller
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4 f15bc4f3 Andreas Kohlbecker
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
6
	<classpathentry excluding="**/*.java" kind="src" path="src/test/resources"/>
7
	<classpathentry exported="true" kind="lib" path="lib/byte-buddy-0.5.1.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/org.springframework.context-3.2.2.RELEASE.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/unitils-core-3.4.2.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/unitils-database-3.4.2.jar"/>
11
	<classpathentry exported="true" kind="lib" path="lib/unitils-dbmaintainer-3.4.2.jar"/>
12
	<classpathentry exported="true" kind="lib" path="lib/unitils-dbunit-3.4.2.jar"/>
13
	<classpathentry exported="true" kind="lib" path="lib/unitils-spring-3.4.2.jar"/>
14
	<classpathentry exported="true" kind="lib" path="lib/dbunit-2.4.9.jar"/>
15
	<classpathentry kind="output" path="target/classes"/>
16
</classpath>