blob: 376aa28e9496ff84e2715c031864b196d3e65fbd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<module name="jakarta-jcs">
<description>Cache</description>
<url href="http://jakarta.apache.org/jcs/"/>
<cvs repository="jakarta"/>
<!-- This is really the cvs module. We need to change this but -->
<!-- I will leave this for now until everything works. -->
<project name="jakarta-jcs">
<!-- Standard Maven target to produce Javadocs, source -->
<!-- and binary distributions. -->
<ant buildfile="build-gump.xml" target="jar">
<property name="final.name" value="jcs-@@DATE@@"/>
</ant>
<!-- All Maven projects need Ant and Xerces to build. -->
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
<depend project="commons-configuration"/>
<depend project="commons-logging"/>
<depend project="commons-lang"/>
<depend project="concurrent"/>
<depend project="hsqldb"/>
<depend project="jakarta-log4j"/>
<depend project="jakarta-servletapi"/>
<depend project="javagroups"/>
<depend project="jisp"/>
<depend project="jakarta-tomcat-util"/>
<depend project="jakarta-tomcat"/>
<depend project="xml-rpc"/>
<depend project="jakarta-velocity"/>
<work nested="target/classes"/>
<home nested="target"/>
<jar name="jcs-@@DATE@@.jar"/>
<javadoc nested="docs/apidocs"/>
<nag to="turbine-jcs-dev@jakarta.apache.org"
from="JCS Developers &lt;turbine-jcs-dev@jakarta.apache.org&gt;"/>
</project>
</module>