Changeset 1163

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/build/buildjelix.php

    r1158 r1163  
    224224} 
    225225jManifest::process('build/manifests/jelix-others.mn','.', $BUILD_TARGET_PATH , ENV::getAll()); 
     226jManifest::process('build/manifests/jelix-modules.mn', '.', $BUILD_TARGET_PATH, ENV::getAll()); 
    226227jManifest::process('build/manifests/jelix-admin-modules.mn', '.', $BUILD_TARGET_PATH, ENV::getAll()); 
    227228 
  • trunk/build/manifests/jelix-admin-modules.mn

    r873 r1163  
    22 
    33cd lib/jelix-admin-modules/jacl2_admin 
    4   module.xml 
     4*  module.xml 
    55cd lib/jelix-admin-modules/jacl2_admin/locales/en_EN 
    66  acl2.UTF-8.properties 
  • trunk/build/manifests/jelix-lib.mn

    r1158 r1163  
    250250  jWSDL.class.php 
    251251 
    252 cd lib/jelix-modules 
    253   LICENCE 
    254   INSTALL 
    255   CREDITS 
    256  
    257 cd lib/jelix-modules/jacldb 
    258   module.xml 
    259   events.xml 
    260 cd lib/jelix-modules/jacldb/classes 
    261 !  jacldb.listener.php 
    262 cd lib/jelix-modules/jacl2db 
    263   module.xml 
    264   events.xml 
    265 cd lib/jelix-modules/jacl2db/classes 
    266 !  jacl2db.listener.php 
    267 cd lib/jelix-modules/jauth 
    268   module.xml 
    269   events.xml 
    270 cd lib/jelix-modules/jauth/classes 
    271 !  jauth.listener.php 
    272 cd lib/jelix-modules/jauth/controllers 
    273 ! login.classic.php 
    274 ! loginsw.classic.php 
    275 cd lib/jelix-modules/jauth/daos 
    276   jelixuser.dao.xml 
    277 cd lib/jelix-modules/jauth/install/var/config 
    278   auth.coord.ini.php 
    279   authsw.coord.ini.php 
    280 cd lib/jelix-modules/jauth/locales/en_US 
    281 cch auth.UTF-8.properties(auth.%charset%.properties) 
    282 cch autherror.UTF-8.properties(autherror.%charset%.properties) 
    283 cd lib/jelix-modules/jauth/locales/en_EN 
    284 cch auth.UTF-8.properties(auth.%charset%.properties) 
    285 cch autherror.UTF-8.properties(autherror.%charset%.properties) 
    286 cd lib/jelix-modules/jauth/locales/fr_FR 
    287 cch auth.UTF-8.properties(auth.%charset%.properties) 
    288 cch autherror.UTF-8.properties(autherror.%charset%.properties) 
    289 cd lib/jelix-modules/jauth/templates 
    290   login.form.tpl 
    291   index.tpl 
    292 cd lib/jelix-modules/jauth/zones 
    293 ! loginform.zone.php 
    294  
    295 cd lib/jelix-modules/jWSDL 
    296   module.xml 
    297 cd lib/jelix-modules/jWSDL/controllers 
    298   WSDL.classic.php 
    299 cd lib/jelix-modules/jWSDL/templates 
    300   soap_doc.tpl 
    301 cd lib/jelix-modules/jWSDL/locales/en_EN 
    302 cch errors.UTF-8.properties(errors.%charset%.properties) 
    303 cd lib/jelix-modules/jWSDL/locales/en_US 
    304 cch errors.UTF-8.properties(errors.%charset%.properties) 
    305 cd lib/jelix-modules/jWSDL/locales/fr_FR 
    306 cch errors.UTF-8.properties(errors.%charset%.properties) 
    307  
    308 cd lib/jelix-plugins 
    309   LICENCE 
    310   INSTALL 
    311   CREDITS 
    312 cd lib/jelix-plugins/auth/ 
    313 cd lib/jelix-plugins/acl/ 
    314 cd lib/jelix-plugins/acl2/ 
    315 cd lib/jelix-plugins/coord/ 
    316 cd lib/jelix-plugins/db/ 
    317 cd lib/jelix-plugins/urls/ 
    318 cd lib/jelix-plugins/tpl/ 
    319 cd lib/jelix-plugins/wr_rules/ 
    320  
    321252cd lib/jelix/plugins/acl/db 
    322253  db.acl.php 
  • trunk/build/manifests/jelix-modules.mn

    r505 r1163  
     1cd lib/jelix-modules 
     2  LICENCE 
     3  INSTALL 
     4  CREDITS 
    15 
     6cd lib/jelix-modules/jacldb 
     7* module.xml 
     8  events.xml 
     9cd lib/jelix-modules/jacldb/classes 
     10!  jacldb.listener.php 
     11cd lib/jelix-modules/jacl2db 
     12* module.xml 
     13  events.xml 
     14cd lib/jelix-modules/jacl2db/classes 
     15!  jacl2db.listener.php 
     16cd lib/jelix-modules/jauth 
     17* module.xml 
     18  events.xml 
     19cd lib/jelix-modules/jauth/classes 
     20!  jauth.listener.php 
     21cd lib/jelix-modules/jauth/controllers 
     22! login.classic.php 
     23! loginsw.classic.php 
     24cd lib/jelix-modules/jauth/daos 
     25  jelixuser.dao.xml 
     26cd lib/jelix-modules/jauth/install/var/config 
     27  auth.coord.ini.php 
     28  authsw.coord.ini.php 
     29cd lib/jelix-modules/jauth/locales/en_US 
     30cch auth.UTF-8.properties(auth.%charset%.properties) 
     31cch autherror.UTF-8.properties(autherror.%charset%.properties) 
     32cd lib/jelix-modules/jauth/locales/en_EN 
     33cch auth.UTF-8.properties(auth.%charset%.properties) 
     34cch autherror.UTF-8.properties(autherror.%charset%.properties) 
     35cd lib/jelix-modules/jauth/locales/fr_FR 
     36cch auth.UTF-8.properties(auth.%charset%.properties) 
     37cch autherror.UTF-8.properties(autherror.%charset%.properties) 
     38cd lib/jelix-modules/jauth/templates 
     39  login.form.tpl 
     40  index.tpl 
     41cd lib/jelix-modules/jauth/zones 
     42! loginform.zone.php 
    243 
     44cd lib/jelix-modules/jWSDL 
     45* module.xml 
     46cd lib/jelix-modules/jWSDL/controllers 
     47  WSDL.classic.php 
     48cd lib/jelix-modules/jWSDL/templates 
     49  soap_doc.tpl 
     50cd lib/jelix-modules/jWSDL/locales/en_EN 
     51cch errors.UTF-8.properties(errors.%charset%.properties) 
     52cd lib/jelix-modules/jWSDL/locales/en_US 
     53cch errors.UTF-8.properties(errors.%charset%.properties) 
     54cd lib/jelix-modules/jWSDL/locales/fr_FR 
     55cch errors.UTF-8.properties(errors.%charset%.properties) 
     56 
     57cd lib/jelix-plugins 
     58  LICENCE 
     59  INSTALL 
     60  CREDITS 
     61cd lib/jelix-plugins/auth/ 
     62cd lib/jelix-plugins/acl/ 
     63cd lib/jelix-plugins/acl2/ 
     64cd lib/jelix-plugins/coord/ 
     65cd lib/jelix-plugins/db/ 
     66cd lib/jelix-plugins/urls/ 
     67cd lib/jelix-plugins/tpl/ 
     68cd lib/jelix-plugins/wr_rules/ 
     69 
  • trunk/build/manifests/testapp.mn

    r1081 r1163  
    11cd testapp 
    2  
    3   project.xml 
     2* project.xml 
    43  .htaccess 
    54  application.init.php 
  • trunk/lib/jelix-admin-modules/jacl2_admin/module.xml

    r873 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
     3    <info id="jacl2_admin@modules.jelix.org" name="jacl2_admin" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">jAcl2 administration</label> 
     6        <description lang="en-EN">Web interface to manage rights with jAcl2</description> 
     7        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     8        <copyright>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="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     15    </dependencies> 
    316</module> 
  • trunk/lib/jelix-modules/jacl2db/module.xml

    r864 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
    3  
     3    <info id="jacl2db@modules.jelix.org" name="jacl2db" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">jAcl2Db listener</label> 
     6        <description lang="en-EN">jAuth listener for jAcl2DB</description> 
     7        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     8        <copyright>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="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     15    </dependencies> 
    416</module> 
  • trunk/lib/jelix-modules/jacldb/module.xml

    r737 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
    3  
     3    <info id="jacldb@modules.jelix.org" name="jacldb" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">jAclDb listener</label> 
     6        <description lang="en-EN">jAuth listener for jAclDB</description> 
     7        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     8        <copyright>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="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     15    </dependencies> 
    416</module> 
  • trunk/lib/jelix-modules/jauth/module.xml

    r386 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
    3  
     3    <info id="jauth@modules.jelix.org" name="jauth" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">basic web interface for jAuth</label> 
     6        <description lang="en-EN">It provides a login form, a controller to login and logout, and 
     7        a basic dao.</description> 
     8        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     9        <copyright>2008 Laurent Jouanneau and other contributors</copyright> 
     10        <creator name="Laurent Jouanneau" email="laurent@jelix.org" active="true" /> 
     11        <!--<contributor name="hisname" email="hisemail@yoursite.undefined" active="true" since="" role=""/>--> 
     12        <homepageURL>http://jelix.org</homepageURL> 
     13    </info> 
     14    <dependencies> 
     15#expand        <jelix minversion="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     16#expand        <plugin id="auth-coord@plugins.jelix.org" name="auth"  minversion="__LIB_VERSION__" maxversion="__LIB_VERSION__"/> 
     17    </dependencies> 
    418</module> 
  • trunk/lib/jelix-modules/junittests/module.xml

    r461 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
     3    <info id="junittests@modules.jelix.org" name="junittests" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">Web interfaces for simple test</label> 
     6        <description lang="en-EN">Provides a web interface to run tests from simpletest</description> 
     7        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     8        <copyright>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="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     15    </dependencies> 
    316</module> 
  • trunk/lib/jelix-modules/jWSDL/module.xml

    r879 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
    3  
     3    <info id="jwsdl@modules.jelix.org" name="jwsdl" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">jWSDL</label> 
     6        <description lang="en-EN">WSDL generator for SOAP web services</description> 
     7        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     8        <copyright>2008 Sylvain de Vathaire</copyright> 
     9        <creator name="Sylvain de Vathaire" /> 
     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="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     15    </dependencies> 
    416</module> 
  • trunk/lib/jelix/core-modules/jelix/module.xml

    r386 r1163  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<module xmlns="http://jelix.org/ns/module/1.0"> 
    3  
     3    <info id="jelix@modules.jelix.org" name="jelix" createdate=""> 
     4#expand        <version stability="stable">__LIB_VERSION__</version> 
     5        <label lang="en-EN">Jelix Main Module</label> 
     6        <description lang="en-EN">Main module of jelix which contains some ressources needed by jelix classes</description> 
     7        <licence URL="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL 2.1</licence> 
     8        <copyright>2005-2008 Laurent Jouanneau and other contributors</copyright> 
     9        <creator name="Laurent Jouanneau" 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="__LIB_VERSION__" maxversion="__LIB_VERSION__" /> 
     15    </dependencies> 
    416</module> 
  • trunk/lib/jelix/docs/ns/item_infos.rng

    r1159 r1163  
    127127            <attribute name="maxversion" /> 
    128128            <attribute name="minversion" /> 
     129            <optional> 
     130               <attribute name="edition"> 
     131                  <value>dev</value> 
     132                  <value>opt</value> 
     133                  <value>gold</value> 
     134               </attribute> 
     135            </optional> 
    129136         </element> 
    130137         <zeroOrMore> 
  • trunk/testapp/modules/testapp/controllers/main.classic.php

    r314 r1163  
    33* @package     testapp 
    44* @subpackage  testapp module 
    5 * @version     $Id$ 
    65* @author      Jouanneau Laurent 
    76* @contributor 
  • 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