Browse CVS Repository
Contents of /dict4eclipse/org.ocharake.matobaa.dictionary/.classpath
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
Mon Nov 22 17:30:17 2004 UTC
(19 years, 4 months ago)
by matobaa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -42 lines
2.1.3用に適合させ、パッケージングしてリリースした。
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<classpath> |
| 3 |
<classpathentry kind="src" path="src/"/> |
| 4 |
<classpathentry kind="lib" path="eb4j.jar"/> |
| 5 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
| 6 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 7 |
<classpathentry kind="output" path="bin"/> |
| 8 |
</classpath> |
|