Bug 396093 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) for
equinox.framework
diff --git a/bundles/org.eclipse.equinox.executable/pom.xml b/bundles/org.eclipse.equinox.executable/pom.xml
index c30a136..d6acc5d 100644
--- a/bundles/org.eclipse.equinox.executable/pom.xml
+++ b/bundles/org.eclipse.equinox.executable/pom.xml
@@ -45,7 +45,7 @@
                 <phase>generate-resources</phase>
                 <configuration>
                   <target>
-                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse_cbi" />
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse" />
                   </target>
                 </configuration>
                 <goals>
@@ -98,7 +98,7 @@
                 <phase>generate-resources</phase>
                 <configuration>
                   <target>
-                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse_cbi" />
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse" />
                   </target>
                 </configuration>
                 <goals>
@@ -151,7 +151,7 @@
                 <phase>generate-resources</phase>
                 <configuration>
                   <target>
-                    <ant antfile="build.xml" dir="library/win32/" target="build_eclipse_cbi" />
+                    <ant antfile="build.xml" dir="library/win32/" target="build_eclipse" />
                   </target>
                 </configuration>
                 <goals>
@@ -204,7 +204,7 @@
                 <phase>generate-resources</phase>
                 <configuration>
                   <target>
-                    <ant antfile="build.xml" dir="library/win32/" target="build_eclipse_cbi" />
+                    <ant antfile="build.xml" dir="library/win32/" target="build_eclipse" />
                   </target>
                 </configuration>
                 <goals>
@@ -257,7 +257,7 @@
                 <phase>generate-resources</phase>
                 <configuration>
                   <target>
-                    <ant antfile="build.xml" dir="library/carbon/" target="build_eclipse_cbi" />
+                    <ant antfile="build.xml" dir="library/carbon/" target="build_eclipse" />
                   </target>
                 </configuration>
                 <goals>
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index b46c8e2..73e71a4 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <groupId>org.eclipse.equinox.framework</groupId>
   <artifactId>org.eclipse.osgi.tests</artifactId>
-  <version>3.8.0-SNAPSHOT</version>
+  <version>3.9.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <build>
diff --git a/bundles/org.eclipse.osgi/pom.xml b/bundles/org.eclipse.osgi/pom.xml
index 6312f97..83358a2 100644
--- a/bundles/org.eclipse.osgi/pom.xml
+++ b/bundles/org.eclipse.osgi/pom.xml
@@ -22,7 +22,7 @@
   </parent>
   <groupId>org.eclipse.equinox.framework</groupId>
   <artifactId>org.eclipse.osgi</artifactId>
-  <version>3.8.1-SNAPSHOT</version>
+  <version>3.9.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/bundles/org.eclipse.osgi/supplement/pom.xml b/bundles/org.eclipse.osgi/supplement/pom.xml
index 791924e..38c9681 100644
--- a/bundles/org.eclipse.osgi/supplement/pom.xml
+++ b/bundles/org.eclipse.osgi/supplement/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.eclipse.equinox.framework</groupId>
   <artifactId>org.eclipse.equinox.supplement</artifactId>
-  <version>1.4.100-SNAPSHOT</version>
+  <version>1.5.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
 </project>
diff --git a/pom.xml b/pom.xml
index 9fe5bc2..26aa835 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,10 @@
   <version>3.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
+  <properties>
+    <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git</tycho.scmUrl>
+  </properties>
+
   <modules>
     <module>bundles/org.eclipse.osgi</module>
     <module>bundles/org.eclipse.osgi.services</module>