|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <?pde version="3.5"?> |
3 | 3 |
|
4 | | -<product name="Rosetta" uid="rosetta" id="io.opencaesar.rosetta.rcp.product" application="org.eclipse.ui.ide.workbench" version="2.12.0" type="features" includeLaunchers="true" autoIncludeRequirements="true"> |
| 4 | +<product name="Rosetta" uid="rosetta" id="io.opencaesar.rosetta.rcp.product" application="org.eclipse.ui.ide.workbench" version="2.13.0" type="features" includeLaunchers="true" autoIncludeRequirements="true"> |
5 | 5 |
|
6 | 6 | <aboutInfo> |
7 | 7 | <image path="/io.opencaesar.rosetta.rcp/images/about.png"/> |
|
32 | 32 | </launcher> |
33 | 33 |
|
34 | 34 | <vm> |
35 | | - <linux include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17</linux> |
36 | | - <macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17</macos> |
37 | | - <windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17</windows> |
| 35 | + <linux include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21</linux> |
| 36 | + <macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21</macos> |
| 37 | + <windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21</windows> |
38 | 38 | </vm> |
39 | 39 |
|
40 | 40 | <license> |
41 | 41 | <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
42 | 42 | <text> |
43 | | - Copyright © 2020-2023 California Institute of Technology. Government Sponsorship Acknowledged. |
| 43 | + Copyright © 2020-2025 California Institute of Technology. Government Sponsorship Acknowledged. |
44 | 44 |
|
45 | 45 | Licensed under the Apache License, Version 2.0 (the "License"); |
46 | 46 | you may not use this file except in compliance with the License. |
@@ -75,7 +75,7 @@ limitations under the License. |
75 | 75 |
|
76 | 76 | <repositories> |
77 | 77 | <repository location="https://www.opencaesar.io/oml-p2/" name="OML" enabled="true" /> |
78 | | - <repository location="http://download.eclipse.org/releases/2024-06" name="Eclipse" enabled="true" /> |
| 78 | + <repository location="http://download.eclipse.org/releases/2025-06" name="Eclipse" enabled="true" /> |
79 | 79 | <repository location="https://www.opencaesar.io/oml-rosetta-p2/" name="Rosetta" enabled="true" /> |
80 | 80 | </repositories> |
81 | 81 |
|
|
0 commit comments