Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.88 KB | None | 0 0
  1. <!-- PotsAgeList.xml -->
  2. <agelist>
  3.     <age>
  4.         <name>MyAwesomeAge</name>
  5.         <description>This is an awesome age! try it out!</description>
  6.         <version>1.0</version>
  7.         <checksum>XXXXXXXX</checksum>
  8.         <path>PoTS/MyAwseomAge-%v.cap</path>
  9.     </age>
  10. </agelist>
  11.  
  12. <!-- MoulAgeList.xml -->
  13. <agelist>
  14.     <age>
  15.         <name>MyAwesomeAge</name>
  16.         <description>This is an awesome age! try it out!</description>
  17.         <version>1.0</version>
  18.         <checksum>YYYYYYYY</checksum>
  19.         <path>MOUL/MyAwseomAge-%v.cap</path>
  20.     </age>
  21. </agelist>
  22.  
  23. <!-- PotsBetaAgeList.xml -->
  24. <agelist>
  25.     <age>
  26.         <name>MyAwesomeAge</name>
  27.         <description>This is an awesome age! try it out!</description>
  28.         <version>1.1</version>
  29.         <checksum>ZZZZZZZZ</checksum>
  30.         <path>PoTS-beta/MyAwseomAge-%v.cap</path>
  31.     </age>
  32. </agelist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement