403504: [build] Add Eclipse-SourceReferences to MANIFEST.MF

Change-Id: Idee6d4d72f489035334a32cd4dbc8a4384960dcb
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=403504
diff --git a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
index 588c33a..0ba2551 100644
--- a/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.sandbox.ui/META-INF/MANIFEST.MF
@@ -6,6 +6,7 @@
 Bundle-Activator: org.eclipse.mylyn.internal.sandbox.ui.SandboxUiPlugin
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
+ org.eclipse.debug.core,
  org.eclipse.debug.ui,
  org.eclipse.jface.text,
  org.eclipse.ui,
diff --git a/pom.xml b/pom.xml
index 0a7a163..2200a15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,9 @@
   <artifactId>org.eclipse.mylyn.incubator-parent</artifactId>
   <version>3.9.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+  <properties>
+    <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.incubator.git</tycho.scmUrl>
+  </properties>
   <mailingLists>
     <mailingList>
       <name>Mylyn Incubator Mailing List</name>