banshee r3553 - in trunk/banshee: . src/Core/Banshee.Services src/Extensions src/Extensions/Banshee.NotificationArea src/Libraries/Hyena src/Libraries/Hyena.Gui



Author: abock
Date: Wed Mar 26 17:38:08 2008
New Revision: 3553
URL: http://svn.gnome.org/viewvc/banshee?rev=3553&view=rev

Log:
Build/MD fixes

Modified:
   trunk/banshee/Banshee.mds
   trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp
   trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.mdp
   trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am
   trunk/banshee/src/Extensions/Extensions.mds
   trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp
   trunk/banshee/src/Libraries/Hyena/Hyena.mdp

Modified: trunk/banshee/Banshee.mds
==============================================================================
--- trunk/banshee/Banshee.mds	(original)
+++ trunk/banshee/Banshee.mds	Wed Mar 26 17:38:08 2008
@@ -3,7 +3,6 @@
     <Configuration name="Debug" ctype="CombineConfiguration">
       <Entry build="True" name="Banshee" configuration="Debug" />
       <Entry build="True" configuration="Default" />
-      <Entry build="True" name="tests" configuration="Debug" />
     </Configuration>
   </Configurations>
   <StartMode startupentry="Banshee" single="True">
@@ -12,6 +11,5 @@
   </StartMode>
   <Entries>
     <Entry filename="src/Banshee.mds" />
-    <Entry filename="tests/tests.mdp" />
   </Entries>
 </Combine>
\ No newline at end of file

Modified: trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp
==============================================================================
--- trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp	(original)
+++ trunk/banshee/src/Core/Banshee.Services/Banshee.Services.mdp	Wed Mar 26 17:38:08 2008
@@ -12,7 +12,6 @@
     <File name="Banshee.Database/BansheeDbFormatMigrator.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.Collection.Database/AlbumListDatabaseModel.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.Collection.Database/ArtistListDatabaseModel.cs" subtype="Code" buildaction="Compile" />
-    <File name="Banshee.Collection.Database/LibraryArtistInfo.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.Collection.Database/DatabaseTrackInfo.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.Collection.Database/TrackListDatabaseModel.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.Sources/Source.cs" subtype="Code" buildaction="Compile" />
@@ -132,6 +131,7 @@
     <File name="Banshee.Library/MusicLibrarySource.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.Library/VideoLibrarySource.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.ServiceStack/Client.cs" subtype="Code" buildaction="Compile" />
+    <File name="Banshee.Collection.Database/DatabaseArtistInfo.cs" subtype="Code" buildaction="Compile" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

Modified: trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.mdp
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.mdp	(original)
+++ trunk/banshee/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.mdp	Wed Mar 26 17:38:08 2008
@@ -15,8 +15,6 @@
     <File name="Banshee.NotificationArea/X11NotificationAreaBox.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.NotificationArea/INotificationAreaBox.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.NotificationArea/GtkNotificationAreaBox.cs" subtype="Code" buildaction="Compile" />
-    <File name="Notifications/Notification.cs" subtype="Code" buildaction="Compile" />
-    <File name="Notifications/Notifications.cs" subtype="Code" buildaction="Compile" />
     <File name="Banshee.NotificationArea/TrackInfoPopup.cs" subtype="Code" buildaction="Compile" />
   </Contents>
   <References>

Modified: trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am	(original)
+++ trunk/banshee/src/Extensions/Banshee.NotificationArea/Makefile.am	Wed Mar 26 17:38:08 2008
@@ -17,8 +17,9 @@
 	Banshee.NotificationArea/NotificationAreaService.cs \
 	Banshee.NotificationArea/TrackInfoPopup.cs \
 	Banshee.NotificationArea/X11NotificationArea.cs \
-	Banshee.NotificationArea/X11NotificationAreaBox.cs \
-	$(NOTIFY_SHARP_SOURCES)
+	Banshee.NotificationArea/X11NotificationAreaBox.cs
+
+SOURCES += $(NOTIFY_SHARP_SOURCES)
 
 RESOURCES =  \
 	Resources/Banshee.NotificationArea.addin.xml \

Modified: trunk/banshee/src/Extensions/Extensions.mds
==============================================================================
--- trunk/banshee/src/Extensions/Extensions.mds	(original)
+++ trunk/banshee/src/Extensions/Extensions.mds	Wed Mar 26 17:38:08 2008
@@ -24,4 +24,4 @@
     <Entry filename="Banshee.NowPlaying/Banshee.NowPlaying.mdp" />
     <Entry filename="Banshee.Bookmarks/Banshee.Bookmarks.mdp" />
   </Entries>
-</Combine>
+</Combine>
\ No newline at end of file

Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp	(original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Gui.mdp	Wed Mar 26 17:38:08 2008
@@ -60,6 +60,9 @@
     <File name="Hyena.Widgets/AnimatedWidget.cs" subtype="Code" buildaction="Compile" />
     <File name="Hyena.Gui.Theatrics/Choreographer.cs" subtype="Code" buildaction="Compile" />
     <File name="Hyena.Gui/ShadingTestWindow.cs" subtype="Code" buildaction="Compile" />
+    <File name="Hyena.Query.Gui/NullQueryValueEntry.cs" subtype="Code" buildaction="Compile" />
+    <File name="Hyena.Query.Gui/RelativeTimeSpanQueryValueEntry.cs" subtype="Code" buildaction="Compile" />
+    <File name="Hyena.Query.Gui/TimeSpanQueryValueEntry.cs" subtype="Code" buildaction="Compile" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />

Modified: trunk/banshee/src/Libraries/Hyena/Hyena.mdp
==============================================================================
--- trunk/banshee/src/Libraries/Hyena/Hyena.mdp	(original)
+++ trunk/banshee/src/Libraries/Hyena/Hyena.mdp	Wed Mar 26 17:38:08 2008
@@ -84,6 +84,9 @@
     <File name="Hyena/ConsoleCrayon.cs" subtype="Code" buildaction="Compile" />
     <File name="Hyena.Data.Sqlite/ICacheableItem.cs" subtype="Code" buildaction="Compile" />
     <File name="Hyena.Data/ISelectable.cs" subtype="Code" buildaction="Compile" />
+    <File name="Hyena.Query/NullQueryValue.cs" subtype="Code" buildaction="Compile" />
+    <File name="Hyena.Query/RelativeTimeSpanQueryValue.cs" subtype="Code" buildaction="Compile" />
+    <File name="Hyena.Query/TimeSpanQueryValue.cs" subtype="Code" buildaction="Compile" />
   </Contents>
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]