rubys 02/01/14 09:14:50
Modified: proposal/gump/project xml-axis.xml xml-security.xml
Log:
In order to build the security samples, some of xml-security's runtime
dependencies are required.
Revision Changes Path
1.28 +1 -1 jakarta-alexandria/proposal/gump/project/xml-axis.xml
Index: xml-axis.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-axis.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xml-axis.xml 14 Jan 2002 13:35:20 -0000 1.27
+++ xml-axis.xml 14 Jan 2002 17:14:50 -0000 1.28
@@ -23,7 +23,7 @@
<option project="junit"/>
<option project="jaf"/>
<option project="javamail"/>
- <option project="xml-security"/>
+ <option project="xml-security" inherit="runtime"/>
<work nested="java/build/classes"/>
<home nested="java/build"/>
1.4 +2 -2 jakarta-alexandria/proposal/gump/project/xml-security.xml
Index: xml-security.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/xml-security.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xml-security.xml 14 Jan 2002 13:35:20 -0000 1.3
+++ xml-security.xml 14 Jan 2002 17:14:50 -0000 1.4
@@ -14,9 +14,9 @@
<depend project="jakarta-ant"/>
<depend project="xml-xerces"/>
- <depend project="xml-xalan2"/>
+ <depend project="xml-xalan2" runtime="true"/>
<depend project="jakarta-log4j"/>
- <depend project="jce"/>
+ <depend project="jce" runtime="true"/>
<option project="junit"/>
<work nested="classes"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>