From dea3399c5b423b25ca9e97affc71f9fb1c3f52a3 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Sat, 7 Jan 2012 23:57:19 -0500 Subject: [PATCH] Bug 367992 - Broken link in IManagedDependencyCommands JavaDoc --- .../managedbuilder/makegen/IManagedDependencyCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java old mode 100755 new mode 100644 index 077e712fe6e..937c761e96a --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/makegen/IManagedDependencyCommands.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006 Intel Corporation and others. + * Copyright (c) 2006, 2012 Intel 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 @@ -53,7 +53,7 @@ import org.eclipse.core.runtime.IPath; * dependency files are not required for the current build, but for * the next build. C/C++ builds can be treated in this manner as is * described in the following link: - * http://sourceware.org/automake/automake.html#Dependency-Tracking-Evolution + * http://www.gnu.org/software/automake/manual/html_node/Dependency-Tracking-Evolution.html#Dependency-Tracking-Evolution * * Use the IManagedDependencyCommands interface defined in this file * for this mode.