Browse Subversion Repository
Contents of /nativecapable/.classpath
Parent Directory
| Revision Log
Revision 91 -
( show annotations)
( download)
Tue Jun 24 15:51:15 2008 UTC
(15 years, 8 months ago)
by shinobu_siv
File size: 985 byte(s)
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<classpath> |
| 3 |
<classpathentry kind="src" path="src"/> |
| 4 |
<classpathentry kind="src" path="sample"/> |
| 5 |
<classpathentry kind="src" path="test"/> |
| 6 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 7 |
<classpathentry kind="lib" path="lib/javassist.jar"/> |
| 8 |
<classpathentry kind="lib" path="lib/j3dcore.jar"/> |
| 9 |
<classpathentry kind="lib" path="lib/j3dutils.jar"/> |
| 10 |
<classpathentry kind="lib" path="lib/vecmath.jar"/> |
| 11 |
<classpathentry kind="lib" path="lib/ant.jar"/> |
| 12 |
<classpathentry kind="lib" path="lib/jmf.jar" sourcepath="D:/Java/src/jmf-2_1_1e-scsl-src/src"/> |
| 13 |
<classpathentry kind="lib" path="lib/jmf-devicedetection-util.jar"/> |
| 14 |
<classpathentry kind="lib" path="lib/gluegen-rt.jar"/> |
| 15 |
<classpathentry kind="lib" path="lib/jogl.jar"/> |
| 16 |
<classpathentry kind="lib" path="lib/nativecapable.jar"/> |
| 17 |
<classpathentry kind="lib" path="lib/NyARToolKit.jar"/> |
| 18 |
<classpathentry kind="output" path="bin"/> |
| 19 |
</classpath> |
|