Tema: Eclipse PDT
Pogledajte određenu poruku
Staro 30. 06. 2007.   #16
_korso_
profesionalac
Qualified
 
Avatar _korso_
 
Datum učlanjenja: 21.06.2007
Poruke: 166
Hvala: 27
42 "Hvala" u 23 poruka
_korso_ is on a distinguished road
Default

Da to je problem. .project fajlovi se razlikuju kod njih.

phpeclipse

Kôd:
<buildSpec>
    <buildCommand>
        <name>net.sourceforge.phpeclipse.parserbuilder</name>
        <arguments>
        </arguments>
    </buildCommand>
</buildSpec>
<natures>
    <nature>net.sourceforge.phpeclipse.phpnature</nature>
</natures>
</buildSpec>
pdt:

Kôd:
<projectDescription>
	<name>xxxxxx</name>
	<comment></comment>
	<projects>
	</projects>
	<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>
</projectDescription>
_korso_ je offline   Odgovorite uz citat