In the last post I focused on the Solution file for a MOSS deployment of Andrew Connell's TaskLogger Timer Job found here.
In this post, I'll move on to the second, and in my opinion, simpler Feature.xml.
<?xml version="1.0" encoding="utf-8" ?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"
Id="FF736F29-1356-4236-9718-7899EDE7007D"
Title="Task Logger Timer Job"
Description="Installs the timer job."
Scope="Site"
Hidden="TRUE"
Version="1.0.0.0"
ReceiverAssembly="TaskLoggerTimerJob,
Version=1.0.0.0,
Culture=neutral,
PublicKeyToken=d4efc76f0ce027b5"
ReceiverClass="TaskLoggerTimerJob.TaskLoggerJobInstaller">
</Feature>