changed the order of runtime jars
diff --git a/plugins/org.eclipse.wst.validation/build.properties b/plugins/org.eclipse.wst.validation/build.properties
index 732b49a..a1250e2 100644
--- a/plugins/org.eclipse.wst.validation/build.properties
+++ b/plugins/org.eclipse.wst.validation/build.properties
@@ -18,5 +18,5 @@
 output.common.jar = bin/
 source.common.jar = validate_core/,\
                     property_files/
-jars.compile.order = validate.jar,\
-                     common.jar
+jars.compile.order = common.jar,\
+                     validate.jar