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 2002/09/26 23:07:18 UTC

cvs commit: jakarta-avalon-cornerstone build.xml

donaldp     2002/09/26 14:07:18

  Modified:    .        build.xml
  Log:
  Include all TLS/SSL files unless jsse present
  
  Submitted By: Greg Steuck <gr...@nest.cx>
  
  Revision  Changes    Path
  1.115     +2 -2      jakarta-avalon-cornerstone/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml	8 Sep 2002 06:07:19 -0000	1.114
  +++ build.xml	26 Sep 2002 21:07:17 -0000	1.115
  @@ -126,9 +126,9 @@
              deprecation="${build.deprecation}">
         <classpath refid="project.class.path" />
         <src path="${test.dir}"/>
  -      <exclude name="org/apache/avalon/cornerstone/blocks/sockets/TLSServerSocketFactory.java"
  +      <exclude name="org/apache/avalon/cornerstone/blocks/sockets/*SSL*.java"
                  unless="jsse.present" />
  -      <exclude name="org/apache/avalon/cornerstone/blocks/sockets/TLSSocketFactory.java"
  +      <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" />
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>