Author: abock Date: Sat Feb 16 21:09:32 2008 New Revision: 3245 URL: http://svn.gnome.org/viewvc/banshee?rev=3245&view=rev
Log: 2008-02-16 Aaron Bockover <[EMAIL PROTECTED]> Moved Nereid from Core/ to Clients/; fixed up a lot of MonoDevelop stuff Added: trunk/banshee/src/Clients/ (props changed) trunk/banshee/src/Clients/Clients.mds trunk/banshee/src/Clients/Makefile.am trunk/banshee/src/Clients/Nereid/ - copied from r3244, /trunk/banshee/src/Core/Nereid/ trunk/banshee/src/Dap/Dap.mds Removed: trunk/banshee/src/Core/Nereid/ Modified: trunk/banshee/ChangeLog trunk/banshee/configure.ac trunk/banshee/src/Banshee.mds trunk/banshee/src/Core/Core.mds trunk/banshee/src/Core/Makefile.am trunk/banshee/src/Libraries/Libraries.mds trunk/banshee/src/Makefile.am Modified: trunk/banshee/configure.ac ============================================================================== --- trunk/banshee/configure.ac (original) +++ trunk/banshee/configure.ac Sat Feb 16 21:09:32 2008 @@ -120,13 +120,15 @@ src/Makefile src/AssemblyInfo.cs +src/Clients/Makefile +src/Clients/Nereid/Makefile +src/Clients/Nereid/banshee2 + src/Core/Makefile src/Core/Banshee.Core/Makefile src/Core/Banshee.Services/Makefile src/Core/Banshee.ThickClient/Makefile src/Core/Banshee.Widgets/Makefile -src/Core/Nereid/Makefile -src/Core/Nereid/banshee2 src/Dap/Makefile src/Dap/Banshee.DapCore/Makefile Modified: trunk/banshee/src/Banshee.mds ============================================================================== --- trunk/banshee/src/Banshee.mds (original) +++ trunk/banshee/src/Banshee.mds Sat Feb 16 21:09:32 2008 @@ -1,20 +1,27 @@ <Combine name="Banshee" fileversion="2.0" outputpath="." MakePkgConfig="False" MakeLibPC="True"> <Configurations active="Debug"> <Configuration name="Debug" ctype="CombineConfiguration"> + <Entry build="True" name="Clients" configuration="Debug" /> <Entry build="True" name="Core" configuration="Debug" /> <Entry build="True" name="Backends" configuration="Debug" /> + <Entry build="True" name="Dap" configuration="Debug" /> <Entry build="True" name="Extensions" configuration="Debug" /> + <Entry build="True" name="Libraries" configuration="Debug" /> </Configuration> </Configurations> - <StartMode startupentry="Core" single="True"> + <StartMode startupentry="Clients" single="True"> + <Execute type="None" entry="Clients" /> <Execute type="None" entry="Core" /> - <Execute type="None" entry="Engines" /> + <Execute type="None" entry="Backends" /> + <Execute type="None" entry="Dap" /> <Execute type="None" entry="Extensions" /> <Execute type="None" entry="Libraries" /> </StartMode> <Entries> + <Entry filename="Clients/Clients.mds" /> <Entry filename="Core/Core.mds" /> <Entry filename="Backends/Backends.mds" /> + <Entry filename="Dap/Dap.mds" /> <Entry filename="Extensions/Extensions.mds" /> <Entry filename="Libraries/Libraries.mds" /> </Entries> Added: trunk/banshee/src/Clients/Clients.mds ============================================================================== --- (empty file) +++ trunk/banshee/src/Clients/Clients.mds Sat Feb 16 21:09:32 2008 @@ -0,0 +1,13 @@ +<Combine name="Clients" fileversion="2.0"> + <Configurations active="Debug"> + <Configuration name="Debug" ctype="CombineConfiguration"> + <Entry build="True" name="Nereid" configuration="Debug" /> + </Configuration> + </Configurations> + <StartMode startupentry="Nereid" single="True"> + <Execute type="None" entry="Nereid" /> + </StartMode> + <Entries> + <Entry filename="Nereid/Nereid.mdp" /> + </Entries> +</Combine> Added: trunk/banshee/src/Clients/Makefile.am ============================================================================== --- (empty file) +++ trunk/banshee/src/Clients/Makefile.am Sat Feb 16 21:09:32 2008 @@ -0,0 +1,5 @@ +SUBDIRS = \ + Nereid + +MAINTAINERCLEANFILES = Makefile.in + Modified: trunk/banshee/src/Core/Core.mds ============================================================================== --- trunk/banshee/src/Core/Core.mds (original) +++ trunk/banshee/src/Core/Core.mds Sat Feb 16 21:09:32 2008 @@ -4,23 +4,19 @@ <Entry build="True" name="Banshee.Widgets" configuration="Debug" /> <Entry build="True" name="Banshee.Services" configuration="Debug" /> <Entry build="True" name="Banshee.Core" configuration="Debug" /> - <Entry build="True" name="Nereid" configuration="Debug" /> <Entry build="True" name="Banshee.ThickClient" configuration="Debug" /> </Configuration> </Configurations> <StartMode startupentry="Nereid" single="True"> <Execute type="None" entry="Banshee.Widgets" /> - <Execute type="None" entry="Banshee.Base" /> <Execute type="None" entry="Banshee.Services" /> <Execute type="None" entry="Banshee.Core" /> - <Execute type="None" entry="Nereid" /> <Execute type="None" entry="Banshee.ThickClient" /> </StartMode> <Entries> <Entry filename="Banshee.Widgets/Banshee.Widgets.mdp" /> <Entry filename="Banshee.Services/Banshee.Services.mdp" /> <Entry filename="Banshee.Core/Banshee.Core.mdp" /> - <Entry filename="Nereid/Nereid.mdp" /> <Entry filename="Banshee.ThickClient/Banshee.ThickClient.mdp" /> </Entries> </Combine> Modified: trunk/banshee/src/Core/Makefile.am ============================================================================== --- trunk/banshee/src/Core/Makefile.am (original) +++ trunk/banshee/src/Core/Makefile.am Sat Feb 16 21:09:32 2008 @@ -2,8 +2,7 @@ Banshee.Core \ Banshee.Services \ Banshee.Widgets \ - Banshee.ThickClient \ - Nereid + Banshee.ThickClient run: @pushd $(top_builddir); \ Added: trunk/banshee/src/Dap/Dap.mds ============================================================================== --- (empty file) +++ trunk/banshee/src/Dap/Dap.mds Sat Feb 16 21:09:32 2008 @@ -0,0 +1,16 @@ +<Combine name="Dap" fileversion="2.0"> + <Configurations active="Debug"> + <Configuration name="Debug" ctype="CombineConfiguration"> + <Entry build="True" name="Banshee.DapCore" configuration="Debug" /> + <Entry build="True" name="Banshee.Dap.MassStorage" configuration="Debug" /> + </Configuration> + </Configurations> + <StartMode startupentry="Banshee.DapCore" single="True"> + <Execute type="None" entry="Banshee.DapCore" /> + <Execute type="None" entry="Banshee.Dap.MassStorage" /> + </StartMode> + <Entries> + <Entry filename="Banshee.DapCore/Banshee.DapCore.mdp" /> + <Entry filename="Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.mdp" /> + </Entries> +</Combine> Modified: trunk/banshee/src/Libraries/Libraries.mds ============================================================================== --- trunk/banshee/src/Libraries/Libraries.mds (original) +++ trunk/banshee/src/Libraries/Libraries.mds Sat Feb 16 21:09:32 2008 @@ -1,4 +1,4 @@ -<Combine name="Core" fileversion="2.0"> +<Combine name="Libraries" fileversion="2.0"> <Configurations active="Debug"> <Configuration name="Debug" ctype="CombineConfiguration"> <Entry build="True" name="Hyena" configuration="Debug" /> Modified: trunk/banshee/src/Makefile.am ============================================================================== --- trunk/banshee/src/Makefile.am (original) +++ trunk/banshee/src/Makefile.am Sat Feb 16 21:09:32 2008 @@ -1,8 +1,9 @@ SUBDIRS = \ Libraries \ Core \ - Dap \ + Clients \ Backends \ + Dap \ Extensions EXTRA_DIST = AssemblyInfo.cs.in _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.