hemapani 2004/09/04 08:36:45
Modified: contrib/ews project.xml
Log:
add DTD and xsd to jar so they can used for the entity resolving at the XML parsing
Revision Changes Path
1.13 +7 -0 ws-axis/contrib/ews/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/ws-axis/contrib/ews/project.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- project.xml 2 Sep 2004 05:43:06 -0000 1.12
+++ project.xml 4 Sep 2004 15:36:44 -0000 1.13
@@ -170,6 +170,13 @@
<include>**/*.properties</include>
</includes>
</resource>
+ <resource>
+ <directory>schema</directory>
+ <includes>
+ <include>*.dtd</include>
+ <include>*.xsd</include>
+ </includes>
+ </resource>
</resources>
</build>
|