Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 389724
Collapse All | Expand All

(-)a/eclipse-parent/pom.xml (+8 lines)
Lines 214-219 Link Here
214
              <artifactId>tycho-buildtimestamp-jgit</artifactId>
214
              <artifactId>tycho-buildtimestamp-jgit</artifactId>
215
              <version>${tycho-extras.version}</version>
215
              <version>${tycho-extras.version}</version>
216
            </dependency>
216
            </dependency>
217
            <dependency>
218
              <groupId>org.eclipse.tycho.extras</groupId>
219
              <artifactId>tycho-sourceref-jgit</artifactId>
220
              <version>${tycho-extras.version}</version>
221
            </dependency>
217
          </dependencies>
222
          </dependencies>
218
          <configuration>
223
          <configuration>
219
            <strictBinIncludes>false</strictBinIncludes>
224
            <strictBinIncludes>false</strictBinIncludes>
Lines 221-226 Link Here
221
            <timestampProvider>jgit</timestampProvider>
226
            <timestampProvider>jgit</timestampProvider>
222
            <jgit.ignore>
227
            <jgit.ignore>
223
            </jgit.ignore>
228
            </jgit.ignore>
229
            <sourceReferences>
230
              <generate>true</generate>
231
            </sourceReferences>
224
          </configuration>
232
          </configuration>
225
        </plugin>
233
        </plugin>
226
        <plugin>
234
        <plugin>

Return to bug 389724