ログ日記

作業ログと日記とメモ

eclipseのGWT Designerのビルダーパッケージが変わっていた

diff --git a/.project b/.project
index 6b7c76c..f866eab 100644
--- a/.project
+++ b/.project
@@ -6,7 +6,7 @@
        </projects>
        <buildSpec>
                <buildCommand>
-                       <name>com.instantiations.designer.gwt.GWTBuilder</name>
+                       <name>com.google.gdt.eclipse.designer.GWTBuilder</name>
                        <arguments>
                        </arguments>
                </buildCommand>
@@ -28,7 +28,7 @@
        </buildSpec>
        <natures>
                <nature>org.eclipse.jdt.core.javanature</nature>
-               <nature>com.instantiations.designer.gwt.GWTNature</nature>
+               <nature>com.google.gdt.eclipse.designer.GWTNature</nature>
                <nature>com.google.gwt.eclipse.core.gwtNature</nature>
        </natures>
 </projectDescription>

プロジェクトのプロパティでWebツールキットを使用するチェックを一度オフにしてからオンにしたら新しい設定に書き換わる。


迂闊にプラグインをアップデートしない方が良かったな…。
他にも影響がありそうな予感。