Bug 324682 - change basebuilder to sdk plus tools 
diff --git a/pom.xml b/pom.xml
index a37d8df..37cbc69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
 
     </properties>
     <modules>
+        <module>support</module>
         <module>features</module>
         <module>bundles</module>
         <module>repository</module>
diff --git a/support/pom.xml b/support/pom.xml
index a2c733c..e94f6c9 100644
--- a/support/pom.xml
+++ b/support/pom.xml
@@ -12,10 +12,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>eclipse.platform.releng</groupId>
-    <artifactId>eclipse.platform.releng</artifactId>
-    <version>4.3.0-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
+    <groupId>org.eclipse.platform</groupId>
+    <artifactId>eclipse.platform.releng.buildtools</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.license.feature</groupId>
   <artifactId>org.eclipse.license</artifactId>