Project

General

Profile

Download (1.13 KB) Statistics
| Branch: | Tag: | Revision:
1 7879f9a5 n.hoffmann
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 46d0131b Cherian Mathew
	<classpathentry including="**/*.java" kind="src" path="src/test/java"/>
6 93b0eb6b Cherian Mathew
	<classpathentry excluding="**/*.java" kind="src" path="src/test/resources"/>
7 48a32bd3 Cherian Mathew
	<classpathentry exported="true" kind="lib" path="lib/byte-buddy-0.5.1.jar"/>
8 c5485129 Cherian Mathew
	<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 7879f9a5 n.hoffmann
	<classpathentry kind="output" path="target/classes"/>
16
</classpath>