You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by he...@apache.org on 2004/06/27 17:25:35 UTC

cvs commit: ws-axis/contrib/ews/samples/ejb/bookquote/META-INF ejb-jar.xml

hemapani    2004/06/27 08:25:35

  Modified:    contrib/ews/samples/ejb/bookquote/META-INF ejb-jar.xml
  Log:
  fix the build with automatic ant execution
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/contrib/ews/samples/ejb/bookquote/META-INF/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/ews/samples/ejb/bookquote/META-INF/ejb-jar.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ejb-jar.xml	14 Jun 2004 08:22:55 -0000	1.1
  +++ ejb-jar.xml	27 Jun 2004 15:25:35 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <ejb-jar>
  -<display-name>BookQuoteService</display-name>
  +	<display-name>BookQuoteService</display-name>
   	<enterprise-beans>
   		<session>
   			<display-name>BookQuoteService</display-name>