Last change
on this file since 11102 was
3824,
checked in by Henrik Bettermann, 16 years ago
|
implement configuration object (step 1)
Configuration file must be created with create_configuration_file.py
|
File size:
533 bytes
|
Rev | Line | |
---|
[3689] | 1 | <?xml version="1.0"?> |
---|
| 2 | <object name="campus"> |
---|
| 3 | <property name="Title">University Portal</property> |
---|
| 4 | <object name="academics" portal_type="AcademicsFolder" /> |
---|
| 5 | <object name="accommodation" portal_type="AccoFolder" /> |
---|
| 6 | <object name="students" portal_type="StudentsFolder" /> |
---|
| 7 | <object name="pins" portal_type="ScratchCardBatchesFolder" /> |
---|
| 8 | <object name="uploads" portal_type="UploadsFolder" /> |
---|
| 9 | <object name="documents" portal_type="DocumentsFolder" /> |
---|
[3824] | 10 | <object name="configuration" portal_type="WAeUPConfiguration" /> |
---|
[3689] | 11 | </object> |
---|
Note: See
TracBrowser for help on using the repository browser.