jarkko
committed
on 21 Mar 07
Updated simulation to 1.1 so that the db upgrade scripts will be run.
openacs-4/.../simulation/simulation.info (+7 -6)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="simulation" url="http://openacs.org/repository/apm/packages/simulation" type="apm_application">
5 5     <package-name>Simulation</package-name>
6 6     <pretty-plural>Simulations</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>f</singleton-p>
9 9     <auto-mount>simulation</auto-mount>
10 10
11       <version name="1.0.4" url="http://openacs.org/repository/download/apm/simulation-1.0.4.apm">
12           <owner url="mailto:team@collaboraid.biz">Collaboraid ApS</owner>
  11     <version name="1.1" url="http://openacs.org/repository/download/apm/simulation-1.1.apm">
13 12         <owner url="mailto:jarkko@jlaine.net">O'Design</owner>
  13         <owner url="mailto:team@collaboraid.biz">Collaboraid ApS</owner>
14 14         <summary>Workflow-based task simulator.  Build scenario
15 15         templates in which various roles must complete tasks such as
16 16         sending messages and uploading documents.  Then enroll groups
17 17         of students into cases, cast the students into roles, and
18 18         monitor progress.  Developed as a legal education tool for
19 19         www.rechtenonline.nl.</summary>
20           <release-date>2005-12-01</release-date>
  20         <release-date>2007-03-21</release-date>
  21         <maturity>0</maturity>
21 22
22           <provides url="simulation" version="1.0.4"/>
  23         <provides url="simulation" version="1.1"/>
23 24         <requires url="acs-mail-lite" version="0.2a"/>
24 25         <requires url="bcms" version="0.2"/>
25 26         <requires url="workflow" version="2.0.0b3"/>
26 27
27 28         <callbacks>
28               <callback type="before-unmount"  proc="simulation::apm::before_unmount"/>
29               <callback type="after-mount"  proc="simulation::apm::after_mount"/>
30 29             <callback type="after-install"  proc="simulation::apm::after_install"/>
31 30             <callback type="after-instantiate"  proc="simulation::apm::after_instantiate"/>
  31             <callback type="after-mount"  proc="simulation::apm::after_mount"/>
  32             <callback type="before-unmount"  proc="simulation::apm::before_unmount"/>
32 33         </callbacks>
33 34         <parameters>
34 35             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="AvailabilityInfoFile"  default="rc-004" description="File name of the availability info page. The file must exist in the directory."/>
35 36             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CityBuildHelpFile"  default="rc-008" description="Filename of the CityBuild help manual. A file with that name must exist in the directory."/>
36 37             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ColophonFile"  default="rc-007" description="Filename of the colophon page. A file with that name must exist in the directory."/>
37 38             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="ContactInformationFile"  default="rc-006" description="Filename of the contact information page. A file with that name must exist in the directory."/>
38 39             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="MainHelpFile"  default="rc-005" description="The filename of the Main help file. A file with that name must exist in the directory."/>
39 40             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="MapHelpFile"  default="rc-001" description="Object name (and uri) of the help file for the Sieberdam map. Is used in Simulation home page and all other pages that display the map."/>
40 41             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="MapXMLFilePath"  description="The full file path for the XML file with info about objects to be displayed on the simulation map (for example /var/www/simulation/map.xml). If left empty no XML file will be generated."/>
41 42             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="SieberdamHistoryFile"  default="rc-002" description="Filename of the Sieberdam history. A file with that name must exist in the directory."/>
42 43             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="SieberdamRocsInfoFile"  default="rc-003" description="The file name of the Sieberdam/ROCS info file. The file with that filename must reside in the directory."/>
43 44             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="SimBuildHelpFile"  default="rc-009" description="SimBuild help manual file name. A file with that name must exist in the directory."/>
44 45             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="SimInstHelpFile"  default="rc-010" description="The filename of the SimInst help manual. A file with that name must exist in the directory."/>
45 46             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="SimPlayHelpFile"  default="rc-011" description="The filename of the SimPlay help manual. A file with that name must exist in the directory."/>
46 47         </parameters>
47 48
48 49     </version>
49 50 </package>