Bug 101850

Summary: Latest EPL'd changes have invalid comment
Product: [Tools] CDT Reporter: David Daoust <dave.daoust>
Component: cdt-relengAssignee: Doug Schaefer <cdtdoug>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P1    
Version: 3.0   
Target Milestone: 3.0 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Daoust CLA 2005-06-27 07:54:28 EDT
/*******************************************************************************
 * Copyright (c) 2005 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 * IBM Rational Software - Initial API and implementation */
 *******************************************************************************/

In this comment there is an embeded */ that causes a compile error in 130
different places.
Comment 1 Doug Schaefer CLA 2005-06-27 08:04:45 EDT
That's funny. I turned of the build so the file search wouldn't dive into the
binaries. I'll fix this in a jiffy.
Comment 2 Doug Schaefer CLA 2005-06-27 08:17:29 EDT
Done.