|
Revision 272, 0.5 kB
(checked in by asterite, 2 years ago)
|
Metrics plugin for Descent! :-D
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<classpath> |
|---|
| 3 |
<classpathentry kind="src" path="src"/> |
|---|
| 4 |
<classpathentry exported="true" kind="lib" path="lib/jfreechart-0.9.8.jar"/> |
|---|
| 5 |
<classpathentry exported="true" kind="lib" path="lib/jcommon-0.8.0.jar"/> |
|---|
| 6 |
<classpathentry exported="true" kind="lib" path="lib/jakarta-oro-2.0.6.jar"/> |
|---|
| 7 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 8 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 9 |
<classpathentry kind="output" path="bin"/> |
|---|
| 10 |
</classpath> |
|---|