From: <pb...@fe...> - 2012-12-17 21:28:20
|
Author: pboy Date: 2012-12-17 21:28:11 +0000 (Mon, 17 Dec 2012) New Revision: 2415 Added: contrib/camden/ccm-ldn-content-check/application.xml contrib/camden/ccm-ldn-content-check/pdl/ contrib/camden/ccm-ldn-content-check/sql/ contrib/camden/ccm-ldn-content-check/src/ contrib/camden/ccm-ldn-content-check/web/ Removed: contrib/camden/ccm-ldn-content-check/trunk/application.xml contrib/camden/ccm-ldn-content-check/trunk/pdl/ contrib/camden/ccm-ldn-content-check/trunk/sql/ contrib/camden/ccm-ldn-content-check/trunk/src/ contrib/camden/ccm-ldn-content-check/trunk/web/ Log: Code reorganized according directory structure convention. Copied: contrib/camden/ccm-ldn-content-check/application.xml (from rev 2414, contrib/camden/ccm-ldn-content-check/trunk/application.xml) =================================================================== --- contrib/camden/ccm-ldn-content-check/application.xml (rev 0) +++ contrib/camden/ccm-ldn-content-check/application.xml 2012-12-17 21:28:11 UTC (rev 2415) @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<ccm:application name="ccm-ldn-content-check" + prettyName="Content Check Alerts" + version="1.0.1" + release="2" + webapp="ROOT" + xmlns:ccm="http://ccm.redhat.com/ccm-project"> + + <ccm:dependencies> + <ccm:requires name="ccm-ldn-dublin" version="1.4.3" relation="ge"/> + </ccm:dependencies> + + <ccm:contacts> + <ccm:contact uri="http://www.redhat.com/software/rhea" type="website"/> + <ccm:contact uri="mailto:rh...@re..." type="support"/> + </ccm:contacts> + + <ccm:description> + Content Check Alerts checks periodically for outdated content items + and send email alerts to Content Owners. + </ccm:description> + +</ccm:application> Deleted: contrib/camden/ccm-ldn-content-check/trunk/application.xml =================================================================== --- contrib/camden/ccm-ldn-content-check/trunk/application.xml 2012-12-17 16:49:14 UTC (rev 2414) +++ contrib/camden/ccm-ldn-content-check/trunk/application.xml 2012-12-17 21:28:11 UTC (rev 2415) @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<ccm:application name="ccm-ldn-content-check" - prettyName="Content Check Alerts" - version="1.0.1" - release="2" - webapp="ROOT" - xmlns:ccm="http://ccm.redhat.com/ccm-project"> - - <ccm:dependencies> - <ccm:requires name="ccm-ldn-dublin" version="1.4.3" relation="ge"/> - </ccm:dependencies> - - <ccm:contacts> - <ccm:contact uri="http://www.redhat.com/software/rhea" type="website"/> - <ccm:contact uri="mailto:rh...@re..." type="support"/> - </ccm:contacts> - - <ccm:description> - Content Check Alerts checks periodically for outdated content items - and send email alerts to Content Owners. - </ccm:description> - -</ccm:application> |