73 lines
2.8 KiB
XML
Executable File
73 lines
2.8 KiB
XML
Executable File
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- project.xml - (ldn)standard - containing those modules of current
|
|
aplaws repository which are used by most Local Authorities. -->
|
|
|
|
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
|
ccmVersion="6.1"
|
|
name="aplaws"
|
|
prettyName="APLAWS plus Standard Spin"
|
|
version="2-0-0"
|
|
release="std-beta-1-r2240"
|
|
webxml="web.xml-aplaws"
|
|
webapp="ROOT"
|
|
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
|
|
|
<ccm:databases>
|
|
<ccm:database name="postgres"/>
|
|
<ccm:database name="oracle-se"/>
|
|
</ccm:databases>
|
|
|
|
|
|
<ccm:build>
|
|
<!-- Main apps -->
|
|
<ccm:application name="ccm-core"/>
|
|
<ccm:application name="ccm-cms"/>
|
|
|
|
<!-- Content assets -->
|
|
<ccm:application name="ccm-cms-assets-fileattachment"/>
|
|
<ccm:application name="ccm-cms-assets-relatedlink"/>
|
|
|
|
<!-- Content types -->
|
|
<ccm:application name="ccm-cms-types-article"/>
|
|
<ccm:application name="ccm-cms-types-contact"/>
|
|
<ccm:application name="ccm-cms-types-esdservice"/>
|
|
<ccm:application name="ccm-cms-types-filestorageitem"/>
|
|
<ccm:application name="ccm-cms-types-formitem"/>
|
|
<ccm:application name="ccm-cms-types-formsectionitem"/>
|
|
<ccm:application name="ccm-cms-types-inlinesite"/>
|
|
<ccm:application name="ccm-cms-types-mparticle"/>
|
|
<ccm:application name="ccm-cms-types-newsitem"/>
|
|
<ccm:application name="ccm-cms-types-pressrelease"/>
|
|
<!-- siteproxy is a prerequisite for ccm-ldn-atoz -->
|
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
|
|
|
<!-- Applications -->
|
|
<ccm:application name="ccm-ldn-aplaws"/>
|
|
<ccm:application name="ccm-ldn-atoz"/>
|
|
<ccm:application name="ccm-ldn-dublin"/>
|
|
<ccm:application name="ccm-ldn-importer"/>
|
|
<ccm:application name="ccm-ldn-navigation"/>
|
|
<ccm:application name="ccm-ldn-rss"/>
|
|
<ccm:application name="ccm-ldn-search"/>
|
|
<ccm:application name="ccm-ldn-shortcuts"/>
|
|
<ccm:application name="ccm-ldn-subsite"/>
|
|
<ccm:application name="ccm-ldn-terms"/>
|
|
<ccm:application name="ccm-ldn-util"/>
|
|
|
|
<!-- Extra apps -->
|
|
<ccm:application name="ccm-forum"/>
|
|
<ccm:application name="ccm-portalworkspace"/>
|
|
<ccm:application name="ccm-themedirector"/>
|
|
|
|
|
|
<!-- tools will be downloaded from trunk, but does not
|
|
contain java code to be compiled!
|
|
<ccm:application name="tools"/> -->
|
|
|
|
|
|
</ccm:build>
|
|
</ccm:project>
|