File tree Expand file tree Collapse file tree
com.microsoft.jdtls.ext.activator
com.microsoft.jdtls.ext.core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to the "vscode-java-dependency" extension will be documented
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## 0.15.0
8+ ### Added
9+ - Support exporting jar with custom task. [ PR #350 ] ( https://github.com/microsoft/vscode-java-dependency/pull/350 )
10+ - Add ` rename ` into the view context menu. [ PR #353 ] ( https://github.com/microsoft/vscode-java-dependency/pull/353 )
11+ - Add context value for folder nodes in the Java Projects explorer. [ PR #365 ] ( https://github.com/microsoft/vscode-java-dependency/pull/365 )
12+
13+ ### Changed
14+ - Update the icon of exporting jar. [ PR #360 ] ( https://github.com/microsoft/vscode-java-dependency/pull/360 )
15+
16+ ### Fixed
17+ - [ Bugs fixed] ( https://github.com/microsoft/vscode-java-dependency/issues?q=is%3Aissue+label%3Abug+milestone%3A0.15.0+is%3Aclosed )
18+
719## 0.14.0
820### Added
921- Add a new setting ` java.project.exportJar.targetPath ` to specify target path when exporting jar. [ #330 ] ( https://github.com/microsoft/vscode-java-dependency/issues/330 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : JDTLS EXT Activator
44Bundle-SymbolicName : com.microsoft.jdtls.ext.activator;singleton:=true
5- Bundle-Version : 0.14 .0
5+ Bundle-Version : 0.15 .0
66Bundle-Activator : com.microsoft.jdtls.ext.activator.JdtlsExtActivator
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88Import-Package : org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.jdtls.ext</groupId >
77 <artifactId >jdtls-ext-parent</artifactId >
8- <version >0.14 .0</version >
8+ <version >0.15 .0</version >
99 </parent >
1010 <artifactId >com.microsoft.jdtls.ext.activator</artifactId >
1111 <packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : JDTLS EXT Core
44Bundle-SymbolicName : com.microsoft.jdtls.ext.core;singleton:=true
5- Bundle-Version : 0.14 .0
5+ Bundle-Version : 0.15 .0
66Bundle-Activator : com.microsoft.jdtls.ext.core.JdtlsExtActivator
77Bundle-RequiredExecutionEnvironment : JavaSE-1.8
88Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.jdtls.ext</groupId >
77 <artifactId >jdtls-ext-parent</artifactId >
8- <version >0.14 .0</version >
8+ <version >0.15 .0</version >
99 </parent >
1010 <artifactId >com.microsoft.jdtls.ext.core</artifactId >
1111 <packaging >eclipse-plugin</packaging >
Original file line number Diff line number Diff line change 44 <groupId >com.microsoft.jdtls.ext</groupId >
55 <artifactId >jdtls-ext-parent</artifactId >
66 <name >${base.name} :: Parent</name >
7- <version >0.14 .0</version >
7+ <version >0.15 .0</version >
88 <packaging >pom</packaging >
99 <properties >
1010 <base .name>Java Project Manager</base .name>
Original file line number Diff line number Diff line change 22 "name" : " vscode-java-dependency" ,
33 "displayName" : " Project Manager for Java" ,
44 "description" : " %description%" ,
5- "version" : " 0.14 .0" ,
5+ "version" : " 0.15 .0" ,
66 "publisher" : " vscjava" ,
77 "preview" : true ,
88 "aiKey" : " 5c642b22-e845-4400-badb-3f8509a70777" ,
3131 "main" : " ./dist/extension" ,
3232 "contributes" : {
3333 "javaExtensions" : [
34- " ./server/com.microsoft.jdtls.ext.core-0.14 .0.jar" ,
35- " ./server/com.microsoft.jdtls.ext.activator-0.14 .0.jar"
34+ " ./server/com.microsoft.jdtls.ext.core-0.15 .0.jar" ,
35+ " ./server/com.microsoft.jdtls.ext.activator-0.15 .0.jar"
3636 ],
3737 "commands" : [
3838 {
You can’t perform that action at this time.
0 commit comments