aboutsummaryrefslogtreecommitdiff
path: root/package.xml
blob: 667d72ef9091865f592da965cf2dadb2ab428327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.4.6" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>sfIsisImporter</name>
 <channel>plugins.symfony-project.org</channel>
 <summary>isis database importer</summary>
 <description>ISIS Database importer classes</description>
 <lead>
  <name>Equipe de Desenvolvimento da Cinemateca Brasileira</name>
  <user>bcc</user>
  <email>bcc@cinemateca.org.br</email>
  <active>yes</active>
 </lead>
 <date>2010-07-28</date>
 <time>11:00:00</time>
 <version>
  <release>0.1.0</release>
  <api>0.1.0</api>
 </version>
 <stability>
  <release>alpha</release>
  <api>alpha</api>
 </stability>
 <license uri="http://www.gnu.org/licenses/gpl.html">GPLv3 license</license>
 <notes>-</notes>
 <contents>
  <dir name="/">
   <file role="data" name="README" />
   <file role="data" name="LICENSE" />
   <dir name="lib">
     <file role="data" name="sfIsisImporter.class.php" />
     <file role="data" name="sfIsisImporterLog.class.php" />
     <file role="data" name="sfIsisImporterStats.class.php" />
     <file role="data" name="sfIsisImporterManager.class.php" />
     <file role="data" name="sfIsisImporterEntities.class.php" />
     <file role="data" name="sfIsisImporterRelations.class.php" />
     <dir name="lib">
       <file role="data" name="mySfTask.class.php" />
       <file role="data" name="isisImportTask.class.php" />
     </dir>
   </dir>
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.3.3</min>
   </php>
   <pearinstaller>
    <min>1.4.1</min>
   </pearinstaller>
   <package>
    <name>symfony</name>
    <channel>pear.symfony-project.com</channel>
    <min>1.3.0</min>
    <max>1.5.0</max>
    <exclude>1.5.0</exclude>
   </package>
  </required>
 </dependencies>
 <phprelease />
 <changelog />
</package>