bodewig 2004/04/07 08:18:31
Modified: profile gump.xml
project jelly-tags.xml
Added: project ant-1.5.xml
Log:
Add Ant 1.5 branch and try whether jelly-tags-ant works here
Revision Changes Path
1.338 +1 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.337
retrieving revision 1.338
diff -u -r1.337 -r1.338
--- gump.xml 5 Apr 2004 22:44:59 -0000 1.337
+++ gump.xml 7 Apr 2004 15:18:31 -0000 1.338
@@ -19,6 +19,7 @@
<!-- Apache.Ant -->
<module href="project/ant.xml"/>
+ <module href="project/ant-1.5.xml"/>
<module href="project/ant-antidote.xml"/>
<!-- Apache.Avalon -->
1.58 +40 -0 gump/project/jelly-tags.xml
Index: jelly-tags.xml
===================================================================
RCS file: /home/cvs/gump/project/jelly-tags.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- jelly-tags.xml 5 Apr 2004 08:12:07 -0000 1.57
+++ jelly-tags.xml 7 Apr 2004 15:18:31 -0000 1.58
@@ -42,6 +42,46 @@
to="[EMAIL PROTECTED]"/>
</project>
+ <project name="commons-jelly-tags-ant-1.5">
+ <package>org.apache.commons.jelly.tags.ant</package>
+ <description>This is a Jelly interface for Ant.</description>
+
+ <ant basedir="ant" target="jar">
+ <property name="final.name" value="commons-jelly-tags-ant-@@DATE@@"/>
+ <sysproperty name="build.clonevm" value="true"/>
+ </ant>
+
+ <depend project="ant-1.5" inherit="runtime"/>
+
+ <!-- core jelly build dependencies -->
+ <depend project="commons-beanutils" runtime="true"/>
+ <depend project="commons-collections" runtime="true"/>
+ <depend project="commons-jexl"/>
+ <depend project="commons-logging" runtime="true"/>
+ <depend project="packaged-dom4j"/>
+ <depend project="junit"/>
+ <depend project="xml-xerces"/>
+
+ <!-- extra dependencies -->
+ <depend project="commons-cli"/>
+ <depend project="commons-discovery"/>
+ <depend project="jakarta-servletapi-4"/>
+ <depend project="nekohtml"/>
+
+ <depend project="commons-jelly"/>
+ <depend project="commons-grant"/>
+ <depend project="commons-jelly-tags-util"/>
+ <depend project="commons-jelly-tags-junit"/>
+
+ <work nested="ant/target/classes"/>
+ <work nested="ant/target/test-classes"/>
+
+ <jar name="ant/target/commons-jelly-tags-ant-@@DATE@@.jar"/>
+
+ <nag from="Morgan Delagrange <[EMAIL PROTECTED]>"
+ to="[EMAIL PROTECTED]"/>
+ </project>
+
<project name="commons-jelly-tags-antlr">
<package>org.apache.commons.jelly.tags.antlr</package>
<description>This is a Jelly interface for Antlr.</description>
1.1 gump/project/ant-1.5.xml
Index: ant-1.5.xml
===================================================================
<?xml version="1.0" ?>
<!--
Copyright 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="ant-1.5">
<url href="http://ant.apache.org/index.html"/>
<description>
Java based build tool
</description>
<cvs repository="ant" tag="ANT_15_BRANCH" module="ant"/>
<project name="ant-1.5">
<package>org.apache.tools.ant</package>
<script name="bootstrap"/>
<depend project="xml-xerces"/>
<depend project="xml-apis" />
<depend project="xml-xalan2" ids="transformer" />
<depend project="xml-stylebook2"/>
<depend project="junit"/>
<home nested="bootstrap"/>
<jar name="lib/ant.jar" id="ant"/>
<jar name="lib/optional.jar" id="nodeps"/>
<license name="LICENSE"/>
<nag from="Gump Integration Build <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]"/>
</project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]