Umbenennungen in ccm-ldn-aplaws.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1656 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
ec708d80d8
commit
07747e3d40
|
|
@ -1,4 +1,4 @@
|
||||||
# APLAWS+ Custom bundle integration.properties
|
# APLAWS+ Base Bundle integration.properties
|
||||||
#
|
#
|
||||||
waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage
|
waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage
|
||||||
#
|
#
|
||||||
|
|
@ -1,16 +1,20 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
<!-- project.xml -custom- containing all modules of the current aplaws
|
<!-- project.xml - BASE - containing all modules of the current aplaws
|
||||||
repository. A set of core modules is active, others are commented out
|
repository. A set of core modules is active, others are commented out
|
||||||
and should activated (uncomment) according to customers requirements. -->
|
and may be activated (uncomment) according to customers 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"
|
<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="aplaws"
|
name="aplaws"
|
||||||
prettyName="APLAWS plus Custom Spin"
|
prettyName="APLAWS plus Base Bundle"
|
||||||
version="2-0-0"
|
version="2-0-0"
|
||||||
release="custom-beta-1-r2234"
|
release="base-beta-1"
|
||||||
webxml="web.xml"
|
webxml="web.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">
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# APLAWS+ Extended bundle integration.properties
|
# APLAWS+ Complete Bundle integration.properties
|
||||||
|
# Complete Bundle is DEPRECATED!
|
||||||
#
|
#
|
||||||
waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage
|
waf.bebop.base_page=com.arsdigita.aplaws.ui.SimplePage
|
||||||
#
|
#
|
||||||
|
|
@ -1,14 +1,15 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
|
||||||
<!-- project.xml -extended- containing a nearly complete set of modules. -->
|
<!-- project.xml - COMPLETE - containing a nearly complete set of modules. -->
|
||||||
|
<!-- DEPRECATED! DON'T USE for new installations! -->
|
||||||
|
|
||||||
<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="aplaws"
|
name="aplaws"
|
||||||
prettyName="APLAWS plus Extended Spin"
|
prettyName="APLAWS plus Complete Bundle"
|
||||||
version="2-0-0"
|
version="2-0-0"
|
||||||
release="ext-beta"
|
release="compl-beta-1"
|
||||||
webxml="web.xml"
|
webxml="web.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">
|
||||||
|
|
@ -106,7 +107,7 @@
|
||||||
neither it does not appear in content center -->
|
neither it does not appear in content center -->
|
||||||
<ccm:application name="ccm-cms-types-motditem"/>
|
<ccm:application name="ccm-cms-types-motditem"/>
|
||||||
|
|
||||||
<!-- Extended Bundle's Applications -->
|
<!-- Complete Bundle's Applications -->
|
||||||
<ccm:application name="ccm-atoz-siteproxy"/> <!-- requires siteproxy!-->
|
<ccm:application name="ccm-atoz-siteproxy"/> <!-- requires siteproxy!-->
|
||||||
<ccm:application name="ccm-auth-http"/>
|
<ccm:application name="ccm-auth-http"/>
|
||||||
<!-- currently doesn't work for unknown reason -->
|
<!-- currently doesn't work for unknown reason -->
|
||||||
|
|
@ -115,7 +116,7 @@
|
||||||
<ccm:application name="ccm-formbuilder-pdf"/>
|
<ccm:application name="ccm-formbuilder-pdf"/>
|
||||||
<ccm:application name="ccm-ldn-userpreferences"/>
|
<ccm:application name="ccm-ldn-userpreferences"/>
|
||||||
|
|
||||||
<!-- Extended Bundle's LDN extensions -->
|
<!-- Complete Bundle's LDN extensions -->
|
||||||
<ccm:application name="ccm-ldn-exporter"/>
|
<ccm:application name="ccm-ldn-exporter"/>
|
||||||
<ccm:application name="ccm-ldn-freeform"/>
|
<ccm:application name="ccm-ldn-freeform"/>
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue