compile as java 1.5
diff --git a/plugins/org.eclipse.dltk.ruby.activestatedebugger/.classpath b/plugins/org.eclipse.dltk.ruby.activestatedebugger/.classpath
index 751c8f2..64c5e31 100644
--- a/plugins/org.eclipse.dltk.ruby.activestatedebugger/.classpath
+++ b/plugins/org.eclipse.dltk.ruby.activestatedebugger/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/plugins/org.eclipse.dltk.ruby.activestatedebugger/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.dltk.ruby.activestatedebugger/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..af0f20f
--- /dev/null
+++ b/plugins/org.eclipse.dltk.ruby.activestatedebugger/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
diff --git a/plugins/org.eclipse.dltk.ruby.activestatedebugger/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.ruby.activestatedebugger/META-INF/MANIFEST.MF
index c4e8664..0c10435 100644
--- a/plugins/org.eclipse.dltk.ruby.activestatedebugger/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.ruby.activestatedebugger/META-INF/MANIFEST.MF
@@ -16,5 +16,5 @@
  org.eclipse.dltk.ruby.debug,
  org.eclipse.dltk.ruby.launching,
  org.eclipse.dltk.ruby.core
-Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/plugins/org.eclipse.dltk.ruby.fastdebugger/.classpath b/plugins/org.eclipse.dltk.ruby.fastdebugger/.classpath
index 751c8f2..64c5e31 100644
--- a/plugins/org.eclipse.dltk.ruby.fastdebugger/.classpath
+++ b/plugins/org.eclipse.dltk.ruby.fastdebugger/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/plugins/org.eclipse.dltk.ruby.fastdebugger/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.dltk.ruby.fastdebugger/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 0000000..af0f20f
--- /dev/null
+++ b/plugins/org.eclipse.dltk.ruby.fastdebugger/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,7 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
diff --git a/plugins/org.eclipse.dltk.ruby.fastdebugger/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.ruby.fastdebugger/META-INF/MANIFEST.MF
index 07768a4..7a8fe52 100644
--- a/plugins/org.eclipse.dltk.ruby.fastdebugger/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.ruby.fastdebugger/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@
  org.eclipse.dltk.debug.ui;bundle-version="4.0.0",
  org.eclipse.dltk.ruby.core;bundle-version="4.0.0"
 Bundle-Localization: plugin
-Eclipse-LazyStart: true
+Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.dltk.ruby.fastdebugger,
  org.eclipse.dltk.ruby.fastdebugger.preferences
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Bundle-RequiredExecutionEnvironment: J2SE-1.5