From: <to...@us...> - 2007-02-12 23:11:50
|
Revision: 46 http://techne-dev.svn.sourceforge.net/techne-dev/?rev=46&view=rev Author: tonit Date: 2007-02-12 15:11:50 -0800 (Mon, 12 Feb 2007) Log Message: ----------- Added Paths: ----------- sandbox/tonit/techne.audio/techne.audio.itunes.bnd sandbox/tonit/techne.audio/techne.audio.player.bnd sandbox/tonit/techne.audio/techne.audio.samplemusic.bnd sandbox/tonit/techne.audio/techne.audio.tui.bnd Added: sandbox/tonit/techne.audio/techne.audio.itunes.bnd =================================================================== --- sandbox/tonit/techne.audio/techne.audio.itunes.bnd (rev 0) +++ sandbox/tonit/techne.audio/techne.audio.itunes.bnd 2007-02-12 23:11:50 UTC (rev 46) @@ -0,0 +1,5 @@ +Private-Package: techne.audio.itunes +Bundle-Activator: techne.audio.itunes.Activator +Service-Component=techne.audio.itunes.ItunesMusicSource;\ +provide:=techne.audio.player.MusicSource +-sources= Added: sandbox/tonit/techne.audio/techne.audio.player.bnd =================================================================== --- sandbox/tonit/techne.audio/techne.audio.player.bnd (rev 0) +++ sandbox/tonit/techne.audio/techne.audio.player.bnd 2007-02-12 23:11:50 UTC (rev 46) @@ -0,0 +1,7 @@ +Export-Package: techne.audio.player +Private-Package: techne.audio.player.internal +Bundle-Activator: techne.audio.player.Activator +Service-Component=techne.audio.player.internal.JavaZoomMusicPlayer;\ +musicSource=techne.audio.player.MusicSource; \ +provide:=techne.audio.player.PlayerControl +-sources= Added: sandbox/tonit/techne.audio/techne.audio.samplemusic.bnd =================================================================== --- sandbox/tonit/techne.audio/techne.audio.samplemusic.bnd (rev 0) +++ sandbox/tonit/techne.audio/techne.audio.samplemusic.bnd 2007-02-12 23:11:50 UTC (rev 46) @@ -0,0 +1,6 @@ +Private-Package: techne.audio.samplemusic +Bundle-Activator: techne.audio.samplemusic.Activator +Service-Component=techne.audio.samplemusic.SampleMusicSource;\ +provide:=techne.audio.player.MusicSource +Include-Resource: resources/techne.audio.samplemusic/ +-sources= Added: sandbox/tonit/techne.audio/techne.audio.tui.bnd =================================================================== --- sandbox/tonit/techne.audio/techne.audio.tui.bnd (rev 0) +++ sandbox/tonit/techne.audio/techne.audio.tui.bnd 2007-02-12 23:11:50 UTC (rev 46) @@ -0,0 +1,6 @@ +Private-Package: techne.audio.tui.internal +Bundle-Activator: techne.audio.tui.internal.Activator +Service-Component=techne.audio.tui.internal.PlayerControlCommand;\ +control=techne.audio.player.PlayerControl; \ +provide:=org.apache.felix.shell.Command +-sources= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |