You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by rs...@apache.org on 2002/09/11 00:02:00 UTC

cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

rsitze      2002/09/10 15:02:00

  Modified:    java/webapps/axis happyaxis.jsp
  Log:
  Update to test for discovery.
  
  Revision  Changes    Path
  1.6       +7 -1      xml-axis/java/webapps/axis/happyaxis.jsp
  
  Index: happyaxis.jsp
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/webapps/axis/happyaxis.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- happyaxis.jsp	29 Aug 2002 20:01:14 -0000	1.5
  +++ happyaxis.jsp	10 Sep 2002 22:02:00 -0000	1.6
  @@ -227,9 +227,15 @@
               "Axis will not work",
               "http://xml.apache.org/axis/");
   
  +    needed+=needClass(out, "org.apache.commons.discovery.Resource",
  +            "commons-discovery.jar",
  +            "Jakarta-Commons Discovery",
  +            "Axis will not work",
  +            "http://jakarta.apache.org/commons/discovery.html");
  +
       needed+=needClass(out, "org.apache.commons.logging.Log",
               "commons-logging.jar",
  -            "Jakarta-commons logging",
  +            "Jakarta-Commons Logging",
               "Axis will not work",
               "http://jakarta.apache.org/commons/logging.html");