niclas 2004/03/16 11:13:53
Added: project avalon-fortress-container.xml
avalon-fortress-examples.xml
avalon-fortress-tools.xml avalon-framework.xml
avalon-logging.xml avalon-meta.xml avalon.xml
Log:
Moving the Gump descriptors from our private space to where I think they belong.
Revision Changes Path
1.1 gump/project/avalon-fortress-container.xml
Index: avalon-fortress-container.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project name="avalon-fortress-container">
<package>org.apache.avalon</package>
<ant target="dist" basedir="fortress/container">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="ant" inherit="runtime"></depend>
<depend project="xml-xalan2"></depend>
<depend project="xml-xerces"></depend>
<depend runtime="true" project="jakarta-bcel"></depend>
<depend runtime="true" project="commons-collections"></depend>
<depend runtime="true" project="concurrent"></depend>
<depend runtime="true" project="excalibur-event"></depend>
<depend runtime="true" project="excalibur-i18n"></depend>
<depend runtime="true" project="excalibur-instrument"></depend>
<depend runtime="true" project="excalibur-instrument-manager"></depend>
<depend runtime="true" project="excalibur-lifecycle-api"></depend>
<depend runtime="true" project="excalibur-logger"></depend>
<depend runtime="true" project="excalibur-sourceresolve"></depend>
<depend runtime="true" project="avalon-framework"></depend>
<depend runtime="true" project="junit"></depend>
<depend runtime="true" project="avalon-logkit"></depend>
<depend runtime="true" project="qdox"></depend>
<work nested="fortress/container/target/classes"></work>
<work nested="fortress/container/target/api-classes"></work>
<work nested="fortress/container/target/impl-classes"></work>
<work nested="fortress/container/target/test-classes"></work>
<home nested="fortress/container"></home>
<jar name="target/avalon-fortress-container-@@DATE@@.jar" id="combined"></jar>
<jar name="target/avalon-fortress-container-@@DATE@@-api.jar" id="api"></jar>
<jar name="target/avalon-fortress-container-@@DATE@@-impl.jar" id="impl"></jar>
<javadoc nested="fortress/container/target/docs/apidocs"></javadoc>
<junitreport nested="fortress/container/target/docs/junitreports"></junitreport>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
1.1 gump/project/avalon-fortress-examples.xml
Index: avalon-fortress-examples.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project name="avalon-fortress-examples">
<package>org.apache.avalon</package>
<ant target="dist" basedir="fortress/examples">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="ant" inherit="runtime"></depend>
<depend project="xml-xalan2"></depend>
<depend project="xml-xerces"></depend>
<depend runtime="true" project="avalon-fortress-container"></depend>
<depend runtime="true" project="jakarta-bcel"></depend>
<depend runtime="true" project="commons-collections"></depend>
<depend runtime="true" project="concurrent"></depend>
<depend runtime="true" project="excalibur-event"></depend>
<depend runtime="true" project="excalibur-i18n"></depend>
<depend runtime="true" project="excalibur-instrument"></depend>
<depend runtime="true" project="excalibur-lifecycle-api"></depend>
<depend runtime="true" project="excalibur-logger"></depend>
<depend runtime="true" project="excalibur-sourceresolve"></depend>
<depend runtime="true" project="avalon-framework"></depend>
<depend runtime="true" project="junit"></depend>
<depend runtime="true" project="avalon-logkit"></depend>
<depend runtime="true" project="qdox"></depend>
<depend runtime="true" project="jakarta-servletapi-4"></depend>
<work nested="fortress/examples/target/classes"></work>
<home nested="fortress/examples"></home>
<jar name="target/avalon-fortress-examples-@@DATE@@.jar"></jar>
<javadoc nested="fortress/examples/target/docs/apidocs"></javadoc>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
1.1 gump/project/avalon-fortress-tools.xml
Index: avalon-fortress-tools.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project name="avalon-fortress-tools">
<package>org.apache.avalon</package>
<ant target="dist" basedir="fortress/tools">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="ant" inherit="runtime"></depend>
<depend project="xml-xalan2"></depend>
<depend project="xml-xerces"></depend>
<depend runtime="true" inherit="runtime"
project="avalon-fortress-container"></depend>
<depend runtime="true" project="junit"></depend>
<depend runtime="true" project="qdox"></depend>
<work nested="fortress/tools/target/classes"></work>
<home nested="fortress/tools"></home>
<jar name="target/avalon-fortress-tools-@@DATE@@.jar"></jar>
<javadoc nested="fortress/tools/target/docs/apidocs"></javadoc>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
1.1 gump/project/avalon-framework.xml
Index: avalon-framework.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project name="avalon-framework">
<package>org.apache.avalon</package>
<ant target="dist" basedir="framework">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/>
<depend project="xml-xerces"/>
<depend runtime="true" project="junit"/>
<depend runtime="true" project="jakarta-log4j"/>
<depend runtime="true" project="avalon-logkit"/>
<work nested="framework/api/target/classes"/>
<work nested="framework/impl/target/classes"/>
<!--<work nested="framework/api/target/test-classes"/>-->
<work nested="framework/impl/target/test-classes"/>
<home nested="framework"/>
<jar name="target/avalon-framework-@@DATE@@.jar" id="combined"/>
<jar name="api/target/avalon-framework-api-@@DATE@@.jar" id="api"/>
<jar name="impl/target/avalon-framework-impl-@@DATE@@.jar" id="impl"/>
<javadoc nested="framework/target/docs/apidocs"/>
<junitreport nested="framework/target/docs/junitreports"/>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"/>
</project>
1.1 gump/project/avalon-logging.xml
Index: avalon-logging.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-logging">
<!-- ===================================================================
General notes
* Avalon Logging is built using maven. We use a very basic
buildfile which delegates to a common buildfile which emulates
most of the maven behaviour.
-->
<url href="http://avalon.apache.org/logging/"/>
<description>
A pluggable logging wrapper for Avalon-based systems.
</description>
<cvs repository="avalon"/>
<project name="avalon-logging-api">
<package>org.apache.avalon.lifecycle</package>
<ant basedir="logging/api" target="jar">
<property name="project.version" value="@@DATE@@"/>
</ant>
<!-- runtime dependencies -->
<depend property="avalon-framework.jar" project="avalon-framework"
runtime="true" id="api"/>
<!-- test-time dependencies -->
<depend project="junit"/>
<!-- build-time dependencies -->
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<!-- optional dependencies -->
<option project="checkstyle" inherit="runtime"/>
<mkdir dir="logging/api/target/classes"/>
<mkdir dir="logging/api/target/test-classes"/>
<work nested="logging/api/target/classes"/>
<work nested="logging/api/target/test-classes"/>
<home nested="logging/api"/>
<jar name="target/avalon-logging-api-@@DATE@@.jar" />
<junitreport nested="logging/api/target/test-reports"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
<project name="avalon-logging-spi">
<package>org.apache.avalon.lifecycle</package>
<ant basedir="logging/api" target="jar">
<property name="project.version" value="@@DATE@@"/>
</ant>
<!-- runtime dependencies -->
<depend property="avalon-framework.jar" project="avalon-framework"
runtime="true" id="api"/>
<depend project="avalon-logging-api" runtime="true"/>
<depend project="avalon-repository-api" runtime="true"/>
<depend project="avalon-repository-spi" runtime="true"/>
<depend project="avalon-repository-main" runtime="true"/>
<depend project="avalon-util-criteria" runtime="true"/>
<depend project="avalon-util-i18n" runtime="true"/>
<depend project="avalon-util-defaults" runtime="true"/>
<depend project="excalibur-configuration" runtime="true"/>
<!-- test-time dependencies -->
<depend property="junit.jar" project="junit"/>
<!-- build-time dependencies -->
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<!-- optional dependencies -->
<option project="checkstyle" inherit="runtime"/>
<mkdir dir="logging/api/target/classes"/>
<mkdir dir="logging/api/target/test-classes"/>
<work nested="logging/api/target/classes"/>
<work nested="logging/api/target/test-classes"/>
<home nested="logging/api"/>
<jar name="target/avalon-logging-api-@@DATE@@.jar" />
<junitreport nested="logging/api/target/test-reports"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
<project name="avalon-logging-impl">
<package>org.apache.avalon.lifecycle</package>
<ant basedir="logging/impl" target="jar">
<property name="project.version" value="@@DATE@@"/>
</ant>
<!-- runtime dependencies -->
<depend project="avalon-framework" runtime="true" id="api"/>
<depend project="avalon-logging-api" runtime="true"/>
<depend project="avalon-logging-spi" runtime="true"/>
<depend project="avalon-repository-api" runtime="true"/>
<depend project="avalon-repository-spi" runtime="true"/>
<depend project="avalon-util-criteria" runtime="true"/>
<depend project="avalon-util-i18n" runtime="true"/>
<depend project="avalon-util-defaults" runtime="true"/>
<depend project="excalibur-configuration" runtime="true"/>
<!-- test-time dependencies -->
<depend property="junit.jar" project="junit"/>
<!-- build-time dependencies -->
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<!-- optional dependencies -->
<option project="checkstyle" inherit="runtime"/>
<mkdir dir="logging/impl/target/classes"/>
<mkdir dir="logging/impl/target/test-classes"/>
<work nested="logging/impl/target/classes"/>
<work nested="logging/impl/target/test-classes"/>
<home nested="logging/impl"/>
<jar name="target/avalon-logging-impl-@@DATE@@.jar" />
<junitreport nested="logging/impl/target/test-reports"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
<project name="avalon-logging-logkit">
<package>org.apache.avalon.lifecycle</package>
<ant basedir="logging/impl" target="jar">
<property name="project.version" value="@@DATE@@"/>
</ant>
<!-- runtime dependencies -->
<depend project="avalon-framework" runtime="true" id="api"/>
<depend project="avalon-logging-api" runtime="true"/>
<depend project="avalon-logging-spi" runtime="true"/>
<depend project="avalon-repository-api" runtime="true"/>
<depend project="avalon-repository-spi" runtime="true"/>
<depend project="avalon-util-criteria" runtime="true"/>
<depend project="avalon-util-i18n" runtime="true"/>
<depend project="avalon-util-defaults" runtime="true"/>
<depend project="excalibur-configuration" runtime="true"/>
<!-- test-time dependencies -->
<depend property="junit.jar" project="junit"/>
<!-- build-time dependencies -->
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<!-- optional dependencies -->
<option project="checkstyle" inherit="runtime"/>
<mkdir dir="logging/impl/target/classes"/>
<mkdir dir="logging/impl/target/test-classes"/>
<work nested="logging/impl/target/classes"/>
<work nested="logging/impl/target/test-classes"/>
<home nested="logging/impl"/>
<jar name="target/avalon-logging-impl-@@DATE@@.jar" />
<junitreport nested="logging/impl/target/test-reports"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
<project name="avalon-logging-log4j">
<package>org.apache.avalon.lifecycle</package>
<ant basedir="logging/impl" target="jar">
<property name="project.version" value="@@DATE@@"/>
</ant>
<!-- runtime dependencies -->
<depend project="avalon-framework" runtime="true" id="api"/>
<depend project="avalon-logging-api" runtime="true"/>
<depend project="avalon-logging-spi" runtime="true"/>
<depend project="avalon-repository-api" runtime="true"/>
<depend project="avalon-repository-spi" runtime="true"/>
<depend project="avalon-util-criteria" runtime="true"/>
<depend project="avalon-util-i18n" runtime="true"/>
<depend project="avalon-util-defaults" runtime="true"/>
<depend project="excalibur-configuration" runtime="true"/>
<!-- test-time dependencies -->
<depend property="junit.jar" project="junit"/>
<!-- build-time dependencies -->
<depend project="ant" inherit="runtime"/>
<depend project="xml-xerces"/>
<depend project="xml-xalan2"/>
<!-- optional dependencies -->
<option project="checkstyle" inherit="runtime"/>
<mkdir dir="logging/impl/target/classes"/>
<mkdir dir="logging/impl/target/test-classes"/>
<work nested="logging/impl/target/classes"/>
<work nested="logging/impl/target/test-classes"/>
<home nested="logging/impl"/>
<jar name="target/avalon-logging-impl-@@DATE@@.jar" />
<junitreport nested="logging/impl/target/test-reports"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
</module>
1.1 gump/project/avalon-meta.xml
Index: avalon-meta.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-logkit">
<url href="http://avalon.apache.org/"/>
<description>
Avalon Meta Information package.
</description>
<cvs repository="avalon"/>
<project name="avalon-meta-api">
<package>org.apache.avalon.meta</package>
<ant basedir="meta">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="avalon-framework" id="api" />
<depend project="avalon-framework" id="impl" />
<work nested="meta/api/target/classes"></work>
<home nested="meta/api"></home>
<jar name="target/jars/avalon-meta-api-@@DATE@@.jar" id="api"></jar>
<javadoc nested="meta/api/target/docs/apidocs"></javadoc>
<junitreport nested="meta/api/target/test-reports"></junitreport>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
<project name="avalon-meta-spi">
<package>org.apache.avalon.meta.spi</package>
<ant basedir="meta">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="avalon-framework" id="api" />
<depend project="avalon-meta-api" />
<work nested="meta/spi/target/classes"></work>
<home nested="meta/spi"></home>
<jar name="target/jars/avalon-meta-spi-@@DATE@@.jar" id="spi"></jar>
<javadoc nested="meta/spi/target/docs/apidocs"></javadoc>
<junitreport nested="meta/spi/target/test-reports"></junitreport>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
<work nested="meta/plugin/target/classes"></work>
<project name="avalon-meta-tools">
<package>org.apache.avalon.meta.tools</package>
<ant basedir="meta">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="avalon-framework" id="api" />
<depend project="avalon-framework" id="impl" />
<depend project="avalon-meta-api" />
<depend project="avalon-meta-spi" />
<depend project="avalon-meta-impl" />
<depend project="excalibur-configuration" />
<depend project="qdox" />
<work nested="meta/tools/target/classes"></work>
<home nested="meta/tools"></home>
<jar name="target/jars/avalon-meta-tools-@@DATE@@.jar" id="tools"></jar>
<javadoc nested="meta/tools/target/docs/apidocs"></javadoc>
<junitreport nested="meta/tools/target/test-reports"></junitreport>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
<project name="avalon-meta-plugin">
<package>org.apache.avalon.meta.plugin</package>
<ant basedir="meta">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="avalon-framework" id="api" />
<depend project="avalon-framework" id="impl" />
<depend project="avalon-meta-api" />
<depend project="avalon-meta-spi" />
<depend project="avalon-meta-impl" />
<depend project="avalon-meta-tools" />
<depend project="commons-collection" />
<depend project="commons-logging" />
<depend project="logging-log4j" />
<depend project="xdoclet" />
<!-- What is these dependencies
xdoclet+xdoclet-module
xdoclet+xjavadoc
xdoclet+jmx-module
-->
<work nested="meta/plugin/target/classes"></work>
<home nested="meta/plugin"></home>
<jar name="target/jars/avalon-meta-plugin-@@DATE@@.jar" id="plugin"></jar>
<javadoc nested="meta/plugin/target/docs/apidocs"></javadoc>
<junitreport nested="meta/plugin/target/test-reports"></junitreport>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
<project name="avalon-meta-impl">
<package>org.apache.avalon.impl</package>
<ant basedir="meta">
<property name="project.version" value="@@DATE@@"></property>
</ant>
<depend project="ant" inherit="runtime"></depend>
<depend project="xml-xalan2"></depend>
<depend project="xml-xerces"></depend>
<depend project="avalon-framework"></depend>
<depend project="excalibur-i18n"></depend>
<depend project="excalibur-configuration"></depend>
<depend runtime="true" project="junit"></depend>
<depend runtime="true" project="avalon-logkit"></depend>
<work nested="meta/impl/target/classes"></work>
<home nested="meta/impl"></home>
<jar name="target/jars/avalon-meta-impl-@@DATE@@.jar" id="impl"></jar>
<javadoc nested="meta/impl/target/docs/apidocs"></javadoc>
<junitreport nested="meta/impl/target/test-reports"></junitreport>
<nag to="[EMAIL PROTECTED]" from="Gump Integration Build <[EMAIL
PROTECTED]>"></nag>
</project>
</module>
1.11 +44 -100 gump/project/avalon.xml
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]