annotate java/.classpath @ 6:1c5af356bb99
added 64 bit native narrator
allow hapitic native dll to load only on 32 bit JVM
refactored DiagramEditorApp for better inheritance
fixed Java 7 bug: NullPointerException when typing
minor bug fixes
added splashscreen
author |
Fiore Martin <fiore@eecs.qmul.ac.uk> |
date |
Mon, 17 Dec 2012 18:39:40 +0000 |
parents |
9e67171477bc |
children |
|
rev |
line source |
fiore@0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
fiore@0
|
2 <classpath>
|
fiore@0
|
3 <classpathentry kind="src" path="src"/>
|
fiore@0
|
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
fiore@0
|
5 <classpathentry kind="lib" path="libs/beads.jar"/>
|
fiore@3
|
6 <classpathentry kind="lib" path="libs/cmu_time_awb.jar"/>
|
fiore@3
|
7 <classpathentry kind="lib" path="libs/cmu_us_kal.jar"/>
|
fiore@3
|
8 <classpathentry kind="lib" path="libs/cmudict04.jar"/>
|
fiore@3
|
9 <classpathentry kind="lib" path="libs/cmulex.jar"/>
|
fiore@3
|
10 <classpathentry kind="lib" path="libs/cmutimelex.jar"/>
|
fiore@3
|
11 <classpathentry kind="lib" path="libs/en_us.jar"/>
|
fiore@3
|
12 <classpathentry kind="lib" path="libs/freetts.jar"/>
|
fiore@0
|
13 <classpathentry kind="lib" path="libs/jl1.0.1.jar"/>
|
fiore@0
|
14 <classpathentry kind="lib" path="libs/JWizardComponent.jar"/>
|
fiore@0
|
15 <classpathentry kind="lib" path="libs/mp3spi1.9.4.jar"/>
|
fiore@0
|
16 <classpathentry kind="lib" path="libs/NetUtil.jar"/>
|
fiore@0
|
17 <classpathentry kind="lib" path="libs/tritonus_share.jar"/>
|
fiore@0
|
18 <classpathentry kind="output" path="bin"/>
|
fiore@0
|
19 </classpath>
|