Fix missing legal about.html file in Mars repo
diff --git a/org.eclipse.gmf.examples.runtime.diagram.layout/META-INF/MANIFEST.MF b/org.eclipse.gmf.examples.runtime.diagram.layout/META-INF/MANIFEST.MF
index 50064b4..4553e72 100644
--- a/org.eclipse.gmf.examples.runtime.diagram.layout/META-INF/MANIFEST.MF
+++ b/org.eclipse.gmf.examples.runtime.diagram.layout/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Plugin.name
 Bundle-SymbolicName: org.eclipse.gmf.examples.runtime.diagram.layout; singleton:=true
-Bundle-Version: 1.8.1.qualifier
+Bundle-Version: 1.9.0.qualifier
 Bundle-Activator: org.eclipse.gmf.examples.runtime.diagram.layout.LayoutPlugin
 Bundle-Vendor: %Plugin.providerName
 Bundle-Localization: plugin
diff --git a/org.eclipse.gmf.examples.runtime.diagram.layout/build.properties b/org.eclipse.gmf.examples.runtime.diagram.layout/build.properties
index cd3e950..6d713f8 100644
--- a/org.eclipse.gmf.examples.runtime.diagram.layout/build.properties
+++ b/org.eclipse.gmf.examples.runtime.diagram.layout/build.properties
@@ -1,6 +1,6 @@
 # ==============================================================================
 #*+------------------------------------------------------------------------+
-#*| Copyright (c) 2005, 2014  IBM Corporation and others.                  |
+#*| Copyright (c) 2005, 2015  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               |
@@ -11,12 +11,12 @@
 #*+------------------------------------------------------------------------+
 # ==============================================================================
 bin.includes = META-INF/,\
-               .,\				
-               build.properties,\
+               .,\
+               ,\
+               about.html,\
                icons/,\
                plugin.properties,\
-               plugin.xml,\
-               about.html
+               plugin.xml
 src.includes = icons/,\
                about.html
 jars.compile.order = .
diff --git a/org.eclipse.gmf.examples.runtime.diagram.layout/pom.xml b/org.eclipse.gmf.examples.runtime.diagram.layout/pom.xml
index 3f8611b..604ca91 100644
--- a/org.eclipse.gmf.examples.runtime.diagram.layout/pom.xml
+++ b/org.eclipse.gmf.examples.runtime.diagram.layout/pom.xml
@@ -10,6 +10,6 @@
   </parent>
   <groupId>org.eclipse.gmf.examples.runtime.diagram.layout</groupId>
   <artifactId>org.eclipse.gmf.examples.runtime.diagram.layout</artifactId>
-  <version>1.8.1-SNAPSHOT</version>
+  <version>1.9.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>