Subversion Repositories eFlore/Projets.communes

Compare Revisions

Ignore whitespace Rev 3 → Rev 2

/trunk/.project
New file
0,0 → 1,22
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>communes</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>
/trunk/.buildpath
New file
0,0 → 1,6
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="src" path=""/>
<buildpathentry external="true" kind="lib" path="/home/jpm/web/framework/framework"/>
</buildpath>
/trunk/.settings/org.eclipse.php.core.prefs
New file
0,0 → 1,3
#Sat Dec 25 17:11:35 CET 2010
eclipse.preferences.version=1
include_path=0;/communes\u00051;/home/jpm/web/framework/framework
/trunk/framework.php
New file
0,0 → 1,6
<?php
// Inclusion du Framework
// Renomer ce fichier en "framework.php"
// Indiquyer ci-dessous le chemin absolu vers le fichier Framework.php de la bonne version du Framework
require_once '/home/jpm/web/framework/framework/Framework.php';
?>