Author: pboy Date: 2012-05-16 08:34:51 +0000 (Wed, 16 May 2012) New Revision: 2315 Modified: trunk/ccm-bundle/src/ccm-bundle.upgrade trunk/ccm-cms-types-job/application.xml trunk/ccm-cms-types-legalnotice/application.xml trunk/ccm-cms-types-minutes/application.xml trunk/ccm-cms-types-organization/application.xml trunk/ccm-cms-types-service/application.xml trunk/ccm-cms-types-siteproxy/application.xml trunk/ccm-faq/src/ccm-faq.upgrade trunk/ccm-ldn-dublin/application.xml trunk/ccm-ldn-importer/application.xml trunk/ccm-ldn-util/application.xml Log: Added various documentation. Modified: trunk/ccm-bundle/src/ccm-bundle.upgrade =================================================================== --- trunk/ccm-bundle/src/ccm-bundle.upgrade 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-bundle/src/ccm-bundle.upgrade 2012-05-16 08:34:51 UTC (rev 2315) @@ -1,5 +1,3 @@ <upgrade> - <version from="0.0.0" to="6.6.0"> - <script sql="ccm-sci-bundle/upgrade/::database::-0.0.0-6.6.0.sql"/> - </version> + </upgrade> Modified: trunk/ccm-cms-types-job/application.xml =================================================================== --- trunk/ccm-cms-types-job/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-cms-types-job/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,6 @@ <ccm:contact uri="mailto:cc...@re..." type="support"/> </ccm:contacts> <ccm:description> - The Job Content Type for the Red Hat CCM CMS. + The Job Content Type for publishing job vacancy announcements. </ccm:description> </ccm:application> Modified: trunk/ccm-cms-types-legalnotice/application.xml =================================================================== --- trunk/ccm-cms-types-legalnotice/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-cms-types-legalnotice/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,6 @@ <ccm:contact uri="mailto:cc...@re..." type="support"/> </ccm:contacts> <ccm:description> - The Legal Notice Content Type for the Red Hat CCM CMS. + The Legal Notice Content Type for publishing legal notices. </ccm:description> </ccm:application> Modified: trunk/ccm-cms-types-minutes/application.xml =================================================================== --- trunk/ccm-cms-types-minutes/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-cms-types-minutes/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,6 @@ <ccm:contact uri="mailto:cc...@re..." type="support"/> </ccm:contacts> <ccm:description> - The Minutes Content Type for the Red Hat CCM CMS. + The Minutes Content Type for publishing meeting minutes. </ccm:description> </ccm:application> Modified: trunk/ccm-cms-types-organization/application.xml =================================================================== --- trunk/ccm-cms-types-organization/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-cms-types-organization/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,6 @@ <ccm:contact uri="mailto:rh...@re..." type="support"/> </ccm:contacts> <ccm:description> - The Organization Content Type for the Red Hat CCM CMS. + The Organization Content Type Stores organization information. </ccm:description> </ccm:application> Modified: trunk/ccm-cms-types-service/application.xml =================================================================== --- trunk/ccm-cms-types-service/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-cms-types-service/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,6 @@ <ccm:contact uri="mailto:cc...@re..." type="support"/> </ccm:contacts> <ccm:description> - The Service Content Type for the Red Hat CCM CMS. + The Service Content Type for publishing service information. </ccm:description> </ccm:application> Modified: trunk/ccm-cms-types-siteproxy/application.xml =================================================================== --- trunk/ccm-cms-types-siteproxy/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-cms-types-siteproxy/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,6 @@ <ccm:contact uri="mailto:rh...@re..." type="support"/> </ccm:contacts> <ccm:description> - The Glossary Item Content Type for the Red Hat CCM CMS. + A content type that lets you proxy remote sites and style the provided XML. </ccm:description> </ccm:application> Modified: trunk/ccm-faq/src/ccm-faq.upgrade =================================================================== --- trunk/ccm-faq/src/ccm-faq.upgrade 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-faq/src/ccm-faq.upgrade 2012-05-16 08:34:51 UTC (rev 2315) @@ -1,6 +1,8 @@ <upgrade> +<!-- nothing to upgrade yet <version from="6.x.0" to="6.x.1"> <script sql="ccm-faq/upgrade/::database::-6.x.0-6.x.1.sql"/> <script class="com.arsdigita.faq.upgrade.xyz"/> </version> +--> </upgrade> Modified: trunk/ccm-ldn-dublin/application.xml =================================================================== --- trunk/ccm-ldn-dublin/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-ldn-dublin/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -16,6 +16,9 @@ <ccm:contact uri="mailto:rh...@re..." type="support"/> </ccm:contacts> <ccm:description> + The Dublin Core application for compliance with the Dublin Core Metadata + standard. + The Red Hat Web Application Framework is a platform for writing database-backed web applications in Java. </ccm:description> Modified: trunk/ccm-ldn-importer/application.xml =================================================================== --- trunk/ccm-ldn-importer/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-ldn-importer/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -15,6 +15,8 @@ <ccm:contact uri="mailto:rh...@re..." type="support"/> </ccm:contacts> <ccm:description> + Application for importing content data from XML files. + Importer is the opposite of DomainObjectTraversal - it parses the XML produced by the latter and creates objects in database. </ccm:description> Modified: trunk/ccm-ldn-util/application.xml =================================================================== --- trunk/ccm-ldn-util/application.xml 2012-05-16 08:28:42 UTC (rev 2314) +++ trunk/ccm-ldn-util/application.xml 2012-05-16 08:34:51 UTC (rev 2315) @@ -19,6 +19,8 @@ <ccm:contact uri="mailto:rh...@re..." type="support"/> </ccm:contacts> <ccm:description> + Set of utilities for various tasks. + The Red Hat Web Application Framework is a platform for writing database-backed web applications in Java. </ccm:description> |