Bug 570914 - Fix for ContributionDataFile for e4 tools

This class should be refactored / removed at some point in the future.

Change-Id: I6f180274044057eb77c123a83b9ef3b84aeabf05
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java
index 474bbe9..66112df 100644
--- a/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java
+++ b/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java
@@ -697,4 +697,9 @@
 		// TODO Auto-generated method stub
 
 	}
+
+	public IMarker createMarker(String type, Map<String, Object> attributes) throws CoreException {
+		// TODO Auto-generated method stub
+		return null;
+	}
 }