Skip to content

Commit e9bc646

Browse files
committed
1 parent 150b180 commit e9bc646

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

docs/Manual-Setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ These are old instructions for setting up a Groovy-Eclipse development environme
44

55
### Get the Base Eclipse Package
66

7-
Groovy-Eclipse is intended to be developed using Eclipse. Download and install [the "Eclipse IDE for Eclipse Committers" package](https://eclipse.org/downloads/packages/release/2024-12/r/eclipse-ide-eclipse-committers) for your operating system.
7+
Groovy-Eclipse is intended to be developed using Eclipse. Download and install [the "Eclipse IDE for Eclipse Committers" package](https://eclipse.org/downloads/packages/release/2025-03/r/eclipse-ide-eclipse-committers) for your operating system.
88

99
### Install Groovy-Eclipse
1010

11-
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, paste the Groovy-Eclipse update site `https://groovy.jfrog.io/artifactory/plugins-release/e4.34` into the *Work with:* field and press enter. Check the box next to "Main Package", then click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
11+
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, paste the Groovy-Eclipse update site `https://groovy.jfrog.io/artifactory/plugins-release/e4.35` into the *Work with:* field and press enter. Check the box next to "Main Package", then click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
1212

1313
### Setup Groovy Compiler
1414

1515
If you installed extra Groovy compiler versions, then you must activate Groovy 3.0 compiler for Groovy-Eclipse. On the Eclipse menu bar, select *Window -> Preferences*. In the *Preferences* window, go to *Groovy -> Compiler*. Click the *Switch to 3.0.24* button, and let Eclipse restart.
1616

1717
### Install Execution Environment Descriptions
1818

19-
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, select `2024-12 - https://download.eclipse.org/releases/2024-12` from the *Work with:* field and enter "exeuction" in the filter. Check the boxes next to "API Tools Execution Environment Descriptions", and click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
19+
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, select `2025-03 - https://download.eclipse.org/releases/2025-03` from the *Work with:* field and enter "exeuction" in the filter. Check the boxes next to "API Tools Execution Environment Descriptions", and click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
2020

2121
![API Baseline](images/eclipse-api-tools-execution-environment.png)
2222

extras/groovy-eclipse-batch-builder/build.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ version5.0=5.0.0-01
99
do-50-build=true
1010

1111
# location of the plugins directory for the eclipse install
12-
eclipse.install.plugins=C:/Users/Public/Eclipse-4.34/plugins
12+
eclipse.install.plugins=C:/Users/Public/Eclipse-4.35/plugins
1313

1414
# location of the cloned groovy-eclipse git repository
1515
git.repo.loc=C:/Users/Name/workspace/groovy-eclipse
1616

1717
# which JDT Core patch is active in your workspace?
18-
jdt.patch.target=e434
18+
jdt.patch.target=e435

groovy-eclipse.setup

+3-5
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<setupTask
8888
xsi:type="setup:VariableTask"
8989
name="eclipse.target.platform"
90-
defaultValue="2024-12"
90+
defaultValue="2025-03"
9191
storageURI="scope://Workspace"
9292
label="Target Platform">
9393
<choice
@@ -144,15 +144,15 @@
144144
</setupTask>
145145
<setupTask
146146
xsi:type="setup.p2:P2Task"
147-
filter="(| (scope.product.version.name=2025-03) (scope.product.version.name=latest))">
147+
filter="(| (scope.product.version.name=2025-03) (scope.product.version.name=latest) (scope.product.version.name=latest.released))">
148148
<requirement
149149
name="org.codehaus.groovy.m2eclipse.feature.feature.group"/>
150150
<repository
151151
url="https://groovy.jfrog.io/artifactory/plugins-release/e4.35"/>
152152
</setupTask>
153153
<setupTask
154154
xsi:type="setup.p2:P2Task"
155-
filter="(| (scope.product.version.name=2024-12) (scope.product.version.name=latest.released))">
155+
filter="(scope.product.version.name=2024-12)">
156156
<requirement
157157
name="org.codehaus.groovy.m2eclipse.feature.feature.group"/>
158158
<repository
@@ -310,8 +310,6 @@
310310
url="https://download.eclipse.org/releases/2025-03"/>
311311
<repository
312312
url="https://download.eclipse.org/eclipse/updates/4.35"/>
313-
<repository
314-
url="https://download.eclipse.org/eclipse/updates/4.35-I-builds/I20250228-0140"/>
315313
</repositoryList>
316314
<repositoryList
317315
name="2024-12">

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@
105105
<layout>p2</layout>
106106
<url>https://download.eclipse.org/eclipse/updates/4.35</url>
107107
</repository>
108-
<repository>
109-
<id>milestone</id>
110-
<layout>p2</layout>
111-
<url>https://download.eclipse.org/eclipse/updates/4.35-I-builds/I20250228-0140</url>
112-
</repository>
113108
</repositories>
114109
<modules>
115110
<module>jdt-patch/e435/org.eclipse.jdt.core</module>

0 commit comments

Comments
 (0)