|
Revision 616, 497 bytes
(checked in by bwilliams, 3 years ago)
|
Support for weights added to prefs
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<classpath> |
|---|
| 3 |
<classpathentry kind="src" path="src"/> |
|---|
| 4 |
<classpathentry kind="src" path="Junit"/> |
|---|
| 5 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 6 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|---|
| 7 |
<classpathentry sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.1.0/src/org.junit_3.8.1/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> |
|---|
| 8 |
<classpathentry kind="output" path="bin"/> |
|---|
| 9 |
</classpath> |
|---|