From: <mb...@re...> - 2005-03-20 23:15:53
|
Author: mbooth Date: 2005-03-21 00:13:40 +0100 (Mon, 21 Mar 2005) New Revision: 478 Modified: ccm-ldn-image-step/trunk/ ccm-ldn-image-step/trunk/application.xml Log: Merged revisions 319-431 via svnmerge from /releases/1.0.2/ccm-ldn-image-step/ Property changes on: ccm-ldn-image-step/trunk ___________________________________________________________________ Name: svnmerge-integrated - /releases/1.0.2/ccm-ldn-image-step/:1-318 + /releases/1.0.2/ccm-ldn-image-step/:1-431 Modified: ccm-ldn-image-step/trunk/application.xml =================================================================== --- ccm-ldn-image-step/trunk/application.xml 2005-03-20 23:13:32 UTC (rev 477) +++ ccm-ldn-image-step/trunk/application.xml 2005-03-20 23:13:40 UTC (rev 478) @@ -1,26 +1,20 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - -<ccm:application name="ccm-ldn-image-step" - prettyName="Image step" - version="2.0.0" - release="8" - webapp="ROOT" - xmlns:ccm="http://ccm.redhat.com/ccm-project"> - +<?xml version="1.0"?> +<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project" + name="ccm-ldn-image-step" + prettyName="Image step" + version="2.0.0" + release="10" + webapp="ROOT"> <ccm:dependencies> <ccm:requires name="ccm-core" version="6.1.1"/> <ccm:requires name="ccm-cms" version="6.1.1"/> <ccm:requires name="ccm-ldn-navigation" version="1.4.4"/> </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> UI step for attaching an image to article (or other content types). </ccm:description> - </ccm:application> - |