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

« back to all changes in this revision

Viewing changes to Source/cmDependsJavaParser.y

  • 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:
1
1
%{
2
 
/*=========================================================================
3
 
 
4
 
  Program:   CMake - Cross-Platform Makefile Generator
5
 
  Module:    $RCSfile: cmDependsJavaParser.y,v $
6
 
  Language:  C++
7
 
  Date:      $Date: 2006-08-01 15:38:41 $
8
 
  Version:   $Revision: 1.5 $
9
 
 
10
 
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
11
 
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
12
 
 
13
 
     This software is distributed WITHOUT ANY WARRANTY; without even
14
 
     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15
 
     PURPOSE.  See the above copyright notices for more information.
16
 
 
17
 
=========================================================================*/
 
2
/*============================================================================
 
3
  CMake - Cross Platform Makefile Generator
 
4
  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
 
5
 
 
6
  Distributed under the OSI-approved BSD License (the "License");
 
7
  see accompanying file Copyright.txt for details.
 
8
 
 
9
  This software is distributed WITHOUT ANY WARRANTY; without even the
 
10
  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
11
  See the License for more information.
 
12
============================================================================*/
18
13
/*
19
14
 
20
15
This file must be translated to C and modified to build everywhere.