mcconnell 2004/07/04 00:50:27
Added: project avalon-tools.xml
Log:
Add defintion of avalon-tools module containing the magic project definition.
Revision Changes Path
1.1 gump/project/avalon-tools.xml
Index: avalon-tools.xml
===================================================================
<?xml version="1.0" ?>
<!--
Copyright 2001-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.
-->
<module name="avalon-tools">
<url href="http://avalon.apache.org/"/>
<description>Avalon Tools.</description>
<svn href="https://svn.apache.org/repos/asf/avalon/trunk"/>
<project name="avalon-tools-magic">
<license name="central/system/license/LICENSE.TXT"/>
<ant basedir="tools/magic" buildfile=bootstrap.xml" target="gump">
<property name="gump.signature" value="@@DATE@@"/>
</ant>
<depend project="junit"/>
<depend project="ant" id="ant"/>
<depend project="ant" id="junit"/>
<depend project="ant" id="nodeps"/>
<home nested="tools/magic/target/deliverables"/>
<jar type="boot" name="jars/avalon-tools-magic-@@DATE@@.jar"/>
<nag to="[EMAIL PROTECTED]"
from="Gump Integration <[EMAIL PROTECTED]>"/>
</project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]