summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.settings/org.eclipse.ltk.core.refactoring.prefs3
-rw-r--r--META-INF/MANIFEST.MF5
-rw-r--r--Test.scala7
-rw-r--r--build.properties5
4 files changed, 12 insertions, 8 deletions
diff --git a/.settings/org.eclipse.ltk.core.refactoring.prefs b/.settings/org.eclipse.ltk.core.refactoring.prefs
new file mode 100644
index 0000000000..a373f2cb9b
--- /dev/null
+++ b/.settings/org.eclipse.ltk.core.refactoring.prefs
@@ -0,0 +1,3 @@
+#Tue Dec 13 17:48:53 CET 2005
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
index e643a8035c..c9ea022bf3 100644
--- a/META-INF/MANIFEST.MF
+++ b/META-INF/MANIFEST.MF
@@ -4,3 +4,8 @@ Bundle-Name: scala
Bundle-SymbolicName: ch.epfl.lamp.scala
Bundle-Version: 1.0.0
Bundle-Localization: plugin
+Bundle-ClassPath: distribs/unix/latest/share/nscala/lib/fjbg.jar,
+ distribs/unix/latest/share/nscala/lib/msil.jar,
+ distribs/unix/latest/share/nscala/lib/osc-nstools.jar,
+ distribs/unix/latest/share/nscala/lib/scala.jar,
+ distribs/unix/latest/share/nscala/lib/tools.jar
diff --git a/Test.scala b/Test.scala
deleted file mode 100644
index 1d8d7afd76..0000000000
--- a/Test.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-object Test extends Application {
- if (1 == 0) throw new Error();
- bar;
- def bar = foo;
- def foo = if (true)
- throw new Error();
-}
diff --git a/build.properties b/build.properties
index d19cdbcf4b..b278e2ac70 100644
--- a/build.properties
+++ b/build.properties
@@ -1,4 +1,7 @@
bin.includes = META-INF/,\
distribs/unix/latest/
bin.excludes = distribs/unix/latest/bin/,\
- distribs/unix/latest/share/nscala/bin/
+ distribs/unix/latest/share/nscala/bin/,\
+ distribs/unix/latest/share/nscala/lib/nstools.jar,\
+ distribs/unix/latest/share/nscala/lib/nslib.jar,\
+ distribs/unix/latest/share/nscala/lib/scala.dll