~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to Source/cmDependsJavaParser.cxx

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
/* Copy the first part of user declarations.  */
283
283
#line 1 "cmDependsJavaParser.y"
284
284
 
285
 
/*=========================================================================
286
 
 
287
 
  Program:   CMake - Cross-Platform Makefile Generator
288
 
  Module:    $RCSfile: cmDependsJavaParser.cxx,v $
289
 
  Language:  C++
290
 
  Date:      $Date: 2007-03-05 15:36:06 $
291
 
  Version:   $Revision: 1.7 $
292
 
 
293
 
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
294
 
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
295
 
 
296
 
     This software is distributed WITHOUT ANY WARRANTY; without even
297
 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
298
 
     PURPOSE.  See the above copyright notices for more information.
299
 
 
300
 
=========================================================================*/
 
285
/*============================================================================
 
286
  CMake - Cross Platform Makefile Generator
 
287
  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
 
288
 
 
289
  Distributed under the OSI-approved BSD License (the "License");
 
290
  see accompanying file Copyright.txt for details.
 
291
 
 
292
  This software is distributed WITHOUT ANY WARRANTY; without even the
 
293
  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
294
  See the License for more information.
 
295
============================================================================*/
301
296
/*
302
297
 
303
298
This file must be translated to C and modified to build everywhere.