[banshee: 5/27] [lastfm] Move LastfmTrackActions.xml to LastfmStreaming



commit 98e321db1e3abdd9334bb58eb5c65d7cb88b61ab
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Jan 24 11:26:01 2010 +0100

    [lastfm] Move LastfmTrackActions.xml to LastfmStreaming

 .../Banshee.Lastfm/Banshee.Lastfm.csproj           |    3 ---
 src/Extensions/Banshee.Lastfm/Makefile.am          |    1 -
 .../Banshee.LastfmStreaming.csproj                 |    3 +++
 src/Extensions/Banshee.LastfmStreaming/Makefile.am |    3 ++-
 .../Resources/LastfmTrackActions.xml               |    0
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
index 949e65b..90b87cb 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.csproj
@@ -109,9 +109,6 @@
     <EmbeddedResource Include="Resources\AudioscrobblerMenu.xml">
       <LogicalName>AudioscrobblerMenu.xml</LogicalName>
     </EmbeddedResource>
-    <EmbeddedResource Include="Resources\LastfmTrackActions.xml">
-      <LogicalName>LastfmTrackActions.xml</LogicalName>
-    </EmbeddedResource>
     <EmbeddedResource Include="Resources\RecommendationMenu.xml">
       <LogicalName>RecommendationMenu.xml</LogicalName>
     </EmbeddedResource>
diff --git a/src/Extensions/Banshee.Lastfm/Makefile.am b/src/Extensions/Banshee.Lastfm/Makefile.am
index 79fe095..2412f68 100644
--- a/src/Extensions/Banshee.Lastfm/Makefile.am
+++ b/src/Extensions/Banshee.Lastfm/Makefile.am
@@ -20,7 +20,6 @@ RESOURCES =  \
 	Banshee.Lastfm.addin.xml \
 	Resources/AudioscrobblerMenu.xml \
 	Resources/GlobalUI.xml \
-	Resources/LastfmTrackActions.xml \
 	Resources/no-results.png \
 	Resources/RecommendationMenu.xml
 
diff --git a/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.csproj b/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.csproj
index 6a16e7a..f187fe4 100644
--- a/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.csproj
+++ b/src/Extensions/Banshee.LastfmStreaming/Banshee.LastfmStreaming.csproj
@@ -52,6 +52,9 @@
     <EmbeddedResource Include="Resources\GlobalUI.xml">
       <LogicalName>GlobalUI.xml</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="Resources\LastfmTrackActions.xml">
+      <LogicalName>LastfmTrackActions.xml</LogicalName>
+    </EmbeddedResource>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ProjectExtensions>
diff --git a/src/Extensions/Banshee.LastfmStreaming/Makefile.am b/src/Extensions/Banshee.LastfmStreaming/Makefile.am
index 8368284..edbef20 100644
--- a/src/Extensions/Banshee.LastfmStreaming/Makefile.am
+++ b/src/Extensions/Banshee.LastfmStreaming/Makefile.am
@@ -14,7 +14,8 @@ SOURCES =  \
 RESOURCES =  \
 	Banshee.LastfmStreaming.addin.xml \
 	Resources/ActiveSourceUI.xml \
-	Resources/GlobalUI.xml
+	Resources/GlobalUI.xml \
+	Resources/LastfmTrackActions.xml
 
 include $(top_srcdir)/build/build.mk
 
diff --git a/src/Extensions/Banshee.Lastfm/Resources/LastfmTrackActions.xml b/src/Extensions/Banshee.LastfmStreaming/Resources/LastfmTrackActions.xml
similarity index 100%
rename from src/Extensions/Banshee.Lastfm/Resources/LastfmTrackActions.xml
rename to src/Extensions/Banshee.LastfmStreaming/Resources/LastfmTrackActions.xml



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