Bug 511327: Allow reviews p2 site to build without implicit target

* remove the tbr feature from the o.e.m.reviews.site ps site
* remove the tbr and o.e.m.reviews.site module from the implicit target
profile

Change-Id: I5425bb811a32abfdff96eb6c4c7c6c38dc4938c9
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511327
Signed-off-by: David Slater <david.slater@tasktop.com>
diff --git a/org.eclipse.mylyn.reviews.site/site.xml b/org.eclipse.mylyn.reviews.site/site.xml
index bbf5a72..cab55c6 100644
--- a/org.eclipse.mylyn.reviews.site/site.xml
+++ b/org.eclipse.mylyn.reviews.site/site.xml
@@ -3,9 +3,6 @@
    <description url="http://download.eclipse.org/mylyn/reviews/0.7">
       Mylyn Reviews
    </description>
-   <feature url="features/org.eclipse.mylyn.reviews.tasks_0.0.0.jar" id="org.eclipse.mylyn.reviews.tasks" version="0.0.0">
-      <category name="Features"/>
-   </feature>
    <feature url="features/org.eclipse.mylyn.gerrit.feature_0.0.0.jar" id="org.eclipse.mylyn.gerrit.feature" version="0.0.0">
       <category name="Integration"/>
    </feature>
diff --git a/pom.xml b/pom.xml
index 4fe6a3c..460f5de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,10 +84,6 @@
           <url>http://download.eclipse.org/cbi/updates/license/</url>
         </repository>
 	  </repositories>
-	  <modules>
-		<module>tbr</module>
-		<module>org.eclipse.mylyn.reviews.site</module>
-	  </modules>
 	</profile>
   </profiles>
   <modules>