Bug 532485 - Update target platform to Photon

Set min versin of o.e.ltk.core.refactoring in  o.e.dltk.manipulation
that contains org.eclipse.ltk.core.refactoring.resource.Resources

Change-Id: Iebdbbb29ad31146534fa3eef322188f7e5801da8
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF
index dc4160f..26fc33f 100644
--- a/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF
@@ -11,7 +11,7 @@
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
  org.eclipse.dltk.core,
- org.eclipse.ltk.core.refactoring,
+ org.eclipse.ltk.core.refactoring;bundle-version="3.9.0",
  org.eclipse.text
 Import-Package: com.ibm.icu.text
 Export-Package: org.eclipse.dltk.core.manipulation,
@@ -25,3 +25,4 @@
  org.eclipse.dltk.internal.corext.refactoring.tagging,
  org.eclipse.dltk.internal.corext.refactoring.util,
  org.eclipse.dltk.internal.corext.util
+Automatic-Module-Name: org.eclipse.dltk.core.manipulation
diff --git a/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/RefactoringChecks.java b/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/RefactoringChecks.java
index 340f627..66659bb 100644
--- a/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/RefactoringChecks.java
+++ b/core/plugins/org.eclipse.dltk.core.manipulation/src/org/eclipse/dltk/core/manipulation/RefactoringChecks.java
@@ -1,11 +1,10 @@
 /*******************************************************************************
- * Copyright (c) 2000, 2017 IBM Corporation and others.
+ * Copyright (c) 2000, 2018 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
  *
-
  *******************************************************************************/
 package org.eclipse.dltk.core.manipulation;