Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.epp.config/tools/mirrorRepositories.sh')
-rwxr-xr-xreleng/org.eclipse.epp.config/tools/mirrorRepositories.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/tools/mirrorRepositories.sh b/releng/org.eclipse.epp.config/tools/mirrorRepositories.sh
index 4824d78e..71b38cc2 100755
--- a/releng/org.eclipse.epp.config/tools/mirrorRepositories.sh
+++ b/releng/org.eclipse.epp.config/tools/mirrorRepositories.sh
@@ -2,7 +2,7 @@
# directory that points to an Eclipse SDK or similar
ECLIPSE_DIR="/opt/eclipse/64/eclipse.rcp.kepler.m7"
-#ECLIPSE_DIR="/shared/technology/epp/epp_build/oxygen/eclipse"
+#ECLIPSE_DIR="/shared/technology/epp/epp_build/photon/eclipse"
ECLIPSE="${ECLIPSE_DIR}/eclipse"

Back to the top