161 lines
6.2 KiB
XML
161 lines
6.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- ==========================================================================
|
|
project.xml - BASE - containing all modules of the current ScientificCMS
|
|
repository. A set of core modules is active, others are commented out
|
|
and may be activated (uncomment) according to a sites requirements.
|
|
|
|
The unmodified (as distributed) bundle may be used to create a custom
|
|
set of packages by a site administrator using ccm-hostinit command and
|
|
an appropriate set of add-on packages.
|
|
========================================================================== -->
|
|
|
|
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
|
ccmVersion="6.1"
|
|
name="scientificcms"
|
|
prettyName="Scientific CMS BaseBundle"
|
|
version="2.3.99"
|
|
release="base-r57xx"
|
|
webxml="web.xml"
|
|
portletxml="portlet.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:databases>
|
|
|
|
|
|
<ccm:build>
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS 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-navigation"/>
|
|
<!-- ccm-portalworkspace depends on ccm-subsite -
|
|
in class ui.PortletTypeForm -->
|
|
<ccm:application name="ccm-portalworkspace"/>
|
|
<ccm:application name="ccm-shortcuts"/>
|
|
<ccm:application name="ccm-subsite"/>
|
|
<ccm:application name="ccm-themedirector"/>
|
|
|
|
<!-- LDN core extensions -->
|
|
<ccm:application name="ccm-ldn-search"/>
|
|
<ccm:application name="ccm-ldn-terms"/>
|
|
<ccm:application name="ccm-ldn-util"/>
|
|
|
|
<!-- SCI bundle -->
|
|
<ccm:application name="ccm-sci-bundle"/>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS OPTIONAL packages -->
|
|
<!-- Various combinations of these packages make up specific bundles -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
|
|
<!-- Custom Bundle contains the core set of packages -->
|
|
<!-- all other packages have to be installed on demand as addons -->
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS potential ADD-ONS packages -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Add-ons 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"/>
|
|
-->
|
|
|
|
<!-- Add-ons Content Types -->
|
|
<!--
|
|
<ccm:application name="ccm-cms-types-address"/>
|
|
<ccm:application name="ccm-cms-types-agenda"/>
|
|
<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-faqitem"/>
|
|
<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-glossaryitem"/>
|
|
<ccm:application name="ccm-cms-types-htmlform"/>
|
|
<ccm:application name="ccm-cms-types-image"/>
|
|
<ccm:application name="ccm-cms-types-inlinesite"/>
|
|
<ccm:application name="ccm-cms-types-job"/>
|
|
<ccm:application name="ccm-cms-types-legalnotice"/>
|
|
<ccm:application name="ccm-cms-types-minutes"/>
|
|
<ccm:application name="ccm-cms-types-mparticle"/>
|
|
<ccm:application name="ccm-cms-types-newsitem"/>
|
|
<ccm:application name="ccm-cms-types-organization"/>
|
|
<ccm:application name="ccm-cms-types-person"/>
|
|
<ccm:application name="ccm-cms-types-pressrelease"/>
|
|
<ccm:application name="ccm-cms-types-service"/>
|
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
|
-->
|
|
<!-- package survey is currently broken
|
|
<ccm:application name="ccm-cms-types-survey"/>
|
|
-->
|
|
|
|
<!-- Add-ons Applications -->
|
|
<!--
|
|
<ccm:application name="ccm-auth-http"/>
|
|
<ccm:application name="ccm-bookmarks"/>
|
|
<ccm:application name="ccm-cms-publicpersonalprofile"/>
|
|
<ccm:application name="ccm-docrepo"/>
|
|
<ccm:application name="ccm-faq"/>
|
|
<ccm:application name="ccm-forum"/>
|
|
<ccm:application name="ccm-forum-categorised"/>
|
|
-->
|
|
|
|
|
|
<!-- Add-ons SCI extension -->
|
|
<!--
|
|
<ccm:application name="ccm-sci-personalprojects"/>
|
|
<ccm:application name="ccm-sci-personalpublications"/>
|
|
<ccm:application name="ccm-sci-publications"/>
|
|
|
|
<ccm:application name="ccm-sci-types-department"/>
|
|
<ccm:application name="ccm-sci-types-institute"/>
|
|
<ccm:application name="ccm-sci-types-member"/>
|
|
<ccm:application name="ccm-sci-types-project"/>
|
|
-->
|
|
|
|
<!--
|
|
-->
|
|
|
|
<!-- Add-ons LDN extension -->
|
|
<!--
|
|
<ccm:application name="ccm-ldn-exporter"/>
|
|
<ccm:application name="ccm-ldn-freeform"/>
|
|
<ccm:application name="ccm-ldn-importer"/>
|
|
-->
|
|
<!-- DEPRECATED
|
|
<ccm:application name="ccm-ldn-portalworkspace-homepage"/>
|
|
-->
|
|
|
|
|
|
|
|
</ccm:build>
|
|
|
|
</ccm:project>
|