|
Revision 61, 364 bytes
(checked in by d0nut, 6 years ago)
|
|
donation made some organizational steps forward. The optional packages now have dummy files for cronjobs, eventlisteners and icons. the concept will work ;)
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE data SYSTEM "http://www.woltlab.com/DTDs/eventListeners.dtd"> |
|---|
| 3 | <data> |
|---|
| 4 | <import> |
|---|
| 5 | <eventlistener> |
|---|
| 6 | <eventclassname>DonationForm</eventclassname> |
|---|
| 7 | <eventname>assignVariables</eventname> |
|---|
| 8 | <listenerclassfile>lib/system/event/listener/DonationFormPayPalListener.class.php</listenerclassfile> |
|---|
| 9 | </eventlistener> |
|---|
| 10 | </import> |
|---|
| 11 | </data> |
|---|