Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2013
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.97 KB | None | 0 0
  1. <dotnetnuke type="Package" version="5.0">
  2.   <packages>
  3.     <package name="Dnn.JMAQBConnex" type="Module" version="1.0.0">
  4.       <friendlyName>QB Connex</friendlyName>
  5.       <description>QB Connex</description>
  6.       <owner>
  7.         <name>JMA Web Technologies</name>
  8.         <organization></organization>
  9.         <url>http://www.jmawebtechnologies.com</url>
  10.         <email>info@jmawebtechnologies.com</email>
  11.       </owner>
  12.       <license></license>
  13.       <releaseNotes></releaseNotes>
  14.       <dependencies></dependencies>
  15.       <components>
  16.         <component type="Module">
  17.           <desktopModule>
  18.             <moduleName>Dnn.JMAQBConnex</moduleName>
  19.             <foldername>Dnn.JMAQBConnex</foldername>
  20.             <businessControllerClass>Dnn.JMAQBConnex.JMAQBController, Dnn.JMAQBConnex</businessControllerClass>
  21.             <supportedFeatures>
  22.               <supportedFeature type="Portable" />
  23.               <supportedFeature type="Searchable" />
  24.               <supportedFeature type="Upgradeable" />
  25.             </supportedFeatures>
  26.             <moduleDefinitions>
  27.               <moduleDefinition>
  28.                 <friendlyName>QuickBooksConnex</friendlyName>
  29.                 <defaultCacheTime>0</defaultCacheTime>
  30.                 <moduleControls>
  31.                   <moduleControl>
  32.                     <controlKey></controlKey>
  33.                     <controlSrc>DesktopModules/Dnn.JMAQBConnex/QuickBooksConnex.ascx</controlSrc>
  34.                     <supportsPartialRendering>False</supportsPartialRendering>
  35.                     <controlTitle></controlTitle>
  36.                     <controlType>View</controlType>
  37.                     <iconFile></iconFile>
  38.                     <helpUrl></helpUrl>
  39.                   </moduleControl>
  40.                 </moduleControls>
  41.               </moduleDefinition>
  42.             </moduleDefinitions>
  43.           </desktopModule>
  44.           <eventMessage>
  45.             <processorType>DotNetNuke.Entities.Modules.EventMessageProcessor, DotNetNuke</processorType>
  46.             <processorCommand>UpgradeModule</processorCommand>
  47.             <attributes>
  48.               <businessControllerClass>Dnn.JMAQBConnex.JMAQBController, Dnn.JMAQBConnex</businessControllerClass>
  49.               <desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
  50.               <upgradeVersionsList>01.00.00</upgradeVersionsList>
  51.             </attributes>
  52.           </eventMessage>
  53.         </component>
  54.         <component type="Assembly">
  55.           <assemblies>
  56.             <basePath>bin</basePath>
  57.             <assembly>
  58.               <name>Dnn.JMAQBConnex.dll</name>
  59.             </assembly>
  60.           </assemblies>
  61.         </component>
  62.         <component type="Script">
  63.           <scripts>
  64.             <basePath>DesktopModules\Dnn.JMAQBConnex</basePath>
  65.             <script type="Install">
  66.               <path>Providers\DataProviders\SqlDataProvider</path>
  67.               <name>01.00.00.SqlDataProvider</name>
  68.               <version>01.00.00</version>
  69.             </script>
  70.             <script type="UnInstall">
  71.               <path>Providers\DataProviders\SqlDataProvider</path>
  72.               <name>Uninstall.SqlDataProvider</name>
  73.               <version>01.00.00</version>
  74.             </script>
  75.           </scripts>
  76.         </component>
  77.         <component type="File">
  78.           <files>
  79.             <basePath>DesktopModules\Dnn.JMAQBConnex</basePath>
  80.             <file>
  81.               <path>App_LocalResources\</path>
  82.               <name>ViewTest.ascx.resx</name>
  83.             </file>
  84.             <file>
  85.               <path></path>
  86.               <name>ViewTest.ascx</name>
  87.             </file>
  88.           </files>
  89.         </component>
  90.         <component type="File">
  91.           <files>
  92.             <basePath>DesktopModules\Dnn.JMAQBConnex</basePath>
  93.             <file>
  94.               <path></path>
  95.               <name>QuickBooksConnex.ascx</name>
  96.             </file>
  97.           </files>
  98.         </component>
  99.       </components>
  100.     </package>
  101.   </packages>
  102. </dotnetnuke>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement