You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2005/01/12 20:22:29 UTC

cvs commit: gump/project logging-log4cxx.xml

carnold     2005/01/12 11:22:29

  Added:       project  logging-log4cxx.xml
  Log:
  Adding logging-log4cxx
  
  Revision  Changes    Path
  1.1                  gump/project/logging-log4cxx.xml
  
  Index: logging-log4cxx.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2005 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  
  <module name="logging-log4cxx">
  
    <url href="http://logging.apache.org/log4cxx"/>
    <description>
      Apache log4cxx
    </description>
  
    <cvs repository="logging"/>
  
    <project name="logging-log4cxx-configure">
      <configure>
        <arg name="--prefix" path="dest-@@DATE@@"/>
        <arg name="--with-apr" project="apr-configure"
          reference="home"/>
        <arg name="--with-apr-util" project="apr-util-configure"
          reference="home"/>
      </configure>
      <depend project="apr-make-install"/>
      <depend project="apr-util-make-install"/>
    </project>
  
    <project name="logging-log4cxx-make">
      <make/>
      <depend project="logging-log4cxx-configure"/>
    </project>
  
    <project name="logging-log4cxx-make-install">
      <make target="install"/>
      <depend project="logging-log4cxx-make"/>
    </project>
  </module>