rubys 02/01/11 19:15:19
Modified: proposal/gump/project xml-commons.xml xml-xalan.xml
Log:
Xalan no longer includes xml-apis
Revision Changes Path
1.6 +2 -2 jakarta-alexandria/proposal/gump/project/xml-commons.xml
Index: xml-commons.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-commons.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xml-commons.xml 12 Jan 2002 01:12:07 -0000 1.5
+++ xml-commons.xml 12 Jan 2002 03:15:19 -0000 1.6
@@ -1,7 +1,7 @@
<module name="xml-commons">
<description>
- XML commons($Revision: 1.5 $) externally defined standards - DOM,SAX,JAXP; plus
xml utilities
+ XML commons($Revision: 1.6 $) externally defined standards - DOM,SAX,JAXP; plus
xml utilities
</description>
<cvs repository="xml"/>
@@ -11,7 +11,7 @@
<depend project="bootstrap-ant"/>
<depend project="xml-xerces"/>
<home nested="java/external/build"/>
- <jar name="xml-apis.jar"/>
+ <jar name="xml-apis.jar" runtime="true" type="boot"/>
</project>
<project name="xml-commons-which">
1.30 +1 -2 jakarta-alexandria/proposal/gump/project/xml-xalan.xml
Index: xml-xalan.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-xalan.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xml-xalan.xml 12 Jan 2002 00:54:42 -0000 1.29
+++ xml-xalan.xml 12 Jan 2002 03:15:19 -0000 1.30
@@ -12,11 +12,10 @@
<depend project="bootstrap-ant"/>
<depend project="xml-xerces"/>
- <depend project="xml-apis"/>
+ <depend project="xml-apis" inherit="runtime"/>
<home nested="java/build"/>
<jar name="xalan.jar" type="boot"/>
- <jar name="xml-apis.jar" type="boot"/>
</project>
<project name="xml-xalan1-compat">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>