| Revision | 117 (tree) |
|---|---|
| Time | 2015-10-04 20:14:18 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -280,11 +280,11 @@ | ||
| 280 | 280 | */ |
| 281 | 281 | private void print(final TomcatProject tomcatProject, final IProject project, final ArrayList<String> al) { |
| 282 | 282 | IFile file = null; |
| 283 | - if (tomcatProject.getRootDirFolder() == null) { | |
| 284 | - file = project.getFile(new Path(WEBAPP_CLASSPATH_FILENAME)); | |
| 285 | - } else { | |
| 286 | - file = tomcatProject.getRootDirFolder().getFile(new Path(WEBAPP_CLASSPATH_FILENAME)); | |
| 287 | - } | |
| 283 | + if (tomcatProject.getRootDirFolder() == null) { | |
| 284 | + file = project.getFile(new Path(WEBAPP_CLASSPATH_FILENAME)); | |
| 285 | + } else { | |
| 286 | + file = tomcatProject.getRootDirFolder().getFile(new Path(WEBAPP_CLASSPATH_FILENAME)); | |
| 287 | + } | |
| 288 | 288 | |
| 289 | 289 | File cpFile = file.getLocation().makeAbsolute().toFile(); |
| 290 | 290 | if (cpFile.exists()) { |