Revision history:
        $Log$
+       Revision 1.3  2004/07/30 08:31:07  dimeglio
+       Changed default Ant target from compile to dist
+       
        Revision 1.2  2004/07/12 16:18:37  dimeglio
        Modified to use myproxy from the repository if available
        
        <target name="localclean"
                description="Module specific cleaning tasks">
        </target>
+
+       <!-- =========================================
+                RPM settings
+            ========================================= -->
+
+       <property name="build.package.summary" value="Proxy renewal daemon" />
+       <property name="build.package.description" value="The daemon is responsible for secure and controled way of periodical renewal
of users' proxy certificates. Its primary goal is to support long-time jobs
running on the grid. This package also contains a library and header file
that allow to develop C/C++ applications accessing the daemon." />
        
 </project>