Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3b5a3f3681dadb2304a0ee6a3115bda49a6d90f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry exported="true" kind="lib" path="lib/asm.jar" sourcepath="org.eclipse.emf.cdo.server.hibernatesrc.zip"/>
	<classpathentry exported="true" kind="lib" path="lib/cglib-2.1.3.jar" sourcepath="org.eclipse.emf.cdo.server.hibernatesrc.zip"/>
	<classpathentry exported="true" kind="lib" path="lib/commons-collections-2.1.1.jar" sourcepath="org.eclipse.emf.cdo.server.hibernatesrc.zip"/>
	<classpathentry exported="true" kind="lib" path="lib/jta.jar" sourcepath="org.eclipse.emf.cdo.server.hibernatesrc.zip"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
	<classpathentry exported="true" kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
	<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top