diff options
| author | Kalyan Prasad Tatavarthi | 2022-09-15 11:02:07 +0000 |
|---|---|---|
| committer | Kalyan Prasad Tatavarthi | 2022-09-15 11:02:07 +0000 |
| commit | 92aeb06b61c1abafe01a1dfee718d6773f92ddb8 (patch) | |
| tree | efe6b598adac3938342319e13f90387714f588df | |
| parent | 806c591563ae887c4deea43334a03edeac78a8c8 (diff) | |
| download | jdt-92aeb06b61c1abafe01a1dfee718d6773f92ddb8.tar.gz jdt-92aeb06b61c1abafe01a1dfee718d6773f92ddb8.tar.xz jdt-92aeb06b61c1abafe01a1dfee718d6773f92ddb8.zip | |
[18] Update ASTView and JEView Marketplace Entries.
https://github.com/eclipse-jdt/eclipse.jdt.ui/issues/259
Change-Id: I579c2db8209c4c65bcb1f232a2fd835220a81b10
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
| -rw-r--r-- | ui/update-site/content/features/org.eclipse.jdt.astview.feature_1.1.15.202209122059.jar | bin | 0 -> 13049 bytes | |||
| -rw-r--r-- | ui/update-site/content/features/org.eclipse.jdt.jeview.feature_1.0.14.202209122059.jar | bin | 0 -> 13048 bytes | |||
| -rw-r--r-- | ui/update-site/content/plugins/org.eclipse.jdt.astview_1.5.100.202209122059.jar | bin | 0 -> 126655 bytes | |||
| -rw-r--r-- | ui/update-site/content/plugins/org.eclipse.jdt.jeview_1.4.100.202209122059.jar | bin | 0 -> 223450 bytes | |||
| -rw-r--r-- | ui/update-site/content/site.xml | 14 |
5 files changed, 10 insertions, 4 deletions
diff --git a/ui/update-site/content/features/org.eclipse.jdt.astview.feature_1.1.15.202209122059.jar b/ui/update-site/content/features/org.eclipse.jdt.astview.feature_1.1.15.202209122059.jar Binary files differnew file mode 100644 index 0000000..5e41dfd --- /dev/null +++ b/ui/update-site/content/features/org.eclipse.jdt.astview.feature_1.1.15.202209122059.jar diff --git a/ui/update-site/content/features/org.eclipse.jdt.jeview.feature_1.0.14.202209122059.jar b/ui/update-site/content/features/org.eclipse.jdt.jeview.feature_1.0.14.202209122059.jar Binary files differnew file mode 100644 index 0000000..00b0b0e --- /dev/null +++ b/ui/update-site/content/features/org.eclipse.jdt.jeview.feature_1.0.14.202209122059.jar diff --git a/ui/update-site/content/plugins/org.eclipse.jdt.astview_1.5.100.202209122059.jar b/ui/update-site/content/plugins/org.eclipse.jdt.astview_1.5.100.202209122059.jar Binary files differnew file mode 100644 index 0000000..0e2f0f0 --- /dev/null +++ b/ui/update-site/content/plugins/org.eclipse.jdt.astview_1.5.100.202209122059.jar diff --git a/ui/update-site/content/plugins/org.eclipse.jdt.jeview_1.4.100.202209122059.jar b/ui/update-site/content/plugins/org.eclipse.jdt.jeview_1.4.100.202209122059.jar Binary files differnew file mode 100644 index 0000000..4419c68 --- /dev/null +++ b/ui/update-site/content/plugins/org.eclipse.jdt.jeview_1.4.100.202209122059.jar diff --git a/ui/update-site/content/site.xml b/ui/update-site/content/site.xml index 5a3d007..4a6238b 100644 --- a/ui/update-site/content/site.xml +++ b/ui/update-site/content/site.xml @@ -37,7 +37,10 @@ <category name="ast-view"/> </feature> <feature url="features/org.eclipse.jdt.astview.feature_1.1.14.202111291414.jar" id="org.eclipse.jdt.astview.feature" version="1.1.14.202111291414"> - <category name="ast-view-1-1-14"/> + <category name="ast-view"/> + </feature> + <feature url="features/org.eclipse.jdt.astview.feature_1.1.15.202209122059.jar" id="org.eclipse.jdt.astview.feature" version="1.1.15.202209122059"> + <category name="ast-view-1-1-15"/> </feature> <feature url="features/org.eclipse.jdt.jeview.feature_1.0.3.jar" id="org.eclipse.jdt.jeview.feature" version="1.0.3"> <category name="java-element-view"/> @@ -67,7 +70,10 @@ <category name="java-element-view"/> </feature> <feature url="features/org.eclipse.jdt.jeview.feature_1.0.13.202111291415.jar" id="org.eclipse.jdt.jeview.feature" version="1.0.13.202111291415"> - <category name="java-element-view-1-0-13"/> + <category name="java-element-view"/> + </feature> + <feature url="features/org.eclipse.jdt.jeview.feature_1.0.14.202209122059.jar" id="org.eclipse.jdt.jeview.feature" version="1.0.14.202209122059"> + <category name="java-element-view-1-0-14"/> </feature> <feature url="features/org.eclipse.reftracker.feature_1.0.0.jar" id="org.eclipse.reftracker.feature" version="1.0.0"> <category name="heap-search"/> @@ -77,7 +83,7 @@ View to visualize the Java compiler's abstract syntax tree generated for a Java file. </description> </category-def> - <category-def name="ast-view-1-1-14" label="AST View 1.1.14 for Eclipse 2021-12 and later"> + <category-def name="ast-view-1-1-15" label="AST View 1.1.15 for Eclipse 2022-09 and later"> <description> View to visualize the Java compiler's abstract syntax tree generated for a Java file. </description> @@ -87,7 +93,7 @@ View to visualize IJavaElement and IResource handles in the Eclipse SDK. </description> </category-def> - <category-def name="java-element-view-1-0-13" label="JavaElement View 1.0.13 for Eclipse 2021-12 and later"> + <category-def name="java-element-view-1-0-14" label="JavaElement View 1.0.14 for Eclipse 2022-09 and later"> <description> View to visualize IJavaElement and IResource handles in the Eclipse SDK. </description> |
