Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 45fb66f4a2bd8d9a39176c4e36c9df0dae5536b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins">
		<accessrules>
			<accessrule kind="accessible" pattern="**"/>
		</accessrules>
	</classpathentry>
	<classpathentry exported="true" kind="lib" path="antlr-2.7.6.jar"/>
	<classpathentry exported="true" kind="lib" path="dom4j-1.6.1.jar"/>
	<classpathentry exported="true" kind="lib" path="c3p0-0.9.1.jar"/>
	<classpathentry exported="true" kind="lib" path="ehcache-1.2.3.jar"/>
	<classpathentry exported="true" kind="lib" path="hsqldb.jar"/>
	<classpathentry exported="true" kind="lib" path="mysql-connector-java-5.1.6-bin.jar"/>
	<classpathentry exported="true" kind="lib" path="hibernate-commons-annotations.jar"/>
	<classpathentry exported="true" kind="lib" path="hibernate-annotations.jar"/>
	<classpathentry exported="true" kind="lib" path="hibernate3.jar"/>
	<classpathentry exported="true" kind="lib" path="javax.persistence_1.99.0.jar"/>
	<classpathentry exported="true" kind="lib" path="commons-collections-3.1.jar"/>
	<classpathentry exported="true" kind="lib" path="javassist-3.4.GA.jar"/>
	<classpathentry exported="true" kind="lib" path="jta-1.1.jar"/>
	<classpathentry exported="true" kind="lib" path="slf4j-api-1.5.2.jar"/>
	<classpathentry exported="true" kind="lib" path="hibernate-entitymanager.jar"/>
	<classpathentry kind="lib" path="hibernate_sources_3.3.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top