Author: djencks Date: Sat Jan 29 11:29:35 2005 New Revision: 149063 URL: http://svn.apache.org/viewcvs?view=rev&rev=149063 Log: hack to make sure the client gets the same QName class as the server (from xmlbeans) Modified: geronimo/trunk/modules/assembly/project.xml
Modified: geronimo/trunk/modules/assembly/project.xml Url: http://svn.apache.org/viewcvs/geronimo/trunk/modules/assembly/project.xml?view=diff&rev=149063&p1=geronimo/trunk/modules/assembly/project.xml&r1=149062&p2=geronimo/trunk/modules/assembly/project.xml&r2=149063 ============================================================================== --- geronimo/trunk/modules/assembly/project.xml (original) +++ geronimo/trunk/modules/assembly/project.xml Sat Jan 29 11:29:35 2005 @@ -682,7 +682,10 @@ <properties> <lib>true</lib> <deploy>true</deploy> + <!--server and client should not be needed, but there are problems ATM removing them --> + <!--client is needed for the QName implementation for deserializing axis objects--> <server>true</server> + <client>true</client> <repository>true</repository> </properties> </dependency>