File tree Expand file tree Collapse file tree 14 files changed +51
-21
lines changed
Expand file tree Collapse file tree 14 files changed +51
-21
lines changed Original file line number Diff line number Diff line change 55* ~
66/build /shared /reference.zip
77
8+ * .x
9+
810# temporary, until we complete the move to IntelliJ
911* .iml
1012/.idea
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/AdoptOpenJDK 11 [11.0.6] " >
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11 " >
55 <attributes >
66 <attribute name =" module" value =" true" />
77 </attributes >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -11" >
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk -11" >
55 <attributes >
66 <attribute name =" module" value =" true" />
77 </attributes >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11" >
5+ <attributes >
6+ <attribute name =" module" value =" true" />
7+ </attributes >
8+ </classpathentry >
59 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing4-app" />
610 <classpathentry kind =" output" path =" bin" />
711</classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/AdoptOpenJDK 11 [11.0.6] " >
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11 " >
55 <attributes >
66 <attribute name =" module" value =" true" />
77 </attributes >
Original file line number Diff line number Diff line change 44 <classpathentry kind =" src" path =" src" />
55 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing4-app" />
66 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing4-core" />
7- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/AdoptOpenJDK 11 [11.0.6] " >
7+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11 " >
88 <attributes >
99 <attribute name =" module" value =" true" />
1010 </attributes >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
33 <classpathentry kind =" src" path =" src" />
4- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11" >
5+ <attributes >
6+ <attribute name =" module" value =" true" />
7+ </attributes >
8+ </classpathentry >
59 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing4-core" />
610 <classpathentry kind =" output" path =" bin" />
711</classpath >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
33org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
55org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
6- org.eclipse.jdt.core.compiler.compliance =1.8
6+ org.eclipse.jdt.core.compiler.compliance =11
77org.eclipse.jdt.core.compiler.debug.lineNumber =generate
88org.eclipse.jdt.core.compiler.debug.localVariable =generate
99org.eclipse.jdt.core.compiler.debug.sourceFile =generate
1010org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
11+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
1112org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
13+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
1214org.eclipse.jdt.core.compiler.release =disabled
13- org.eclipse.jdt.core.compiler.source =1.8
15+ org.eclipse.jdt.core.compiler.source =11
Original file line number Diff line number Diff line change 22<classpath >
33 <classpathentry kind =" src" path =" src" />
44 <classpathentry combineaccessrules =" false" kind =" src" path =" /processing4-core" />
5- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11" >
6+ <attributes >
7+ <attribute name =" module" value =" true" />
8+ </attributes >
9+ </classpathentry >
610 <classpathentry kind =" output" path =" bin" />
711</classpath >
Original file line number Diff line number Diff line change 11eclipse.preferences.version =1
22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
33org.eclipse.jdt.core.compiler.codegen.methodParameters =do not generate
4- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.8
4+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =11
55org.eclipse.jdt.core.compiler.codegen.unusedLocal =preserve
6- org.eclipse.jdt.core.compiler.compliance =1.8
6+ org.eclipse.jdt.core.compiler.compliance =11
77org.eclipse.jdt.core.compiler.debug.lineNumber =generate
88org.eclipse.jdt.core.compiler.debug.localVariable =generate
99org.eclipse.jdt.core.compiler.debug.sourceFile =generate
1010org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
11+ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures =disabled
1112org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
13+ org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures =warning
1214org.eclipse.jdt.core.compiler.release =disabled
13- org.eclipse.jdt.core.compiler.source =1.8
15+ org.eclipse.jdt.core.compiler.source =11
1416org.eclipse.jdt.core.formatter.align_type_members_on_columns =false
1517org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression =18
1618org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation =0
You can’t perform that action at this time.
0 commit comments