Skip to content

Commit 6a64939

Browse files
committed
Bug: 'net.sf.j2s.test.junit' references 'JRE System Library [j2se1.5.0_06]'
The classpath of project 'net.sf.j2s.test.junit' contains a hard reference to 'JRE System Library [j2se1.5.0_06]'. Fix: use Workspace default JRE instead.
1 parent e6ad837 commit 6a64939

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5-
<classpathentry sourcepath="/AJAX_SWT_SRC" kind="var" path="AJAX_SWT"/>
6-
<classpathentry kind="output" path="bin"/>
7-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="var" path="AJAX_SWT" sourcepath="/AJAX_SWT_SRC"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7+
<classpathentry kind="output" path="bin"/>
8+
</classpath>

0 commit comments

Comments
 (0)