File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
org.eclipse.xtext.relengutil Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 7
7
</classpathentry >
8
8
<classpathentry kind =" src" path =" src" />
9
9
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
10
- <classpathentry kind =" output" path =" bin " />
10
+ <classpathentry kind =" output" path =" target/classes " />
11
11
</classpath >
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
+ org.eclipse.jdt.core.builder.cleanOutputFolder =clean
3
+ org.eclipse.jdt.core.builder.duplicateResourceTask =warning
4
+ org.eclipse.jdt.core.builder.invalidClasspath =abort
5
+ org.eclipse.jdt.core.builder.recreateModifiedClassFileInOutputFolder =ignore
6
+ org.eclipse.jdt.core.builder.resourceCopyExclusionFilter =*.launch, *.xtend
7
+ org.eclipse.jdt.core.circularClasspath =error
8
+ org.eclipse.jdt.core.classpath.exclusionPatterns =enabled
9
+ org.eclipse.jdt.core.classpath.mainOnlyProjectHasTestOnlyDependency =ignore
10
+ org.eclipse.jdt.core.classpath.multipleOutputLocations =enabled
11
+ org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource =error
2
12
org.eclipse.jdt.core.compiler.codegen.targetPlatform =17
3
13
org.eclipse.jdt.core.compiler.compliance =17
14
+ org.eclipse.jdt.core.compiler.maxProblemPerUnit =100
4
15
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
5
16
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
6
17
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
18
org.eclipse.jdt.core.compiler.problem.forbiddenReference =warning
8
19
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
9
20
org.eclipse.jdt.core.compiler.release =enabled
10
21
org.eclipse.jdt.core.compiler.source =17
22
+ org.eclipse.jdt.core.incompatibleJDKLevel =ignore
23
+ org.eclipse.jdt.core.incompleteClasspath =error
Original file line number Diff line number Diff line change 1
- # Wed Aug 12 21:10:17 CEST 2009
2
1
eclipse.preferences.version =1
2
+ org.eclipse.jdt.launching.PREF_COMPILER_COMPLIANCE_DOES_NOT_MATCH_JRE =warning
3
3
org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE =ignore
You can’t perform that action at this time.
0 commit comments