| <?xml version="1.0"?> |
| <!-- |
| Copyright 1999-2004 The Apache Software Foundation |
| |
| Licensed 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. |
| --> |
| |
| <!-- $Id: gump.xml,v 1.4 2004/03/13 14:35:36 gregor Exp $ --> |
| |
| <module name="cocoon-lenya"> |
| |
| <url href="http://cocoon.apache.org/lenya/"/> |
| <description>Content Management System</description> |
| |
| <cvs repository="cocoon-lenya"/> |
| |
| <!-- |
| ******************************* |
| ******** Lenya CORE ******** |
| ******************************* |
| --> |
| |
| <project name="cocoon-lenya"> |
| <package>org.apache.lenya</package> |
| |
| <ant target="gump-core"> |
| <property name="version" value="@@DATE@@"/> |
| <depend property="logkit.jar" project="dist-avalon-logkit"/> |
| <depend property="avalonapi.jar" project="avalon"/> |
| </ant> |
| |
| <!-- only depend on Cocoon for now. --> |
| <depend project="cocoon" inherit="runtime"/> |
| |
| <work nested="build/lenya-@@DATE@@/classes"/> |
| |
| <home nested="build/lenya-@@DATE@@"/> |
| |
| <jar name="cocoon.jar"/> |
| |
| <javadoc parent="build/lenya-@@DATE@@/javadocs"/> |
| |
| <nag from="Gump" to="lenya-dev@cocoon.apache.org"> |
| <regexp pattern="/BUILD FAILED/" subject="Build Failure - Lenya"/> |
| </nag> |
| </project> |
| |
| </module> |