Subversion Repositories oidplus

Rev

Rev 828 | Go to most recent revision | View as "text/xml" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <manifest
  3.         xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1"
  4.         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.         xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_page.xsd">
  6.  
  7.         <type>ViaThinkSoft\OIDplus\OIDplusPagePluginPublic</type>
  8.  
  9.         <info>
  10.                 <name>Objects</name>
  11.                 <author>ViaThinkSoft</author>
  12.                 <license>Apache 2.0</license>
  13.                 <version />
  14.                 <descriptionHTML />
  15.                 <oid>1.3.6.1.4.1.37476.2.5.2.4.1.0</oid>
  16.         </info>
  17.  
  18.         <php>
  19.                 <mainclass>ViaThinkSoft\OIDplus\OIDplusPagePublicObjects</mainclass>
  20.         </php>
  21.  
  22.         <css>
  23.                 <file>OIDplusPagePublicObjects.css</file>
  24.         </css>
  25.  
  26.         <js>
  27.                 <file>OIDplusPagePublicObjects.js</file>
  28.         </js>
  29.        
  30. </manifest>
  31.