mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 09:35:23 +02:00
Fix JDT Preferences for ssh (j2se-1.4 compliance, organize-imports settings)
This commit is contained in:
parent
ddd6fff4a6
commit
0763e22d4a
4 changed files with 17 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<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.4"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
#Fri Jul 07 11:19:10 CEST 2006
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.4
|
||||||
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.4
|
|
@ -0,0 +1,7 @@
|
||||||
|
#Fri Jul 07 11:19:10 CEST 2006
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
internal.default.compliance=user
|
||||||
|
org.eclipse.jdt.ui.ignorelowercasenames=true
|
||||||
|
org.eclipse.jdt.ui.importorder=java;javax;org;com;org.eclipse.rse;
|
||||||
|
org.eclipse.jdt.ui.ondemandthreshold=99
|
||||||
|
org.eclipse.jdt.ui.staticondemandthreshold=99
|
|
@ -15,3 +15,4 @@ Require-Bundle: org.eclipse.rse.subsystems.files.ftp,
|
||||||
org.eclipse.core.runtime
|
org.eclipse.core.runtime
|
||||||
Eclipse-LazyStart: true
|
Eclipse-LazyStart: true
|
||||||
Export-Package: org.eclipse.rse.examples.daytime
|
Export-Package: org.eclipse.rse.examples.daytime
|
||||||
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue