Browse CVS Repository
Contents of /samurai-graph/samurai-graph/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Wed Jun 2 13:58:45 2004 UTC
(19 years, 10 months ago)
by orrisroot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
removed eclipse specific files.
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<classpath> |
| 3 |
<classpathentry kind="src" path="lib/vectorgraphics/org/freehep/jaco/test/TonysTest"/> |
| 4 |
<classpathentry kind="src" path="lib/vectorgraphics/org/freehep/graphicsio/examples"/> |
| 5 |
<classpathentry kind="src" path="src"/> |
| 6 |
<classpathentry |
| 7 |
excluding="org/freehep/jaco/test/TonysTest/|org/freehep/graphicsio/examples/" |
| 8 |
kind="src" path="lib/vectorgraphics"/> |
| 9 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 10 |
<classpathentry kind="output" path="bin"/> |
| 11 |
</classpath> |
|