Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2016-08-26 14:42:10 +0000
committerDoug Schaefer2016-08-26 17:42:30 +0000
commit7ad8cbe6263089ffafa2192ff8704b3f4aa88e6e (patch)
treed1c63a1f4df329dc9aa4d77343a11bb382f5149c /build/org.eclipse.cdt.cmake.core
parent33a979c651a8112959999591dd856a911b48f3c3 (diff)
downloadorg.eclipse.cdt-7ad8cbe6263089ffafa2192ff8704b3f4aa88e6e.tar.gz
org.eclipse.cdt-7ad8cbe6263089ffafa2192ff8704b3f4aa88e6e.tar.xz
org.eclipse.cdt-7ad8cbe6263089ffafa2192ff8704b3f4aa88e6e.zip
Missed updates from last CMake change.
Diffstat (limited to 'build/org.eclipse.cdt.cmake.core')
-rw-r--r--build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF3
-rw-r--r--build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/ICMakeToolChainFile.java7
2 files changed, 8 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF
index 3a0eb13fc66..2cf8671247f 100644
--- a/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF
@@ -11,8 +11,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.launchbar.core;bundle-version="2.0.0",
org.eclipse.cdt.core;bundle-version="5.12.0",
org.eclipse.tools.templates.freemarker;bundle-version="1.0.0";visibility:=reexport,
- com.google.gson,
- org.eclipse.remote.core;bundle-version="2.1.0"
+ com.google.gson
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.cdt.cmake.core
diff --git a/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/ICMakeToolChainFile.java b/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/ICMakeToolChainFile.java
index e10371a469f..0f40cc6699e 100644
--- a/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/ICMakeToolChainFile.java
+++ b/build/org.eclipse.cdt.cmake.core/src/org/eclipse/cdt/cmake/core/ICMakeToolChainFile.java
@@ -1,3 +1,10 @@
+/*******************************************************************************
+ * Copyright (c) 2016 QNX Software Systems 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
+ *******************************************************************************/
package org.eclipse.cdt.cmake.core;
import java.nio.file.Path;

Back to the top