[477996] Installer requires JVM 1.8 while Eclipse only requires 1.7

https://bugs.eclipse.org/bugs/show_bug.cgi?id=477996
diff --git a/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf b/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf
index ebaa928..1f56da1 100644
--- a/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf
+++ b/products/org.eclipse.oomph.setup.installer.product/Installer.p2.inf
@@ -1,4 +1,4 @@
 properties.0.name = org.eclipse.oomph.p2.iu.compatibility
 properties.0.value = Major
-instructions.configure=setProgramProperty(propName:org.eclipse.update.reconcile,propValue:false);setProgramProperty(propName:osgi.requiredJavaVersion,propValue:1.8);setProgramProperty(propName:p2.userAgent,propValue:eclipse/oomph/installer);setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);setProgramProperty(propName:oomph.setup.product.filter,propValue:);setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);setProgramProperty(propName:oomph.setup.jre.choice,propValue:true);
+instructions.configure=setProgramProperty(propName:org.eclipse.update.reconcile,propValue:false);setProgramProperty(propName:osgi.requiredJavaVersion,propValue:1.7);setProgramProperty(propName:p2.userAgent,propValue:eclipse/oomph/installer);setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);setProgramProperty(propName:oomph.setup.product.filter,propValue:);setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);setProgramProperty(propName:oomph.setup.jre.choice,propValue:true);
 instructions.unconfigure=setProgramProperty(propName:org.eclipse.update.reconcile,propValue:);setProgramProperty(propName:p2.userAgent,propValue:);setProgramProperty(propName:oomph.setup.product.catalog.filter,propValue:);setProgramProperty(propName:oomph.setup.product.filter:);setProgramProperty(propName:oomph.setup.product.version.filter,propValue:);setProgramProperty(propName:oomph.setup.jre.choice,propValue:);
\ No newline at end of file