Bug 471835 - Build succeeds, even when "old" parent pom is referred to
diff --git a/pom.xml b/pom.xml
index cb1ddd6..0baa202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,11 +28,11 @@
 		<tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/e4/org.eclipse.e4.tools</tycho.scmUrl>
 	</properties>
 
-  <!--
-    To build individual bundles, we specify a repository where to find parent pom,
+  <!-- 
+    To build individual bundles, we specify a repository where to find parent pom, 
     in case it is not in local maven cache already
-    and that parent pom also has fuller individual-bundle profile
-    defined that is combined with this one. -->
+    and that parent pom also has fuller individual-bundle profile 
+    defined that is combined with this one. --> 
   <profiles>
     <profile>
       <id>build-individual-bundles</id>
@@ -51,7 +51,7 @@
     </profile>
   </profiles>
 
-   <modules>
+  <modules>
     <module>./bundles/org.eclipse.e4.tools</module>
     <module>./bundles/org.eclipse.e4.tools.services</module>
     <module>./bundles/org.eclipse.e4.tools.compat</module>