Changeset 1163 for trunk/testapp/project.xml

Show
Ignore:
Timestamp:
11/13/08 23:49:57 (2 months ago)
Author:
laurentj
Message:

updated some of module.xml files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/testapp/project.xml

    r812 r1163  
    11<?xml version="1.0" encoding="iso-8859-1"?> 
    22<project xmlns="http://jelix.org/ns/project/1.0"> 
    3     <jelix minversion="" maxversion="" /> 
    4     <php  minversion="" maxversion="" /> 
    5     <name></name> 
    6     <version stability=""></version> 
    7     <licence uri=""></licence> 
    8     <authors> 
    9         <author role="lead/tester/developer/core-developer/packager/.." 
    10                 name="" email="" active="true/false"/> 
    11     </authors> 
    12     <infos lang=""> 
    13         <summary> 
    14         </summary> 
    15         <description> 
    16         </description> 
    17         <notes> 
    18         </notes> 
    19     </infos> 
     3    <info id="testapp@jelix.org" name="testapp" createdate="2005-01-01"> 
     4#expand        <version stability="stable" date="">__VERSION__</version> 
     5        <label lang="en-EN">Testapp</label> 
     6        <description lang="en-EN">Application to test Jelix</description> 
     7        <licence URL="http://www.gnu.org/licenses/gpl.html">GPL</licence> 
     8        <copyright>2005-2008 Laurent Jouanneau and other contributors</copyright> 
     9        <creator name="Laurent Jouanneau" email="laurent@jelix.org" active="true" /> 
     10        <!--<contributor name="hisname" email="hisemail@yoursite.undefined" active="true" since="" role=""/>--> 
     11        <homepageURL>http://jelix.org</homepageURL> 
     12    </info> 
     13    <dependencies> 
     14#expand        <jelix minversion="__VERSION__" maxversion="__VERSION__" /> 
     15    </dependencies> 
     16    <directories> 
     17        <config>var/config</config> 
     18        <log>var/log</log> 
     19        <var>var</var> 
     20        <www>www</www> 
     21        <temp>../temp/testapp</temp> 
     22    </directories> 
     23    <entrypoints> 
     24        <entry file="index.php" config="index/config.ini.php" /> 
     25    </entrypoints> 
    2026</project> 
Download in other formats: Unified Diff Zip Archive