Browse CVS Repository
Contents of /undmail/proto/POPEngineAndPOPController/PlugInInfo.plist
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Wed Jan 29 13:46:19 2003 UTC
(21 years, 2 months ago)
by masakih
Branch: MAIN
CVS Tags: HEAD
add POP's
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 |
<plist version="1.0"> |
| 4 |
<array> |
| 5 |
<dict> |
| 6 |
<key>ClassName</key> |
| 7 |
<string>PantomimePOPEngineWrapper</string> |
| 8 |
<key>Description</key> |
| 9 |
<string>using Pantomime</string> |
| 10 |
<key>Provide</key> |
| 11 |
<string>POPEngine</string> |
| 12 |
</dict> |
| 13 |
<dict> |
| 14 |
<key>ClassName</key> |
| 15 |
<string>PrototypePOPController</string> |
| 16 |
<key>Description</key> |
| 17 |
<string>simple protoype</string> |
| 18 |
<key>Provide</key> |
| 19 |
<string>POPController</string> |
| 20 |
</dict> |
| 21 |
</array> |
| 22 |
</plist> |
|