• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision117 (tree)
Time2015-10-04 20:14:18
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/plugin/com.sysdeo.eclipse.tomcat/src/com/sysdeo/eclipse/tomcat/TomcatBootstrap.java (revision 116)
+++ trunk/plugin/com.sysdeo.eclipse.tomcat/src/com/sysdeo/eclipse/tomcat/TomcatBootstrap.java (revision 117)
@@ -280,11 +280,11 @@
280280 */
281281 private void print(final TomcatProject tomcatProject, final IProject project, final ArrayList<String> al) {
282282 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+ }
288288
289289 File cpFile = file.getLocation().makeAbsolute().toFile();
290290 if (cpFile.exists()) {