bodewig 2005/06/09 23:43:52
Modified: project xml-fop-maintenance.xml xml-fop.xml
Log:
depend += xml-apis
Revision Changes Path
1.8 +2 -1 gump/project/xml-fop-maintenance.xml
Index: xml-fop-maintenance.xml
===================================================================
RCS file: /home/cvs/gump/project/xml-fop-maintenance.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xml-fop-maintenance.xml 16 Oct 2004 14:26:10 -0000 1.7
+++ xml-fop-maintenance.xml 10 Jun 2005 06:43:52 -0000 1.8
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!--
- Copyright 2001-2004 The Apache Software Foundation
+ Copyright 2001-2005 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.
@@ -30,6 +30,7 @@
<mkdir dir="build/classes"/>
<ant target="gump"/>
+ <depend project="xml-apis"/>
<depend project="xml-xerces"/>
<depend project="xalan"/>
<depend project="ant" inherit="runtime"/>
1.41 +1 -0 gump/project/xml-fop.xml
Index: xml-fop.xml
===================================================================
RCS file: /home/cvs/gump/project/xml-fop.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- xml-fop.xml 18 Jan 2005 08:37:36 -0000 1.40
+++ xml-fop.xml 10 Jun 2005 06:43:52 -0000 1.41
@@ -30,6 +30,7 @@
<mkdir dir="build/classes"/>
<ant target="package"/>
+ <depend project="xml-apis"/>
<depend project="xml-xerces"/>
<depend project="xalan"/>
<depend project="ant" inherit="runtime"/>
|