Configuration change svn -> git as of successful build 2.1M4.
Includes adjustment to change in tagging strategy of jdt bundles.
Note that initial fetching of otdt.map is still a workaround!
diff --git a/releng/build-scripts/build/run.properties b/releng/build-scripts/build/run.properties
index 09728c9..ee5c27d 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -15,23 +15,24 @@
# this one is used by eclipse junit tests:
vmargs=-Xmx768m -XX:-UseGCOverheadLimit
-# SVN repository information:
-svn.repository.url=file://localhost/svnroot/tools/org.eclipse.objectteams/
-mapVersionTag=trunk
+# GIT repository information (FIXME: WORKAROUND):
+git.repository.path=/shared/tools/objectteams/otGitCache/org.eclipse.objectteams/
pathToMapFile=releng/map
# Version dependent names:
# Details of the Eclipse SDK build upon:
-run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.8.0.v20110728/scripts
-org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20111003-1644.jar
+run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.8.0.v20111116-2011/scripts
+org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20111107-1631.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.8.0.v20111011-0800
-jdt.feature.version.next=3.8.0.v20111011-0801
+jdt.feature.version=3.8.0.v20111130-1318
+jdt.feature.version.next=3.8.0.v20111130-1319
-# SVN & Git Support for PDE BUILD:
+#Git Support for PDE BUILD:
# (Note: this file must be provided in ${OTScriptDir}/lib)
-svn.pde.build=org.eclipse.team.svn.pde.build_0.7.9.I20110419-1700.jar
-git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
+# orig:
+#git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
+# enhanced (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=365944):
+git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201112072231.jar