Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emf-dev] Re: PHP Tooling in modeling projects

Feel free to switch it to the PDT nature/builder.

Nick

On 2/8/09, Eike Stepper <stepper@xxxxxxxxxx> wrote:
> Hi,
>
> I started using Eclipse PDT for the PHP projects of my homepage, which
> is a great help.
> To configure the PDT include path I need to reference the /modeling
> module (which I have locally in my workspace as a project as well).
> PDT only allows to reference other PDT projects. But unfortunately the
> /modeling project is already a net.sourceforge.phpeclipse project.
> The SourceForge nature and the PDT nature are mutually exclusive.
>
>
> If nobody is using the SourceForge tooling (anymore) I'd suggest to
> change it to the PDT tooling:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <projectDescription>
>     <name>modeling</name>
>     <comment></comment>
>     <projects>
>     </projects>
>     <buildSpec>
>         <buildCommand>
>             <name>org.eclipse.dltk.core.scriptbuilder</name>
>             <arguments>
>             </arguments>
>         </buildCommand>
>         <buildCommand>
>             <name>org.eclipse.php.core.PhpIncrementalProjectBuilder</name>
>             <arguments>
>             </arguments>
>         </buildCommand>
>     </buildSpec>
>     <natures>
>         <nature>org.eclipse.php.core.PHPNature</nature>
>     </natures>
> </projectDescription>
>
> If someone is still using the SourceForge tooling I'd like to ask if we
> can remove the .project file from CVS and add a .cvsignore to protect it
> against accidental addition.
>
> Any thoughts?
>
> Cheers
> /Eike
>
> ----
> http://thegordian.blogspot.com
>
>
>

-- 
Sent from my mobile device

Nick Boldt :: JBoss, a division of Red Hat
Productization Lead :: JBoss Tools & Dev Studio
Release Engineer :: Eclipse Modeling & Dash CBI
http://wiki.eclipse.org/User:Nickb


Back to the top