82 lines
3.1 KiB
XML
82 lines
3.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- project.xml -ZeS- containing only those modules used for ZeS -->
|
|
|
|
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
|
ccmVersion="6.1"
|
|
name="aplaws-zes"
|
|
prettyName="APLAWS plus"
|
|
version="1-1-2"
|
|
release="rc2-834"
|
|
webxml="web.xml-aplaws"
|
|
webapp="ROOT"
|
|
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
|
|
|
<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-imagestep"/>
|
|
<ccm:application name="ccm-cms-assets-notes"/>
|
|
<ccm:application name="ccm-cms-assets-relatedlink"/>
|
|
|
|
<!-- Content Types -->
|
|
<!-- - - - - - - - -->
|
|
<ccm:application name="ccm-cms-types-address"/>
|
|
<ccm:application name="ccm-cms-types-article"/>
|
|
<ccm:application name="ccm-cms-types-bookmark"/>
|
|
<ccm:application name="ccm-cms-types-contact"/>
|
|
<ccm:application name="ccm-cms-types-event"/>
|
|
<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-mparticle"/>
|
|
<ccm:application name="ccm-cms-types-newsitem"/>
|
|
<ccm:application name="ccm-cms-types-person"/>
|
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
|
|
|
|
|
<!-- Applications -->
|
|
<!-- - - - - - - -->
|
|
<ccm:application name="ccm-forum"/>
|
|
<ccm:application name="ccm-portalworkspace"/>
|
|
<ccm:application name="ccm-simplesurvey"/>
|
|
<ccm:application name="ccm-themedirector"/>
|
|
<ccm:application name="ccm-user-preferences"/>
|
|
|
|
<!-- LDN extension -->
|
|
<!-- - - - - - - - -->
|
|
<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"/>
|
|
|
|
|
|
<!-- ZeS extension -->
|
|
<!-- - - - - - - - -->
|
|
<ccm:application name="ccm-cms-dabinimporter" />
|
|
<ccm:application name="ccm-sci-types-organization"/>
|
|
<ccm:application name="ccm-sci-publications"/>
|
|
<ccm:application name="ccm-zes-aplaws"/>
|
|
|
|
|
|
|
|
<!-- tools will be downloaded from trunk, but does not
|
|
contain java code to be compiled!
|
|
<ccm:application name="tools"/> -->
|
|
|
|
|
|
</ccm:build>
|
|
</ccm:project>
|