|
1 | 1 | add.notnull.assertions: |
2 | | - text: Add @NotNull &assertions |
3 | | -eclipse.compiler.error.jar.not.found: |
4 | | - text: |- |
5 | | - Cannot start Eclipse compiler. |
6 | | - The file {0} not found. |
| 2 | + text: Add @NotNull &assertions |
| 3 | +compiler.eclipse.embedded.name: |
| 4 | + text: Eclipse in-process |
7 | 5 | compiler.eclipse.name: |
8 | | - text: Eclipse |
9 | | -eclipse.options.group.title: |
10 | | - text: Eclipse Options |
| 6 | + text: Eclipse |
| 7 | +compiler.javac.name: |
| 8 | + text: Javac |
| 9 | +eclipse.compiler.analyzing: |
| 10 | + text: Analyzing {0} |
| 11 | +eclipse.compiler.error.jar.not.found: |
| 12 | + text: |- |
| 13 | + Cannot start Eclipse compiler. |
| 14 | + The file {0} not found. |
11 | 15 | eclipse.compiler.parsing: |
12 | | - text: Parsing {0} |
| 16 | + text: Parsing {0} |
13 | 17 | eclipse.compiler.reading: |
14 | | - text: Reading classes |
15 | | -eclipse.compiler.analyzing: |
16 | | - text: Analyzing {0} |
17 | | -compiler.eclipse.embedded.name: |
18 | | - text: Eclipse in-process |
19 | | -generate.ant.build.title: |
20 | | - text: Generate Ant Build |
| 18 | + text: Reading classes |
| 19 | +eclipse.options.group.title: |
| 20 | + text: Eclipse Options |
21 | 21 | generate.ant.build.progress.message: |
22 | | - text: Generating ant build... |
23 | | -compiler.javac.name: |
24 | | - text: Javac |
| 22 | + text: Generating ant build... |
| 23 | +generate.ant.build.title: |
| 24 | + text: Generate Ant Build |
25 | 25 | javac.error.jdk.home.missing: |
26 | | - text: |- |
27 | | - Cannot find home directory ''{1}'' for JDK ''{0}''. |
28 | | - Update JDK configuration. |
| 26 | + text: |- |
| 27 | + Cannot find home directory ''{1}'' for JDK ''{0}''. |
| 28 | + Update JDK configuration. |
29 | 29 | javac.error.jdk.is.not.set.for.module: |
30 | | - text: |- |
31 | | - JDK is not set for module ''{0}''. |
32 | | - Update JDK configuration. |
| 30 | + text: |- |
| 31 | + JDK is not set for module ''{0}''. |
| 32 | + Update JDK configuration. |
| 33 | +javac.error.target.jdk.not.supported: |
| 34 | + text: Compilation is not supported for JDK lower 1.5 |
33 | 35 | javac.error.tools.jar.missing: |
34 | | - text: |- |
35 | | - Cannot obtain path javac classes for JDK {0}. |
36 | | - Update JDK configuration. |
| 36 | + text: |- |
| 37 | + Cannot obtain path javac classes for JDK {0}. |
| 38 | + Update JDK configuration. |
37 | 39 | javac.error.unknown.jdk.version: |
38 | | - text: |- |
39 | | - Cannot determine version for JDK {0}. |
40 | | - Update JDK configuration. |
41 | | -javac.error.target.jdk.not.supported: |
42 | | - text: Compilation is not supported for JDK lower 1.5 |
| 40 | + text: |- |
| 41 | + Cannot determine version for JDK {0}. |
| 42 | + Update JDK configuration. |
0 commit comments