Skip to content

Commit

Permalink
Fixed issue gwt-plugins#496 Installation on Eclipse 2024-09 (gwt-plug…
Browse files Browse the repository at this point in the history
…ins#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
  • Loading branch information
keinhaar authored Sep 17, 2024
1 parent 4edb452 commit 955bf65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ gwt-2.7.0.zip
gwt-2.8*.zip
gwt-2.9*.zip
gwt-2.9.0/
gwt-2.10.1/
gwt-2.11.0/

# TODO remove the others, some of these have been committed
.project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<import plugin="org.eclipse.equinox.p2.core"/>
<import plugin="org.eclipse.equinox.p2.operations"/>
<import plugin="org.eclipse.debug.core"/>
<import plugin="org.eclipse.jetty.servlet"/>
<import plugin="org.eclipse.jetty.server"/>
<import plugin="org.eclipse.jetty.util"/>
<import plugin="org.eclipse.swt"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.debug.ui,
org.eclipse.jdt.ui,
org.eclipse.jetty.http,
org.eclipse.jetty.servlet,
org.eclipse.jetty.server,
org.eclipse.jetty.util,
org.eclipse.jface,
Expand Down

0 comments on commit 955bf65

Please sign in to comment.