Skip to content

Commit

Permalink
Eclipse 4.30 (RC2) JDT Patch for Groovy-Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Nov 29, 2023
1 parent d5d3f2b commit 6578c0b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion groovy-eclipse.setup
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<repository
url="https://download.eclipse.org/eclipse/updates/4.30"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.30-I-builds/I20231115-1800"/>
url="https://download.eclipse.org/eclipse/updates/4.30-I-builds/I20231123-1700"/>
</repositoryList>
<repositoryList
name="2023-09">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</license>

<requires>
<import feature="org.eclipse.jdt" version="3.19.300.v20231115-2128" patch="true"/>
<import feature="org.eclipse.jdt" version="3.19.300.v20231123-1700" patch="true"/>
</requires>

<plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public abstract class CategorizedProblem implements IProblem {
* @since 3.18
*/
public static final int CAT_COMPLIANCE = 170;
/** Category for problems related to preview features
/** Category for problems related to preview features
* @since 3.20*/
public static final int CAT_PREVIEW_RELATED = 180;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<property name="classname"
value="org.eclipse.jdt.core.tests.compiler.regression.TestAll"/>
<property name="vmargs"
value="-Dcompliance.jre.11=1.8,9,10,11 -Dcompliance.jre.16=1.8,11,15,16 -Dcompliance.jre.17=1.8,11,16,17"
value="-Dcompliance.jre.17=1.7,1.8,11,17 -Dcompliance.jre.21=1.8,11,17,20,21 -Dcompliance.jre.22=1.8,11,17,21,22 -Dcompliance.jre.23=1.8,11,17,21,23"
/>
</ant>

Expand Down
1 change: 0 additions & 1 deletion jdt-patch/e430/org.eclipse.jdt.core/pom.bak
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<baselineMode>warn</baselineMode>
<baselineReplace>common</baselineReplace>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<repository>
<id>milestone</id>
<layout>p2</layout>
<url>https://download.eclipse.org/eclipse/updates/4.30-I-builds/I20231115-1800</url>
<url>https://download.eclipse.org/eclipse/updates/4.30-I-builds/I20231123-1700</url>
</repository>
</repositories>
<modules>
Expand Down

0 comments on commit 6578c0b

Please sign in to comment.