~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/manage/modules/ManageTrainingCourse/modules/ManageTrainingSimpleCompetency/ManageTrainingSimpleCompetency.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='manage-training-simple-competency'>     
 
4
  <metadata>
 
5
    <displayName>Manage Training Competency (Simple)</displayName>   
 
6
    <category>Application Component</category>
 
7
    <description>Makes the Simple Competency module available to iHRIS Manage training course module</description>
 
8
    <creator>Intrahealth Informatics</creator>
 
9
    <email>hris@capacityproject.org</email>
 
10
    <link>https://launchpad.net/ihris-manage</link>
 
11
    <version>4.0.0</version>
 
12
    <requirement name='manage-training-course'>
 
13
      <atLeast version='4.0'/>
 
14
      <lessThan version='4.1'/>
 
15
    </requirement>
 
16
    <requirement name='training-simple-competency'>
 
17
      <atLeast version='4.0'/>
 
18
      <lessThan version='4.1'/>
 
19
    </requirement>
 
20
  </metadata>
 
21
</I2CEConfiguration>