Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2006-12-01 01:39:00 +0000
committerspingel2006-12-01 01:39:00 +0000
commit5a87f32bba8eacc6492864453835152e0495bd3a (patch)
tree275f14761fe1382b1065d78af508ecda4a8e264e /org.eclipse.mylyn.trac.ui
parent1ae98be516fc77417b4dade78a3c951a8a11c22f (diff)
downloadorg.eclipse.mylyn.tasks-5a87f32bba8eacc6492864453835152e0495bd3a.tar.gz
org.eclipse.mylyn.tasks-5a87f32bba8eacc6492864453835152e0495bd3a.tar.xz
org.eclipse.mylyn.tasks-5a87f32bba8eacc6492864453835152e0495bd3a.zip
NEW - bug 165610: Project settings for org.eclipse.mylar.trac.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=165610
Diffstat (limited to 'org.eclipse.mylyn.trac.ui')
-rw-r--r--org.eclipse.mylyn.trac.ui/.classpath2
-rw-r--r--org.eclipse.mylyn.trac.ui/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF1
3 files changed, 8 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.trac.ui/.classpath b/org.eclipse.mylyn.trac.ui/.classpath
index 751c8f2e5..304e86186 100644
--- a/org.eclipse.mylyn.trac.ui/.classpath
+++ b/org.eclipse.mylyn.trac.ui/.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="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.mylyn.trac.ui/.settings/org.eclipse.jdt.core.prefs b/org.eclipse.mylyn.trac.ui/.settings/org.eclipse.jdt.core.prefs
index 55f1275f3..4748a9d74 100644
--- a/org.eclipse.mylyn.trac.ui/.settings/org.eclipse.jdt.core.prefs
+++ b/org.eclipse.mylyn.trac.ui/.settings/org.eclipse.jdt.core.prefs
@@ -1,10 +1,15 @@
-#Fri Oct 13 02:37:36 CEST 2006
+#Thu Nov 30 20:27:15 EST 2006
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.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
diff --git a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
index c62be7519..b11736c27 100644
--- a/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.trac.ui/META-INF/MANIFEST.MF
@@ -18,3 +18,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.mylar.internal.trac.ui,
org.eclipse.mylar.internal.trac.ui.editor,
org.eclipse.mylar.internal.trac.ui.wizard
+Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top