[eclipse] 手動でPDTプロジェクトを設定する方法

IRC FAQ - Eclipsepedia

.projectファイルに以下のセクションを追加する。

<buildSpec>
    <buildCommand>
        <name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
        <arguments></arguments>
    </buildCommand>
    <buildCommand>
        <name>org.eclipse.wst.validation.validationbuilder</name>
        <arguments></arguments>
    </buildCommand>
</buildSpec>
<natures>
    <nature>org.eclipse.php.core.PHPNature</nature>
</natures>

トラックバック(0)

このブログ記事を参照しているブログ一覧: 手動でPDTプロジェクトを設定する方法

このブログ記事に対するトラックバックURL: http://www.pistolfly.jp/mt/mt-tb-alt.cgi/432

コメントする