241 lines
9.5 KiB
XML
241 lines
9.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- ======================================================================
|
|
project.xml - SciCMS DEVEL - containing all modules of the current SciCMS
|
|
repository. It is specifically for developers to help them to make
|
|
every module deployable and to create the distribution.
|
|
It is NOT a production grade bundle!
|
|
======================================================================= -->
|
|
|
|
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
|
ccmVersion="6.1"
|
|
name="scientificcms-dev"
|
|
prettyName="Scientific CMS"
|
|
version="2.3.99"
|
|
release="SNAPSHOT-r5758"
|
|
webxml="sci-web.xml"
|
|
portletxml="sci-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 extension -->
|
|
<ccm:application name="ccm-ldn-search"/>
|
|
<ccm:application name="ccm-ldn-terms"/>
|
|
<ccm:application name="ccm-ldn-util"/>
|
|
|
|
<!-- SCI extension -->
|
|
<ccm:application name="ccm-sci-bundle"/>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS 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-imagestep"/>
|
|
<ccm:application name="ccm-cms-assets-notes"/>
|
|
<ccm:application name="ccm-cms-assets-relatedlink"/>
|
|
|
|
<!-- Standard Bundle's Content Types -->
|
|
<ccm:application name="ccm-cms-types-address"/>
|
|
<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-externallink"/>
|
|
<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-image"/>
|
|
<ccm:application name="ccm-cms-types-mparticle"/>
|
|
<ccm:application name="ccm-cms-types-newsitem"/>
|
|
<ccm:application name="ccm-cms-types-person"/>
|
|
|
|
<!-- Standard Bundle's Applications -->
|
|
<ccm:application name="ccm-cms-publicpersonalprofile"/>
|
|
|
|
<!-- Standard Bundle's 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-publicationsexportlinks"/>
|
|
|
|
<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"/>
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Extended Bundle -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Extended Bundle's Content Types -->
|
|
<!-- package survey is currently broken
|
|
<ccm:application name="ccm-cms-types-survey"/>
|
|
-->
|
|
|
|
<!-- Extended Bundle's Applications -->
|
|
<ccm:application name="ccm-docrepo"/>
|
|
<ccm:application name="ccm-forum"/>
|
|
|
|
<ccm:application name="ccm-cms-portletdataprovider"/>
|
|
|
|
<!-- Extended Bundle's SCI extensions -->
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS potential ADD-ONS packages -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- CMS Content Types -->
|
|
<!--
|
|
-->
|
|
<ccm:application name="ccm-cms-types-agenda"/>
|
|
<ccm:application name="ccm-cms-types-faqitem"/>
|
|
<ccm:application name="ccm-cms-types-glossaryitem"/>
|
|
<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-ldn-types-organization"/>
|
|
<ccm:application name="ccm-cms-types-pressrelease"/>
|
|
<ccm:application name="ccm-cms-types-service"/>
|
|
<ccm:application name="ccm-cms-types-organization"/>
|
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
|
|
|
<ccm:application name="ccm-cms-assets-orgaunittext"/>
|
|
|
|
<!-- Applications -->
|
|
<!--
|
|
-->
|
|
<ccm:application name="ccm-atoz"/>
|
|
<ccm:application name="ccm-atoz-siteproxy"/>
|
|
<ccm:application name="ccm-auth-http"/>
|
|
<ccm:application name="ccm-bookmarks"/>
|
|
<ccm:application name="ccm-faq"/>
|
|
<ccm:application name="ccm-forum-categorised"/>
|
|
<!--
|
|
-->
|
|
|
|
<!-- LDN extension -->
|
|
<!--
|
|
-->
|
|
<ccm:application name="ccm-ldn-atoz"/>
|
|
<ccm:application name="ccm-ldn-exporter"/>
|
|
<ccm:application name="ccm-ldn-freeform"/>
|
|
<ccm:application name="ccm-ldn-importer"/>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS packages under EVALUATION -->
|
|
<!-- These packages will not be made available in any bundle. -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Content Types under evaluation -->
|
|
<ccm:application name="ccm-webpage"/>
|
|
|
|
<!-- Applications under evaluation -->
|
|
<!-- Currently broken. -->
|
|
<!--
|
|
<ccm:application name="ccm-atoz"/>
|
|
<ccm:application name="ccm-atoz-siteproxy"/>
|
|
<ccm:application name="ccm-ldn-atoz"/> -->
|
|
<ccm:application name="ccm-docmgr"/>
|
|
|
|
<!-- some minor program issues -->
|
|
<ccm:application name="ccm-portalserver"/>
|
|
|
|
<!-- currently doesn't work for unknown reason / no documentation
|
|
currently doesn't load bundle (references to apm_packages) -->
|
|
<!-- <ccm:application name="ccm-simplesurvey"/> -->
|
|
<!-- no documentation -->
|
|
<ccm:application name="ccm-weblog"/>
|
|
|
|
<!-- Portlets -->
|
|
<!-- bookmarks error: no such resource: ccm-wsx-bookmarks-portlet.pdl.mf
|
|
<ccm:application name="ccm-portlet-bookmarks"/> -->
|
|
<!-- portlet collection: missing pdl file
|
|
<ccm:application name="ccm-portlet-collection"/>
|
|
portlet latestnews depends not just on types news, but rss and
|
|
several others.
|
|
<ccm:application name="ccm-portlet-latestnews"/>
|
|
-->
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Scientific CMS list of OBSOLETE modules -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- OBSOLETE Content Types -->
|
|
<!-- <ccm:application name="ccm-cms-types-motditem"/>
|
|
Current code does not include any xsl templates, content type does not
|
|
appear in the list of types in content center.
|
|
For the moment no longer supported (2012-02-06) -->
|
|
|
|
<!-- OBSOLETE Applications -->
|
|
|
|
|
|
<!-- OBSOLETE LDN extension -->
|
|
|
|
<!-- Conflicts with ccm-sci-bundle (this package) -->
|
|
<!-- <ccm:application name="ccm-ldn-aplaws"/> -->
|
|
|
|
<!-- In it's current implementation very ldn / aplaws specific
|
|
<ccm:application name="ccm-ldn-atoz"/>
|
|
<ccm:application name="ccm-ldn-dublin"/>
|
|
<ccm:application name="ccm-ldn-portalworkspace-homepage"/>
|
|
<ccm:application name="ccm-ldn-types-contact"/>
|
|
<ccm:application name="ccm-ldn-types-esdservice"/> -->
|
|
|
|
<!-- Without known funcionality
|
|
<ccm:application name="ccm-formbuilder-pdf"/>
|
|
<ccm:application name="ccm-ldn-userpreferences"/> -->
|
|
|
|
|
|
</ccm:build>
|
|
|
|
</ccm:project>
|