From: <ro...@us...> - 2011-05-26 15:49:45
|
Revision: 4226 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4226&view=rev Author: rolenof Date: 2011-05-26 15:49:39 +0000 (Thu, 26 May 2011) Log Message: ----------- Modified Paths: -------------- trunk/plugins/Burner/MpeRelease/update.xml Modified: trunk/plugins/Burner/MpeRelease/update.xml =================================================================== --- trunk/plugins/Burner/MpeRelease/update.xml 2011-05-26 15:45:09 UTC (rev 4225) +++ trunk/plugins/Burner/MpeRelease/update.xml 2011-05-26 15:49:39 UTC (rev 4226) @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="utf-8"?> +<ExtensionCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> + <Items> + <PackageClass> + <Version>2.0</Version> + <Groups> + <Items> + <GroupItem Name="Default"> + <DisplayName>Default</DisplayName> + <DefaulChecked>false</DefaulChecked> + <Description>Default</Description> + <Files> + <Items /> + </Files> + </GroupItem> + </Items> + </Groups> + <Sections> + <Items /> + </Sections> + <Dependencies> + <Items /> + </Dependencies> + <GeneralInfo> + <Name>Burner</Name> + <Id>df4d06b5-b67b-413a-86de-3d161b2ae3d6</Id> + <Author>Mat, MP team, Sergey Filippov</Author> + <HomePage /> + <ForumPage /> + <UpdateUrl>https://mp-plugins.svn.sourceforge.net/svnroot/mp-plugins/trunk/plugins/Burner/MpeRelease/update.xml</UpdateUrl> + <Version> + <Major>1</Major> + <Minor>0</Minor> + <Build>0</Build> + <Revision>4223</Revision> + </Version> + <ExtensionDescription>Burner will allow you to burn audio, video and data CDs and DVDs</ExtensionDescription> + <VersionDescription /> + <DevelopmentStatus>Beta</DevelopmentStatus> + <OnlineLocation>https://mp-plugins.svn.sourceforge.net/svnroot/mp-plugins/trunk/plugins/Burner/MpeRelease/Burner_1.0.0.4223.mpe1</OnlineLocation> + <ReleaseDate>2011-05-26T19:33:19.421875+04:00</ReleaseDate> + <Tags>burn dvd cd</Tags> + <Location /> + <Params> + <Items> + <SectionParam Name="Icon"> + <Value /> + <ValueType>File</ValueType> + <Description>The icon file of the package (jpg,png,bmp)</Description> + </SectionParam> + <SectionParam Name="Online Icon"> + <Value /> + <ValueType>String</ValueType> + <Description>The icon file of the package stored online (jpg,png,bmp)</Description> + </SectionParam> + <SectionParam Name="Configuration file"> + <Value /> + <ValueType>Template</ValueType> + <Description>The file used to configure the extension. + If have .exe extension the will be executed + If have .dll extension used like MP plugin configuration</Description> + </SectionParam> + <SectionParam Name="Online Screenshots"> + <Value /> + <ValueType>String</ValueType> + <Description>Online stored screenshot urls separated by ; </Description> + </SectionParam> + <SectionParam Name="Force to uninstall on update"> + <Value>yes</Value> + <ValueType>Bool</ValueType> + <Description>Show dialog and force to uninstall previous version when updating an extension. Should only be disabled if you are using an NSIS/MSI installer.</Description> + </SectionParam> + </Items> + </Params> + </GeneralInfo> + <UniqueFileList> + <Items /> + </UniqueFileList> + <ProjectSettings> + <FolderGroups /> + </ProjectSettings> + </PackageClass> + </Items> +</ExtensionCollection> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |