99 lines
4.0 KiB
XML
Executable File
99 lines
4.0 KiB
XML
Executable File
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- ======================================================================
|
|
project.xml - (ldn)demo - containing the same set of modules as the
|
|
standard set, with a complete, ready to run pre-configuration.
|
|
Has to keep synchronized with the extended bundle!
|
|
======================================================================= -->
|
|
|
|
<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 Demo Spin"
|
|
version="2.3.0"
|
|
release="demo"
|
|
webxml="web.xml"
|
|
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>
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- APLAWS+ set of CORE packages -->
|
|
<!-- NONE can be omitted for technical reasons / internal dependencies -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Main apps -->
|
|
<ccm:application name="ccm-core"/>
|
|
<ccm:application name="ccm-cms"/>
|
|
|
|
<!-- Content Assets -->
|
|
|
|
<!-- Content Types -->
|
|
<ccm:application name="ccm-cms-types-article"/>
|
|
|
|
<!-- Applications -->
|
|
<ccm:application name="ccm-atoz"/> <!-- part of (default) theme -->
|
|
<ccm:application name="ccm-navigation"/>
|
|
<!-- ccm-portalworkspace depends on ccm-subsite -
|
|
in class ui.PortletTypeForm -->
|
|
<ccm:application name="ccm-portalworkspace"/>
|
|
<ccm:application name="ccm-rssfeed"/>
|
|
<ccm:application name="ccm-shortcuts"/>
|
|
<ccm:application name="ccm-subsite"/>
|
|
<ccm:application name="ccm-themedirector"/>
|
|
|
|
<!-- LDN core extensions -->
|
|
<ccm:application name="ccm-ldn-dublin"/>
|
|
<ccm:application name="ccm-ldn-search"/>
|
|
<ccm:application name="ccm-ldn-terms"/>
|
|
<ccm:application name="ccm-ldn-util"/>
|
|
|
|
<!-- APLAWS bundle -->
|
|
<ccm:application name="ccm-ldn-aplaws"/>
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- APLAWS+ OPTIONAL packages -->
|
|
<!-- Various combinations of these packages make up specific bundles -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Standard Bundle -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Standard Bundle's Content Assets -->
|
|
<ccm:application name="ccm-cms-assets-fileattachment"/>
|
|
<ccm:application name="ccm-cms-assets-relatedlink"/>
|
|
|
|
<!-- Standard Bundle's Content Types -->
|
|
<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"/>
|
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
|
|
|
<!-- Standard Bundle's Applications -->
|
|
<ccm:application name="ccm-forum"/>
|
|
|
|
<!-- Standard Bundle's LDN extensions -->
|
|
<ccm:application name="ccm-ldn-atoz"/>
|
|
<ccm:application name="ccm-ldn-importer"/>
|
|
<ccm:application name="ccm-ldn-portalworkspace-homepage"/
|
|
<ccm:application name="ccm-ldn-types-contact"/>
|
|
<ccm:application name="ccm-ldn-types-esdservice"/>
|
|
|
|
|
|
</ccm:build>
|
|
|
|
</ccm:project>
|