You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by co...@apache.org on 2002/04/03 11:06:53 UTC

cvs commit: jakarta-avalon-phoenix/src/java/org/apache/avalon/phoenix/launcher CommonsDaemon.java

colus       02/04/03 01:06:53

  Modified:    .        build.xml
  Removed:     src/java/org/apache/avalon/phoenix/launcher
                        CommonsDaemon.java
  Log:
  Not useful.
  
  Revision  Changes    Path
  1.111     +0 -5      jakarta-avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- build.xml	2 Apr 2002 18:55:10 -0000	1.110
  +++ build.xml	3 Apr 2002 09:06:53 -0000	1.111
  @@ -108,9 +108,6 @@
           <available property="wrapper.present" classname="com.silveregg.wrapper.WrapperManager">
               <classpath refid="project.class.path"/>
           </available>
  -        <available property="commons-daemon.present" classname="org.apache.commons.daemon.Daemon">
  -            <classpath refid="project.class.path"/>
  -        </available>
       </target>
   
       <!-- Prepares the build directory -->
  @@ -153,8 +150,6 @@
                   unless="jmx.present"/>
               <exclude name="org/apache/avalon/phoenix/launcher/DaemonLauncher.java"
                   unless="wrapper.present"/>
  -            <exclude name="org/apache/avalon/phoenix/launcher/CommonsDaemon.java"
  -                unless="commons-daemon.present"/>
           </javac>
   
           <copy todir="${build.classes}">
  
  
  

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