Skip to content

Commit 9b0d1b5

Browse files
committed
remove unnecessary classpath entry
1 parent 7139258 commit 9b0d1b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

classpath.SAMPLE

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<classpathentry kind="src" path="src/compiler"/>
44
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6-
<classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
6+
<classpathentry kind="lib" path="lib/msil.jar"/>
77
<classpathentry kind="lib" path="lib/jline.jar"/>
8-
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9-
<classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/>
8+
<classpathentry kind="lib" path="lib/fjbg.jar"/>
109
<classpathentry kind="lib" path="lib/forkjoin.jar"/>
1110
<classpathentry kind="lib" path="lib/ant/ant.jar"/>
1211
<classpathentry kind="output" path="build/quick/classes/compiler"/>

0 commit comments

Comments
 (0)