Quasi's Bundel angepaßt
git-svn-id: https://svn.libreccm.org/ccm/trunk@1061 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
fe50a3c468
commit
0ae9007a1c
|
|
@ -1,82 +0,0 @@
|
||||||
# ZeS devel application.cfg
|
|
||||||
# Main apps
|
|
||||||
ccm-core
|
|
||||||
ccm-cms
|
|
||||||
|
|
||||||
# Content assets
|
|
||||||
ccm-cms-assets-fileattachment
|
|
||||||
ccm-cms-assets-imagestep
|
|
||||||
ccm-cms-assets-notes
|
|
||||||
ccm-cms-assets-relatedlink
|
|
||||||
|
|
||||||
# Content types
|
|
||||||
ccm-cms-types-address
|
|
||||||
# -- ccm-cms-types-agenda
|
|
||||||
ccm-cms-types-article
|
|
||||||
ccm-cms-types-bookmark
|
|
||||||
ccm-cms-types-contact
|
|
||||||
ccm-cms-types-event
|
|
||||||
ccm-cms-types-faqitem
|
|
||||||
ccm-cms-types-filestorageitem
|
|
||||||
ccm-cms-types-formitem
|
|
||||||
ccm-cms-types-formsectionitem
|
|
||||||
ccm-cms-types-glossaryitem
|
|
||||||
# -- ccm-cms-types-htmlform
|
|
||||||
# -- ccm-cms-types-inlinesite
|
|
||||||
ccm-cms-types-image
|
|
||||||
# -- ccm-cms-types-job
|
|
||||||
# -- ccm-cms-types-legalnotice
|
|
||||||
ccm-cms-types-member
|
|
||||||
# -- ccm-cms-types-minutes
|
|
||||||
# -- ccm-cms-types-motditem
|
|
||||||
ccm-cms-types-mparticle
|
|
||||||
ccm-cms-types-newsitem
|
|
||||||
# -- ccm-cms-types-organization
|
|
||||||
ccm-cms-types-person
|
|
||||||
# -- ccm-cms-types-pressrelease
|
|
||||||
# -- ccm-cms-types-researchnetwork
|
|
||||||
# -- ccm-cms-types-service
|
|
||||||
# ccm-cms-types-survey
|
|
||||||
ccm-cms-types-siteproxy
|
|
||||||
# -- xmlfeed wird moeglicherweise ebenfalls nicht gebraucht
|
|
||||||
ccm-cms-types-xmlfeed
|
|
||||||
|
|
||||||
# Applications
|
|
||||||
# ------------
|
|
||||||
# -- ccm-auth-http
|
|
||||||
# -- ccm-bookmarks
|
|
||||||
# -- ccm-docmngr ## temp., produces errors in build
|
|
||||||
# -- ccm-formbuilder-pdf
|
|
||||||
ccm-forum
|
|
||||||
# -- ccm-forum-categorised
|
|
||||||
ccm-portalworkspace
|
|
||||||
# -- ccm-simplesurvey
|
|
||||||
ccm-themedirector
|
|
||||||
ccm-user-preferences
|
|
||||||
# -- ccm-weblog
|
|
||||||
# -- ccm-webpage
|
|
||||||
|
|
||||||
# ldn extensions
|
|
||||||
# --------------
|
|
||||||
# -- ccm-ldn-aplaws
|
|
||||||
# -- ccm-ldn-atoz
|
|
||||||
# -- ccm-ldn-dublin
|
|
||||||
# -- ccm-ldn-exporter
|
|
||||||
# -- ccm-ldn-freeform
|
|
||||||
# -- ccm-ldn-importer
|
|
||||||
ccm-ldn-navigation
|
|
||||||
ccm-ldn-rss
|
|
||||||
ccm-ldn-search
|
|
||||||
ccm-ldn-shortcuts
|
|
||||||
ccm-ldn-subsite
|
|
||||||
ccm-ldn-terms
|
|
||||||
ccm-ldn-util
|
|
||||||
|
|
||||||
# sci extensions
|
|
||||||
# --------------
|
|
||||||
ccm-cms-dabinimporter
|
|
||||||
ccm-sci-publications
|
|
||||||
ccm-sci-types-organization
|
|
||||||
# integration layer
|
|
||||||
ccm-zes-aplaws
|
|
||||||
|
|
||||||
|
|
@ -0,0 +1,110 @@
|
||||||
|
<?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="-quasi"
|
||||||
|
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-agenda"/> -->
|
||||||
|
<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-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-inlinesite"/> -->
|
||||||
|
<ccm:application name="ccm-cms-types-image"/>
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-job"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-legalnotice"/> -->
|
||||||
|
<ccm:application name="ccm-cms-types-member"/>
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-minutes"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-motditem"/> -->
|
||||||
|
<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-survey"/> -->
|
||||||
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
||||||
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Applications -->
|
||||||
|
<!-- - - - - - - -->
|
||||||
|
<!-- <ccm:application name="ccm-auth-http"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-bookmarks"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-docmngr"/> -->
|
||||||
|
<ccm:application name="ccm-docrepo"/>
|
||||||
|
<!-- <ccm:application name="ccm-formbuilder-pdf"/> -->
|
||||||
|
<ccm:application name="ccm-forum"/>
|
||||||
|
<!-- <ccm:application name="ccm-forum-categorized"/> -->
|
||||||
|
<ccm:application name="ccm-portalworkspace"/>
|
||||||
|
<!-- <ccm:application name="ccm-simplesurvey"/> -->
|
||||||
|
<ccm:application name="ccm-themedirector"/>
|
||||||
|
<ccm:application name="ccm-user-preferences"/>
|
||||||
|
<!-- <ccm:application name="ccm-weblog"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-webpage"/> -->
|
||||||
|
|
||||||
|
<!-- LDN extension -->
|
||||||
|
<!-- - - - - - - - -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-aplaws"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-atoz"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-dublin"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-exporter"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-freeform"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-importer"/> -->
|
||||||
|
<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>
|
||||||
|
|
@ -1,80 +0,0 @@
|
||||||
# ZeS standard application.cfg
|
|
||||||
# Main apps
|
|
||||||
ccm-core
|
|
||||||
ccm-cms
|
|
||||||
|
|
||||||
# Content assets
|
|
||||||
ccm-cms-assets-fileattachment
|
|
||||||
ccm-cms-assets-imagestep
|
|
||||||
ccm-cms-assets-notes
|
|
||||||
ccm-cms-assets-relatedlink
|
|
||||||
|
|
||||||
# Content types
|
|
||||||
ccm-cms-types-address
|
|
||||||
# -- ccm-cms-types-agenda
|
|
||||||
ccm-cms-types-article
|
|
||||||
ccm-cms-types-bookmark
|
|
||||||
ccm-cms-types-contact
|
|
||||||
ccm-cms-types-event
|
|
||||||
# -- ccm-cms-types-faqitem
|
|
||||||
ccm-cms-types-filestorageitem
|
|
||||||
ccm-cms-types-formitem
|
|
||||||
ccm-cms-types-formsectionitem
|
|
||||||
# -- ccm-cms-types-glossaryitem
|
|
||||||
# -- ccm-cms-types-htmlform
|
|
||||||
# -- ccm-cms-types-inlinesite
|
|
||||||
# -- ccm-cms-types-job
|
|
||||||
# -- ccm-cms-types-legalnotice
|
|
||||||
# -- ccm-cms-types-member
|
|
||||||
# -- ccm-cms-types-minutes
|
|
||||||
# -- ccm-cms-types-motditem
|
|
||||||
|
|
||||||
ccm-cms-types-mparticle
|
|
||||||
ccm-cms-types-newsitem
|
|
||||||
# -- ccm-cms-types-organization
|
|
||||||
ccm-cms-types-person
|
|
||||||
# -- ccm-cms-types-pressrelease
|
|
||||||
# -- ccm-cms-types-researchnetwork
|
|
||||||
# -- ccm-cms-types-service
|
|
||||||
ccm-cms-types-siteproxy
|
|
||||||
# -- xmlfeed wird moeglicherweise ebenfalls nicht gebraucht
|
|
||||||
ccm-cms-types-xmlfeed
|
|
||||||
|
|
||||||
# Applications
|
|
||||||
# ------------
|
|
||||||
# -- ccm-auth-http
|
|
||||||
# -- ccm-bookmarks
|
|
||||||
# -- ccm-docmngr
|
|
||||||
# -- ccm-formbuilder-pdf
|
|
||||||
ccm-forum
|
|
||||||
ccm-portalworkspace
|
|
||||||
ccm-simplesurvey
|
|
||||||
ccm-themedirector
|
|
||||||
ccm-user-preferences
|
|
||||||
# -- ccm-weblog
|
|
||||||
# -- ccm-webpage
|
|
||||||
|
|
||||||
# ldn extensions
|
|
||||||
# --------------
|
|
||||||
# -- ccm-ldn-aplaws
|
|
||||||
# -- ccm-ldn-atoz
|
|
||||||
# -- ccm-ldn-dublin
|
|
||||||
# -- ccm-ldn-exporter
|
|
||||||
# -- ccm-ldn-freeform
|
|
||||||
# -- ccm-ldn-importer
|
|
||||||
|
|
||||||
ccm-ldn-navigation
|
|
||||||
ccm-ldn-rss
|
|
||||||
ccm-ldn-search
|
|
||||||
ccm-ldn-shortcuts
|
|
||||||
ccm-ldn-subsite
|
|
||||||
ccm-ldn-terms
|
|
||||||
ccm-ldn-util
|
|
||||||
|
|
||||||
# sci extensions
|
|
||||||
# --------------
|
|
||||||
ccm-cms-dabinimporter
|
|
||||||
ccm-sci-publications
|
|
||||||
ccm-sci-types-organization
|
|
||||||
# integration layer
|
|
||||||
ccm-zes-aplaws
|
|
||||||
|
|
@ -0,0 +1,109 @@
|
||||||
|
<?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="-quasi"
|
||||||
|
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-agenda"/> -->
|
||||||
|
<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-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-inlinesite"/> -->
|
||||||
|
<ccm:application name="ccm-cms-types-image"/>
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-job"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-legalnotice"/> -->
|
||||||
|
<ccm:application name="ccm-cms-types-member"/>
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-minutes"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-cms-types-motditem"/> -->
|
||||||
|
<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-survey"/> -->
|
||||||
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
||||||
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Applications -->
|
||||||
|
<!-- - - - - - - -->
|
||||||
|
<!-- <ccm:application name="ccm-auth-http"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-bookmarks"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-docmngr"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-formbuilder-pdf"/> -->
|
||||||
|
<ccm:application name="ccm-forum"/>
|
||||||
|
<!-- <ccm:application name="ccm-forum-categorized"/> -->
|
||||||
|
<ccm:application name="ccm-portalworkspace"/>
|
||||||
|
<!-- <ccm:application name="ccm-simplesurvey"/> -->
|
||||||
|
<ccm:application name="ccm-themedirector"/>
|
||||||
|
<ccm:application name="ccm-user-preferences"/>
|
||||||
|
<!-- <ccm:application name="ccm-weblog"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-webpage"/> -->
|
||||||
|
|
||||||
|
<!-- LDN extension -->
|
||||||
|
<!-- - - - - - - - -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-aplaws"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-atoz"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-dublin"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-exporter"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-freeform"/> -->
|
||||||
|
<!-- <ccm:application name="ccm-ldn-importer"/> -->
|
||||||
|
<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>
|
||||||
Loading…
Reference in New Issue