Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Piskarev2014-07-15 13:45:34 +0000
committerVladimir Piskarev2014-07-15 13:45:34 +0000
commit3567fb0446df3913411886eabf955d5f55c2b9ae (patch)
tree61c88cb195c63c84c4098bf96aec0db1f9c5bc73
parentc992dfbc6030ffbeca94ebde8a4515b281439327 (diff)
downloadorg.eclipse.handly-3567fb0446df3913411886eabf955d5f55c2b9ae.tar.gz
org.eclipse.handly-3567fb0446df3913411886eabf955d5f55c2b9ae.tar.xz
org.eclipse.handly-3567fb0446df3913411886eabf955d5f55c2b9ae.zip
Bug 438380 - Adapt changes in Xtext from 2.3 to 2.6
Updated copyright headers to more accurately reflect attribution.
-rw-r--r--org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.java5
-rw-r--r--org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.java4
2 files changed, 3 insertions, 6 deletions
diff --git a/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.java b/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.java
index cc4db3dc..d3939962 100644
--- a/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.java
+++ b/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyDirtyStateEditorSupport.java
@@ -1,13 +1,12 @@
/*******************************************************************************
- * Copyright (c) 2014 1C LLC.
+ * Copyright (c) 2009, 2014 itemis AG (http://www.itemis.eu) 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:
- * Vladimir Piskarev (1C) - initial API and implementation
- * (inspired by Eclipse Xtext work)
+ * Vladimir Piskarev (1C) - adaptation of DirtyStateEditorSupport code
*******************************************************************************/
package org.eclipse.handly.xtext.ui.editor;
diff --git a/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.java b/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.java
index ff11ffdb..8d54c043 100644
--- a/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.java
+++ b/org.eclipse.handly.xtext.ui/src/org/eclipse/handly/xtext/ui/editor/HandlyXtextReconciler.java
@@ -6,9 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Jan Koehnlein - initial contribution and API
- * Michael Clay - contribution
- * Vladimir Piskarev (1C) - adaptation
+ * Vladimir Piskarev (1C) - adaptation of XtextReconciler code
*******************************************************************************/
package org.eclipse.handly.xtext.ui.editor;

Back to the top