• 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

Revision118 (tree)
Time2015-10-04 22:10:35
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/plugin/com.sysdeo.eclipse.tomcat/src/com/sysdeo/eclipse/tomcat/TomcatProject.java (revision 117)
+++ trunk/plugin/com.sysdeo.eclipse.tomcat/src/com/sysdeo/eclipse/tomcat/TomcatProject.java (revision 118)
@@ -503,7 +503,7 @@
503503 for (final IClasspathEntry entry : this.javaProject.getRawClasspath()) {
504504 if (!((entry.getEntryKind() == IClasspathEntry.CPE_VARIABLE)
505505 && (entry.getPath().toOSString().startsWith(
506- TomcatLauncherPlugin.getDefault().getTomcatIPath().toOSString())))) {
506+ TomcatLauncherPlugin.getTomcatIPath().toOSString())))) {
507507 cp.add(entry);
508508 }
509509 }