• R/O
  • SSH

Commit

Frequently used words (click to add to your profile)

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

最古版。新版→https://osdn.jp/users/tacticsrealize/pf/ChlorophyllUploader/wiki/FrontPage


Commit MetaInfo

Revisionb81e946a766e5f8a3ab44162f1a9762563554cfe (tree)
Zeit2015-07-18 02:03:14
AutorMirrgieRiana
CommiterMirrgieRiana

Log Message

workspace/jp.hishidama: オプションの問題を無視

Ändern Zusammenfassung

Diff

diff -r 2b17489650e3 -r b81e946a766e workspace/jp.hishidama/.classpath
--- a/workspace/jp.hishidama/.classpath Fri Jul 17 21:42:06 2015 +0900
+++ b/workspace/jp.hishidama/.classpath Sat Jul 18 02:03:14 2015 +0900
@@ -1,6 +1,10 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <classpath>
33 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
4- <classpathentry kind="src" path="jp.hishidama"/>
4+ <classpathentry kind="src" path="jp.hishidama">
5+ <attributes>
6+ <attribute name="ignore_optional_problems" value="true"/>
7+ </attributes>
8+ </classpathentry>
59 <classpathentry kind="output" path="bin"/>
610 </classpath>