File tree Expand file tree Collapse file tree 11 files changed +17
-17
lines changed
com.microsoft.java.debug.core
com.microsoft.java.debug.plugin
com.microsoft.java.debug.repository Expand file tree Collapse file tree 11 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1616 </natures >
1717 <filteredResources >
1818 <filter >
19- <id >1600224298170 </id >
19+ <id >1665543654766 </id >
2020 <name ></name >
2121 <type >30</type >
2222 <matcher >
2323 <id >org.eclipse.core.resources.regexFilterMatcher</id >
24- <arguments >node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
24+ <arguments >node_modules|\ .git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
2525 </matcher >
2626 </filter >
2727 </filteredResources >
Original file line number Diff line number Diff line change 2828 </natures >
2929 <filteredResources >
3030 <filter >
31- <id >1599036548523 </id >
31+ <id >1665543654702 </id >
3232 <name ></name >
3333 <type >30</type >
3434 <matcher >
3535 <id >org.eclipse.core.resources.regexFilterMatcher</id >
36- <arguments >node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
36+ <arguments >node_modules|\ .git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
3737 </matcher >
3838 </filter >
3939 </filteredResources >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.java</groupId >
77 <artifactId >java-debug-parent</artifactId >
8- <version >0.40 .0</version >
8+ <version >0.41 .0</version >
99 </parent >
1010 <artifactId >com.microsoft.java.debug.core</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 1111 <classpathentry kind =" src" path =" src/main/java" />
1212 <classpathentry exported =" true" kind =" lib" path =" lib/rxjava-2.2.21.jar" />
1313 <classpathentry exported =" true" kind =" lib" path =" lib/reactive-streams-1.0.4.jar" />
14- <classpathentry exported =" true" kind =" lib" path =" lib/com.microsoft.java.debug.core-0.40 .0.jar" sourcepath =" /com.microsoft.java.debug.core" />
14+ <classpathentry exported =" true" kind =" lib" path =" lib/com.microsoft.java.debug.core-0.41 .0.jar" sourcepath =" /com.microsoft.java.debug.core" />
1515 <classpathentry kind =" output" path =" target/classes" />
1616</classpath >
Original file line number Diff line number Diff line change 3939 </natures >
4040 <filteredResources >
4141 <filter >
42- <id >1599036548577 </id >
42+ <id >1665543654719 </id >
4343 <name ></name >
4444 <type >30</type >
4545 <matcher >
4646 <id >org.eclipse.core.resources.regexFilterMatcher</id >
47- <arguments >node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
47+ <arguments >node_modules|\ .git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
4848 </matcher >
4949 </filter >
5050 </filteredResources >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Java Debug Server Plugin
44Bundle-SymbolicName : com.microsoft.java.debug.plugin;singleton:=true
5- Bundle-Version : 0.40 .0
5+ Bundle-Version : 0.41 .0
66Bundle-RequiredExecutionEnvironment : JavaSE-11
77Bundle-ActivationPolicy : lazy
88Bundle-Activator : com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
@@ -25,4 +25,4 @@ Bundle-ClassPath: lib/commons-io-2.11.0.jar,
2525 .,
2626 lib/rxjava-2.2.21.jar,
2727 lib/reactive-streams-1.0.4.jar,
28- lib/com.microsoft.java.debug.core-0.40 .0.jar
28+ lib/com.microsoft.java.debug.core-0.41 .0.jar
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.microsoft.java</groupId >
77 <artifactId >java-debug-parent</artifactId >
8- <version >0.40 .0</version >
8+ <version >0.41 .0</version >
99 </parent >
1010 <artifactId >com.microsoft.java.debug.plugin</artifactId >
1111 <packaging >eclipse-plugin</packaging >
5656 <artifactItem >
5757 <groupId >com.microsoft.java</groupId >
5858 <artifactId >com.microsoft.java.debug.core</artifactId >
59- <version >0.40 .0</version >
59+ <version >0.41 .0</version >
6060 </artifactItem >
6161 </artifactItems >
6262 </configuration >
Original file line number Diff line number Diff line change 1616 </natures >
1717 <filteredResources >
1818 <filter >
19- <id >1600224298119 </id >
19+ <id >1665543654735 </id >
2020 <name ></name >
2121 <type >30</type >
2222 <matcher >
2323 <id >org.eclipse.core.resources.regexFilterMatcher</id >
24- <arguments >node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
24+ <arguments >node_modules|\ .git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
2525 </matcher >
2626 </filter >
2727 </filteredResources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<site >
3- <bundle id =" com.microsoft.java.debug.plugin" version =" 0.40 .0" >
3+ <bundle id =" com.microsoft.java.debug.plugin" version =" 0.41 .0" >
44 <category name =" javadebug" />
55 </bundle >
66 <category-def name =" javadebug" label =" Java Debug Server" />
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >com.microsoft.java</groupId >
66 <artifactId >java-debug-parent</artifactId >
7- <version >0.40 .0</version >
7+ <version >0.41 .0</version >
88 </parent >
99 <artifactId >com.microsoft.java.debug.repository</artifactId >
1010 <packaging >eclipse-repository</packaging >
You can’t perform that action at this time.
0 commit comments