You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/04/16 14:07:37 UTC

cvs commit: avalon-cornerstone build.xml

donaldp     2003/04/16 05:07:37

  Modified:    .        build.xml
  Log:
  Silk go bai bai
  
  Revision  Changes    Path
  1.125     +0 -6      avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-cornerstone/build.xml,v
  retrieving revision 1.124
  retrieving revision 1.125
  diff -u -r1.124 -r1.125
  --- build.xml	8 Apr 2003 11:48:14 -0000	1.124
  +++ build.xml	16 Apr 2003 12:07:37 -0000	1.125
  @@ -87,10 +87,6 @@
           classname="javax.net.ssl.SSLServerSocket"
           classpathref="project.class.path"/>
   
  -    <available property="event.present"
  -        classname="org.apache.excalibur.event.EventHandler"
  -        classpathref="project.class.path"/>
  -
       <available classname="javax.xml.parsers.DocumentBuilderFactory"
           classpathref="project.class.path"
           property="DocumentBuilderFactory.present"/>
  @@ -122,8 +118,6 @@
                  unless="jsse.present" />
         <exclude name="org/apache/avalon/cornerstone/blocks/sockets/*TLS*.java"
                  unless="jsse.present" />
  -      <exclude name="org/apache/avalon/cornerstone/services/silk/**.java"
  -               unless="event.present" />
         <exclude name="org/apache/avalon/cornerstone/blocks/dom/**.java"
                  unless="DocumentBuilderFactory.present" />
         <exclude name="org/apache/avalon/cornerstone/services/dom/**.java"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org