Synchronized with changes in final release 2. 3. 5-01
git-svn-id: https://svn.libreccm.org/ccm/trunk@5932 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
b65f3da40b
commit
b8ed291f62
|
|
@ -1,25 +1,25 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
<!-- ======================================================================
|
<!-- ======================================================================
|
||||||
project.xml - STANDARD - includes a set of modules supposed to be
|
project.xml - STANDARD - includes a set of modules supposed to be
|
||||||
useful for most (or even any) installations of LibreCMS.
|
useful for most (or even any) installations of LibreCMS.
|
||||||
|
|
||||||
Other modules are commented out but compiled into an add-on bundle to
|
Other modules are commented out but compiled into an add-on bundle to
|
||||||
be used by a site administrator to create a customized installation
|
be used by a site administrator to create a customized installation
|
||||||
using ccm-hostinit command.
|
using ccm-hostinit command.
|
||||||
Last checked: 2018-12
|
Last checked: 2018-12
|
||||||
======================================================================= -->
|
======================================================================= -->
|
||||||
|
|
||||||
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
||||||
ccmVersion="6.1"
|
ccmVersion="6.1"
|
||||||
name="librecms"
|
name="librecms"
|
||||||
prettyName="LibreCMS (Standard Bundle)"
|
prettyName="LibreCMS (Standard Bundle)"
|
||||||
version="2.3.99"
|
version="2.3.99"
|
||||||
release="std-r5397"
|
release="std-r5397"
|
||||||
webxml="web.xml"
|
webxml="web.xml"
|
||||||
portletxml="portlet.xml"
|
portletxml="portlet.xml"
|
||||||
webapp="ROOT"
|
webapp="ROOT"
|
||||||
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
||||||
|
|
||||||
<ccm:databases>
|
<ccm:databases>
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
<!-- ccm-portalworkspace depends on ccm-subsite -->
|
<!-- ccm-portalworkspace depends on ccm-subsite -->
|
||||||
<ccm:application name="ccm-portalworkspace"/>
|
<ccm:application name="ccm-portalworkspace"/>
|
||||||
<ccm:application name="ccm-shortcuts"/>
|
<ccm:application name="ccm-shortcuts"/>
|
||||||
<ccm:application name="ccm-subsite"/>
|
<ccm:application name="ccm-subsite"/>
|
||||||
<ccm:application name="ccm-themedirector"/>
|
<ccm:application name="ccm-themedirector"/>
|
||||||
|
|
||||||
<!-- LDN extension -->
|
<!-- LDN extension -->
|
||||||
|
|
@ -61,10 +61,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
Libre CMS additional packages for STANDARD Bundle
|
Libre CMS additional packages for SLIMLINE Bundle, which are also
|
||||||
Designed primarily for ORGANISATIONAL rich content web sites
|
part of the STANDARD Bundle.
|
||||||
Includes all slimline bundle modules and adds a set appropriate for
|
It is designed primarily for ORGANISATIONAL rich content web sites
|
||||||
|
and includes all slimline bundle modules and adds a set appropriate for
|
||||||
organisations, social movements, foundations, of communities
|
organisations, social movements, foundations, of communities
|
||||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
|
|
@ -80,6 +81,7 @@
|
||||||
<ccm:application name="ccm-cms-types-contact"/>
|
<ccm:application name="ccm-cms-types-contact"/>
|
||||||
<ccm:application name="ccm-cms-types-decisiontree"/>
|
<ccm:application name="ccm-cms-types-decisiontree"/>
|
||||||
<ccm:application name="ccm-cms-types-event"/>
|
<ccm:application name="ccm-cms-types-event"/>
|
||||||
|
<ccm:application name="ccm-cms-types-externallink"/>
|
||||||
<ccm:application name="ccm-cms-types-faqitem"/>
|
<ccm:application name="ccm-cms-types-faqitem"/>
|
||||||
<ccm:application name="ccm-cms-types-filestorageitem"/>
|
<ccm:application name="ccm-cms-types-filestorageitem"/>
|
||||||
<ccm:application name="ccm-cms-types-formitem"/>
|
<ccm:application name="ccm-cms-types-formitem"/>
|
||||||
|
|
@ -90,11 +92,12 @@
|
||||||
<ccm:application name="ccm-cms-types-newsitem"/>
|
<ccm:application name="ccm-cms-types-newsitem"/>
|
||||||
<ccm:application name="ccm-cms-types-person"/>
|
<ccm:application name="ccm-cms-types-person"/>
|
||||||
|
|
||||||
<!-- Applications -->
|
<!-- Additional Applications which extends the slimline part -->
|
||||||
<ccm:application name="ccm-forum"/>
|
<ccm:application name="ccm-forum"/>
|
||||||
|
<ccm:application name="ccm-forum-categorised"/>
|
||||||
|
|
||||||
<!-- temporarily excluded because configuration issues have to be resolved
|
<!-- temporarily excluded because configuration issues have to be resolved
|
||||||
<ccm:application name="ccm-rssfeed"/>
|
<ccm:application name="ccm-rssfeed"/>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -104,11 +107,11 @@
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
<!-- Content Assets -->
|
<!-- Content Assets -->
|
||||||
<!--
|
<!--
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- CMS Content Types -->
|
<!-- CMS Content Types -->
|
||||||
<!--
|
<!--
|
||||||
<ccm:application name="ccm-cms-types-agenda"/>
|
<ccm:application name="ccm-cms-types-agenda"/>
|
||||||
<ccm:application name="ccm-cms-types-inlinesite"/>
|
<ccm:application name="ccm-cms-types-inlinesite"/>
|
||||||
<ccm:application name="ccm-cms-types-job"/>
|
<ccm:application name="ccm-cms-types-job"/>
|
||||||
|
|
@ -129,7 +132,7 @@
|
||||||
<ccm:application name="ccm-cms-publicpersonalprofile"/>
|
<ccm:application name="ccm-cms-publicpersonalprofile"/>
|
||||||
<ccm:application name="ccm-docmgr"/>
|
<ccm:application name="ccm-docmgr"/>
|
||||||
<ccm:application name="ccm-docrepo"/>
|
<ccm:application name="ccm-docrepo"/>
|
||||||
<ccm:application name="ccm-forum-categorised"/>
|
|
||||||
-->
|
-->
|
||||||
<!--
|
<!--
|
||||||
<ccm:application name="ccm-portalserver"/>
|
<ccm:application name="ccm-portalserver"/>
|
||||||
|
|
@ -158,9 +161,9 @@
|
||||||
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
||||||
|
|
||||||
<!-- Content Types -->
|
<!-- Content Types -->
|
||||||
<!-- <ccm:application name="ccm-cms-types-motditem"/>
|
<!-- <ccm:application name="ccm-cms-types-motditem"/>
|
||||||
Current code does not include any xsl templates, conent type does not
|
Current code does not include any xsl templates, conent type does not
|
||||||
appear in the list of types in content center.
|
appear in the list of types in content center.
|
||||||
For the moment no longer supported (2012-02-06) -->
|
For the moment no longer supported (2012-02-06) -->
|
||||||
|
|
||||||
<!-- Applications -->
|
<!-- Applications -->
|
||||||
|
|
@ -174,8 +177,8 @@
|
||||||
<!-- and contains very ldn specific (esd) meta tags -->
|
<!-- and contains very ldn specific (esd) meta tags -->
|
||||||
<!-- <ccm:application name="ccm-ldn-aplaws"/> -->
|
<!-- <ccm:application name="ccm-ldn-aplaws"/> -->
|
||||||
<!-- In it's current implementation very ldn / aplaws specific
|
<!-- In it's current implementation very ldn / aplaws specific
|
||||||
<ccm:application name="ccm-ldn-atoz"/>
|
<ccm:application name="ccm-ldn-atoz"/>
|
||||||
<ccm:application name="ccm-ldn-dublin"/>
|
<ccm:application name="ccm-ldn-dublin"/>
|
||||||
<ccm:application name="ccm-ldn-types-contact"/>
|
<ccm:application name="ccm-ldn-types-contact"/>
|
||||||
<ccm:application name="ccm-ldn-types-esdservice"/> -->
|
<ccm:application name="ccm-ldn-types-esdservice"/> -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue