| Revision | 118 (tree) |
|---|---|
| Time | 2015-10-04 22:10:35 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -503,7 +503,7 @@ | ||
| 503 | 503 | for (final IClasspathEntry entry : this.javaProject.getRawClasspath()) { |
| 504 | 504 | if (!((entry.getEntryKind() == IClasspathEntry.CPE_VARIABLE) |
| 505 | 505 | && (entry.getPath().toOSString().startsWith( |
| 506 | - TomcatLauncherPlugin.getDefault().getTomcatIPath().toOSString())))) { | |
| 506 | + TomcatLauncherPlugin.getTomcatIPath().toOSString())))) { | |
| 507 | 507 | cp.add(entry); |
| 508 | 508 | } |
| 509 | 509 | } |