|
26 | 26 | "configuration.java.dependency.autoRefresh": "Synchronize Java Projects explorer with changes", |
27 | 27 | "configuration.java.dependency.refreshDelay": "The delay time (ms) the auto refresh is invoked when changes are detected", |
28 | 28 | "configuration.java.dependency.packagePresentation": "Package presentation mode: flat or hierarchical", |
29 | | - "configuration.java.project.exportJar.targetPath": "Specifies the output path of export jar. The default value is `${workspaceFolder}/${workspaceFolderBasename}.jar`. To select the output location manually each time exporting the jar file, simply leave it empty or set it to `askUser`.", |
| 29 | + "configuration.java.project.exportJar.targetPath.customization": "The output path of the exported jar. Leave it empty if you want to manually pick the output location.", |
30 | 30 | "configuration.java.project.exportJar.targetPath.workspaceFolder": "Export the jar file into the workspace folder. Its name is the same as the folder's.", |
31 | | - "configuration.java.project.exportJar.targetPath.askUser": "You will select the output location manually each time exporting the jar file.", |
| 31 | + "configuration.java.project.exportJar.targetPath.select": "Select output location manually when exporting the jar file.", |
32 | 32 | "taskDefinitions.java.project.exportJar.label": "The label of export jar task.", |
33 | 33 | "taskDefinitions.java.project.exportJar.elements": "The content list of the exported jar.", |
34 | 34 | "taskDefinitions.java.project.exportJar.mainClass": "The main class in the manifest of the exported jar.", |
35 | | - "taskDefinitions.java.project.exportJar.targetPath": "The output path of the exported jar. This will override configuration.java.project.exportJar.targetPath.", |
36 | 35 | "taskDefinitions.java.project.exportJar.compileOutput": "The folders containing output class files in the runtime scope.", |
37 | 36 | "taskDefinitions.java.project.exportJar.testCompileOutput": "The folders containing output class files in the test scope.", |
38 | 37 | "taskDefinitions.java.project.exportJar.dependencies": "The artifact dependencies in the runtime scope.", |
|
0 commit comments