[102618] JREContainter should come before requiredPlugins in .classpath
diff --git a/org.eclipse.wst.common.snippets/.classpath b/org.eclipse.wst.common.snippets/.classpath
index 275b34c..cb01053 100644
--- a/org.eclipse.wst.common.snippets/.classpath
+++ b/org.eclipse.wst.common.snippets/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>