Projekt

Obecné

Profil

Stáhnout (889 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 03a2d08f Michal Horký
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
3 84f3bb33 @havlijan17
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
4 efc1d63e @havlijan17
		<accessrules>
5
			<accessrule kind="accessible" pattern="javafx/**"/>
6
			<accessrule kind="accessible" pattern="com/sun/javafx/**"/>
7
		</accessrules>
8 84f3bb33 @havlijan17
	</classpathentry>
9 03a2d08f Michal Horký
	<classpathentry kind="src" path="src"/>
10 efc1d63e @havlijan17
	<classpathentry kind="src" path="resources"/>
11 06966341 @havlijan17
	<classpathentry kind="lib" path="libs/plugin.jar"/>
12 de94f064 horkmi
	<classpathentry kind="lib" path="libs/jackson-core-asl-1.9.13.jar"/>
13
	<classpathentry kind="lib" path="libs/jackson-mapper-asl-1.9.13.jar"/>
14
	<classpathentry kind="lib" path="libs/mysql-connector-java-8.0.19.jar"/>
15
	<classpathentry kind="lib" path="libs/ojdbc8.jar"/>
16
	<classpathentry kind="lib" path="libs/sqljdbc42.jar"/>
17 03a2d08f Michal Horký
	<classpathentry kind="output" path="bin"/>
18 de94f064 horkmi
</classpath>