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/19 23:47:55 UTC

cvs commit: gump/project cppunit.xml

carnold     2005/01/19 14:47:55

  Added:       project  cppunit.xml
  Log:
  Adding cppunit to gump, dependency for logging-log4cxx-test
  
  Revision  Changes    Path
  1.1                  gump/project/cppunit.xml
  
  Index: cppunit.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="cppunit">
  
    <url href="http://cppunit.sourceforge.net/"/>
    <description>
      Cppunit unit testing framework
    </description>
  
    <cvs repository="sourceforge" dir="cppunit"/>
  
    <project name="cppunit-configure">
      <configure>
        <arg name="--prefix" path="dest-@@DATE@@"/>
      </configure>
      <home nested="dest-@@DATE@@"/>
    </project>
  
    <project name="cppunit-make">
      <make/>
      <depend project="cppunit-configure"/>
    </project>
  
    <project name="cppunit-make-install">
      <make target="install"/>
      <depend project="cppunit-make"/>
    </project>
  </module>