Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion ui/astview/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ul>
<li>
Source is included in the plugin archives or available via
<a href="https://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/tree/org.eclipse.jdt.astview">web</a> or via
<a href="https://github.com/eclipse-jdt/eclipse.jdt.ui/tree/master/org.eclipse.jdt.astview">web</a> or via
Project: <code>org.eclipse.jdt.astview</code>
</li>
</ul>
Expand All @@ -55,6 +55,11 @@
<h4>Manual Install:</h4>
<p>
<ul>
<li>
for Eclipse 2022-09 and higher
<a href="https://www.eclipse.org/jdt/ui/update-site/content/plugins/org.eclipse.jdt.astview_1.5.100.202209122059.jar">org.eclipse.jdt.astview_1.5.100.202209122059.jar</a>
(copy to 'dropins' directory)
</li>
<li>
for Eclipse 2021-12 and higher
<a href="https://www.eclipse.org/jdt/ui/update-site/content/plugins/org.eclipse.jdt.astview_1.5.0.202111291414.jar">org.eclipse.jdt.astview_1.5.0.202111291414.jar</a>
Expand Down
7 changes: 6 additions & 1 deletion ui/jeview/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<h4>Source:</h4>
<ul>
<li>
Source is included in the plugin archives or available via <a href="https://git.eclipse.org/c/jdt/eclipse.jdt.ui.git/tree/org.eclipse.jdt.jeview">web</a> or via
Source is included in the plugin archives or available via <a href="https://github.com/eclipse-jdt/eclipse.jdt.ui/tree/master/org.eclipse.jdt.jeview">web</a> or via
Project: <code>org.eclipse.jdt.jeview</code>
</li>
</ul>
Expand All @@ -55,6 +55,11 @@
<h4>Manual Install:</h4>
<p>
<ul>
<li>
for Eclipse 2022-09 and higher
<a href="https://www.eclipse.org/jdt/ui/update-site/content/plugins/org.eclipse.jdt.jeview_1.4.100.202209122059.jar">org.eclipse.jdt.jeview_1.4.100.202209122059.jar</a>
(copy to 'dropins' directory)
</li>
<li>
for Eclipse 2021-12 and higher
<a href="https://www.eclipse.org/jdt/ui/update-site/content/plugins/org.eclipse.jdt.jeview_1.4.0.202111291415.jar">org.eclipse.jdt.jeview_1.4.0.202111291415.jar</a>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 10 additions & 4 deletions ui/update-site/content/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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"/>
Expand All @@ -77,7 +83,7 @@
View to visualize the Java compiler&apos;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&apos;s abstract syntax tree generated for a Java file.
</description>
Expand All @@ -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>
Expand Down