summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2012-03-30 15:36:43 +0200
committerLukas Rytz <lukas.rytz@epfl.ch>2012-03-30 15:40:05 +0200
commit9b0d1b5a2b7705d3837bcd69bce2b99a77f96c27 (patch)
tree427943e65ed9dec7de731bb2a3f3e45681192e7f
parent71392585dc56950287135ac2582b516d7971bfbc (diff)
downloadscala-9b0d1b5a2b7705d3837bcd69bce2b99a77f96c27.tar.gz
scala-9b0d1b5a2b7705d3837bcd69bce2b99a77f96c27.tar.bz2
scala-9b0d1b5a2b7705d3837bcd69bce2b99a77f96c27.zip
remove unnecessary classpath entry
-rw-r--r--classpath.SAMPLE5
1 files changed, 2 insertions, 3 deletions
diff --git a/classpath.SAMPLE b/classpath.SAMPLE
index 69c2baeba7..9e607a41d9 100644
--- a/classpath.SAMPLE
+++ b/classpath.SAMPLE
@@ -3,10 +3,9 @@
<classpathentry kind="src" path="src/compiler"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry exported="true" kind="lib" path="lib/msil.jar"/>
+ <classpathentry kind="lib" path="lib/msil.jar"/>
<classpathentry kind="lib" path="lib/jline.jar"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry exported="true" kind="lib" path="lib/fjbg.jar"/>
+ <classpathentry kind="lib" path="lib/fjbg.jar"/>
<classpathentry kind="lib" path="lib/forkjoin.jar"/>
<classpathentry kind="lib" path="lib/ant/ant.jar"/>
<classpathentry kind="output" path="build/quick/classes/compiler"/>