Skip to main content

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

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




Back to the top