Skip to content

Commit

Permalink
Synchronize jdt.compiler.targetPlatform in J2SE profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jul 17, 2024
1 parent f582f10 commit 95971b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/J2SE-1.2.profile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ org.osgi.framework.system.capabilities = \
osgi.java.profile.name = J2SE-1.2
org.eclipse.jdt.core.compiler.compliance=1.3
org.eclipse.jdt.core.compiler.source=1.3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/J2SE-1.3.profile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ org.osgi.framework.system.capabilities = \
osgi.java.profile.name = J2SE-1.3
org.eclipse.jdt.core.compiler.compliance=1.3
org.eclipse.jdt.core.compiler.source=1.3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.3
org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/J2SE-1.4.profile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ org.osgi.framework.system.capabilities = \
osgi.java.profile.name = J2SE-1.4
org.eclipse.jdt.core.compiler.compliance=1.4
org.eclipse.jdt.core.compiler.source=1.3
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning

0 comments on commit 95971b5

Please sign in to comment.