~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/SwissFactory/SwissFactory.xml

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>    
 
2
<!DOCTYPE I2CEConfiguration SYSTEM "I2CE_Configuration.dtd">
 
3
<I2CEConfiguration name='swissfactory'>     
 
4
  <metadata>
 
5
    <displayName>Swiss Factory</displayName>   
 
6
    <className>I2CE_Module_SwissFactory</className>
 
7
    <category>Administration</category>
 
8
    <description>The Swiss Factory Magic Data Editing System</description>
 
9
    <creator>Intrahealth Informatics</creator>
 
10
    <email>hris@capacityproject.org</email>
 
11
    <link>https://launchpad.net/i2ce</link>
 
12
    <version>4.0.0</version>
 
13
    <path name='classes'>
 
14
      <value>./lib</value>
 
15
    </path>
 
16
    <path name='templates'> 
 
17
      <value>./templates</value> 
 
18
    </path>
 
19
    <path name='modules'>
 
20
      <value>./modules</value>
 
21
    </path>
 
22
    <path name='css'>
 
23
      <value>./css</value> 
 
24
    </path>
 
25
    <requirement name='pages'>
 
26
      <atLeast version='4.0'/>
 
27
      <lessThan version='4.1'/>
 
28
    </requirement>
 
29
    <requirement name='FormWorm'>
 
30
      <atLeast version='4.0'/>
 
31
      <lessThan version='4.1'/>
 
32
    </requirement>
 
33
  </metadata>
 
34
</I2CEConfiguration>