~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Source/cmDependsJava.cxx

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2006-06-18 16:34:11 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060618163411-pi234s3v6jwlcmof
Tags: 2.4.2-1
* New upstream release (Closes: #338324)
* Put cmake .vim files into /usr/share/vim/addons/plugin/
  where they can be used. (Closes: #366663)
* Install cmake-mode.el so it can be used. (Closes: #366664)
* Ensure cmake FindKDE locates KDE libraries on Debian
  based distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  Program:   CMake - Cross-Platform Makefile Generator
4
4
  Module:    $RCSfile: cmDependsJava.cxx,v $
5
5
  Language:  C++
6
 
  Date:      $Date: 2005/08/11 18:02:19 $
7
 
  Version:   $Revision: 1.4.2.1 $
 
6
  Date:      $Date: 2005/10/12 17:52:29 $
 
7
  Version:   $Revision: 1.7 $
8
8
 
9
9
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
10
10
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
30
30
}
31
31
 
32
32
//----------------------------------------------------------------------------
33
 
bool cmDependsJava::WriteDependencies(const char *src, 
34
 
                                      const char *, std::ostream&)
 
33
bool cmDependsJava::WriteDependencies(const char *src, const char *,
 
34
  std::ostream&, std::ostream&)
35
35
{
36
36
  // Make sure this is a scanning instance.
37
37
  if(!src || src[0] == '\0')
43
43
  return true;
44
44
}
45
45
 
46
 
//----------------------------------------------------------------------------
47
46
bool cmDependsJava::CheckDependencies(std::istream&)
48
47
{
49
48
  return true;