Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-27 10:07:52 +0000
committerEike Stepper2013-07-27 10:07:52 +0000
commit1e497dc2257ceadc584a82c03f713b218f7c95fd (patch)
tree5d9561b3f726058c9602a9bb28cb783de86fe396
parent75221343337f4ff85be9cce3babcc7087d6e4ba6 (diff)
downloadcdo-1e497dc2257ceadc584a82c03f713b218f7c95fd.tar.gz
cdo-1e497dc2257ceadc584a82c03f713b218f7c95fd.tar.xz
cdo-1e497dc2257ceadc584a82c03f713b218f7c95fd.zip
[413807] [Releng] Adjust for JDK 1.7
https://bugs.eclipse.org/bugs/show_bug.cgi?id=413807
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/build.xml b/plugins/org.eclipse.emf.cdo.releng/build.xml
index c8121f51a5..317d4dc752 100644
--- a/plugins/org.eclipse.emf.cdo.releng/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng/build.xml
@@ -104,6 +104,7 @@
<eclipse.launch app="director">
<properties>
<sysproperty key="eclipse.p2.mirrors" value="false" />
+ <sysproperty key="eclipse.p2.MD5Check" value="false" />
</properties>
<args>
<arg value="-r" />

Back to the top