Skip to content

Commit 955bf65

Browse files
authored
Fixed issue #496 Installation on Eclipse 2024-09 (#497)
- Removed the dependency on org.eclipse.jetty.servlet, because it seems to be unnecessary. - Added gwt 2.10.1 and gwt 2.11.0 to the .gitignore file
1 parent 4edb452 commit 955bf65

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ gwt-2.7.0.zip
2323
gwt-2.8*.zip
2424
gwt-2.9*.zip
2525
gwt-2.9.0/
26+
gwt-2.10.1/
27+
gwt-2.11.0/
2628

2729
# TODO remove the others, some of these have been committed
2830
.project

features/com.gwtplugins.eclipse.suite.v3.feature/feature.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<import plugin="org.eclipse.equinox.p2.core"/>
7070
<import plugin="org.eclipse.equinox.p2.operations"/>
7171
<import plugin="org.eclipse.debug.core"/>
72-
<import plugin="org.eclipse.jetty.servlet"/>
7372
<import plugin="org.eclipse.jetty.server"/>
7473
<import plugin="org.eclipse.jetty.util"/>
7574
<import plugin="org.eclipse.swt"/>

plugins/com.gwtplugins.gdt.eclipse.platform/META-INF/MANIFEST.MF

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Require-Bundle: org.eclipse.core.runtime,
3030
org.eclipse.jdt.debug.ui,
3131
org.eclipse.jdt.ui,
3232
org.eclipse.jetty.http,
33-
org.eclipse.jetty.servlet,
3433
org.eclipse.jetty.server,
3534
org.eclipse.jetty.util,
3635
org.eclipse.jface,

0 commit comments

Comments
 (0)