libreccm-legacy/ccm-core/application.xml

36 lines
1.4 KiB
XML
Executable File

<?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-core"
prettyName="Core"
version="6.5.6"
release="2"
shared="true"
webapp="ROOT"
buildHooks="build-hooks.xml">
<ccm:dependencies>
<ccm:buildRequires name="httpunit" version="1.5.4" relation="ge"/>
<ccm:buildRequires name="junit" version="3.8" relation="ge"/>
<ccm:buildRequires name="junitperf" version="1.8" relation="ge"/>
<ccm:buildRequires name="ccm-servlet" version="2.3" relation="ge"/>
<ccm:buildRequires name="ojdbc14"/>
<ccm:buildRequires name="postgresql-jdbc"/>
<ccm:runRequires name="ccm-servlet-2.3"/>
</ccm:dependencies>
<!-- As of Tomcat 6 obviously no longer needed to avoid the malformed URL exception
thrown by the resource URL method
Correction: Still needed. URL resource protocoll must be replaced by another
Solution, e.g. reuse of ResourceParameter
-->
<ccm:systemPackages>
<ccm:package path="com/arsdigita/util/protocol/"/>
</ccm:systemPackages>
<ccm:contacts>
<ccm:contact uri="http://www.redhat.com/software/rhea" type="website"/>
<ccm:contact uri="mailto:rhea@redhat.com" type="support"/>
</ccm:contacts>
<ccm:description>
The Red Hat Web Application Framework is a platform for writing
database-backed web applications in Java.
</ccm:description>
</ccm:application>