|
Revision 1163, 1.2 kB
(checked in by laurentj, 3 weeks ago)
|
updated some of module.xml files
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="iso-8859-1"?> |
|---|
| 2 |
<project xmlns="http://jelix.org/ns/project/1.0"> |
|---|
| 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> |
|---|
| 26 |
</project> |
|---|