From: <che...@us...> - 2007-11-04 12:47:34
|
Revision: 1024 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1024&view=rev Author: chef_koch Date: 2007-11-04 04:47:21 -0800 (Sun, 04 Nov 2007) Log Message: ----------- added xmp project file, for releasing the plugin as mpi package Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/README.txt Added Paths: ----------- trunk/plugins/myGUIProgramsAlt/myProgramsAlt.xmp Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-04 12:27:37 UTC (rev 1023) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-04 12:47:21 UTC (rev 1024) @@ -30,13 +30,11 @@ --------------- -- ChangeLog -- --------------- +2007-11-04: chefkoch : plugin is distributed as MPI package from now on +2007-11-04: chefkoch : changed: plugin uses now it's own WindowsIDs (not Window.Files anymore) to prevent problems with old MyPrograms PluginName +2007-11-04: chefkoch : fixed: if default title "My Programs Alt." was used, "My Programs" was displayed in GUI +2007-11-04: chefkoch : fixed exception when no profiles config file was found - -changed: plugin uses now it's own WindowsIDs (not Window.Files anymore) to prevent problems with old MyPrograms PluginName -fixed: if default title "My Programs Alt." was used, "My Programs" was displayed in GUI - -fixed exception when no profiles config file was found - 2007-10-09: chefkoch : new readme layout 2007-10-09: chefkoch : fixed navigation in bluetwo skin file Added: trunk/plugins/myGUIProgramsAlt/myProgramsAlt.xmp =================================================================== --- trunk/plugins/myGUIProgramsAlt/myProgramsAlt.xmp (rev 0) +++ trunk/plugins/myGUIProgramsAlt/myProgramsAlt.xmp 2007-11-04 12:47:21 UTC (rev 1024) @@ -0,0 +1,86 @@ +<MPinstaler> + <ver>1.00.000</ver> + <FileList> + <File> + <FileName>GUIProgramsAlt.dll</FileName> + <Type>Plugin</Type> + <SubType>Window</SubType> + <Source>GUIProgramsAlt\bin\Release\GUIProgramsAlt.dll</Source> + <Id>01010</Id> + <Option /> + <Guid>591a053f-dbfd-42d5-8662-3e506d59c7fc</Guid> + </File> + <File> + <FileName>myProgramsAlt.xml</FileName> + <Type>Skin</Type> + <SubType>BlueTwo</SubType> + <Source>GUIProgramsAlt\skin\BlueTwo\myProgramsAlt.xml</Source> + <Id>02010</Id> + <Option>OutputFileName=|DefaultFile=True|</Option> + <Guid>46a7fbc9-a28e-47a1-a27b-fab318f79c05</Guid> + </File> + <File> + <FileName>myProgramsAltFileInfo.xml</FileName> + <Type>Skin</Type> + <SubType>BlueTwo</SubType> + <Source>GUIProgramsAlt\skin\BlueTwo\myProgramsAltFileInfo.xml</Source> + <Id>02010</Id> + <Option>OutputFileName=|DefaultFile=True|</Option> + <Guid>1fa8dd2b-5119-4363-8600-c0a89858cd02</Guid> + </File> + <File> + <FileName>myProgramsAltPreconfiguration.xml</FileName> + <Type>Other</Type> + <SubType /> + <Source>GUIProgramsAlt\MetaData\myProgramsAltPreconfiguration.xml</Source> + <Id>02010</Id> + <Option /> + <Guid>6b4a0879-a870-42c0-8c81-ca997efa4825</Guid> + </File> + <File> + <FileName>README.txt</FileName> + <Type>Other</Type> + <SubType /> + <Source>README.txt</Source> + <Id>04010</Id> + <Option>OutputFileName=MyPrograms2_ReadMe|DefaultFile=False|</Option> + <Guid>475f4b9d-b611-437e-8214-4a48afcdf6c6</Guid> + </File> + <File> + <FileName>System.Data.SQLite.DLL</FileName> + <Type>Other</Type> + <SubType>plugins\Windows</SubType> + <Source>GUIProgramsAlt\bin\Release\System.Data.SQLite.DLL</Source> + <Id>04010</Id> + <Option /> + <Guid>b6192c05-5345-407e-8410-33b26a2513f6</Guid> + </File> + </FileList> + <StringList /> + <Actions> + <Action Place="POSTSETUP" Id="1" Command="GUIProgramsAlt.dll" /> + </Actions> + <SetupGroups /> + <SetupGroupMappings /> + <Option> + <BuildFileName /> + <ProiectFileName>E:\mediaportal\mediaportal_plugins\myGUIProgramsAlt\myProgramsAlt.xmp</ProiectFileName> + <ProiectName>MyPrograms2</ProiectName> + <Author>chefkoch,northern</Author> + <UpdateURL>http://www.team-mediaportal.com</UpdateURL> + <Version>0.1.0.8</Version> + <Description>myprograms2 is a complete rewrite of weabeard's MyPrograms plugin. it's able to start apps and games.</Description> + <Group>Games</Group> + <Release>Test</Release> + </Option> + <Properties> + <MPMaxVersion /> + <MPMinVersion /> + <MinExtensionVersion /> + <MaxExtensionVersion /> + <ForumURL>http://forum.team-mediaportal.com/my_programs_update-t21757.html?t=21757</ForumURL> + <WebURL /> + <CreationDate>Sunday, November 04, 2007 12:00:00 AM</CreationDate> + <SingleGroupSelect>False</SingleGroupSelect> + </Properties> +</MPinstaler> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |