Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading