Minor change to get reporting working for resource projects
diff --git a/resource/quality.xml b/resource/quality.xml
index ed38c60..19685a6 100644
--- a/resource/quality.xml
+++ b/resource/quality.xml
@@ -13,6 +13,9 @@
 -->
 <project name="quality-resource">
 
+	<import file="common.xml"/>
+	<import file="../common/quality.xml"/>
+
 <!-- Main targets -->
 	<target name="test" description="Does nothing."/>
 
@@ -21,7 +24,7 @@
 	<target name="findbugs" description="Does nothing."/>
 
 	<target name="osgi-validate" description="Does nothing."/>
-
+	
 <!-- Other targets -->
 	<target name="test.do" description="Does nothing."/>