Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-06-29 18:02:48 +0000
committerSam Davis2017-06-29 18:02:48 +0000
commit7ac8a9cbf79b111e52f9f6f00df9e369c81959c5 (patch)
tree26fcd8b588e299dc91101e2e6d440157b926591d
parent8af25e57049a0c4a18698fa3b2cf31228b80261c (diff)
downloadorg.eclipse.mylyn-7ac8a9cbf79b111e52f9f6f00df9e369c81959c5.tar.gz
org.eclipse.mylyn-7ac8a9cbf79b111e52f9f6f00df9e369c81959c5.tar.xz
org.eclipse.mylyn-7ac8a9cbf79b111e52f9f6f00df9e369c81959c5.zip
515140: [release] release Mylyn 3.23
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=515140
-rw-r--r--org.eclipse.mylyn-downloads/releases/oxygen/composite.index1
-rw-r--r--org.eclipse.mylyn-downloads/releases/photon/composite.index3
-rw-r--r--org.eclipse.mylyn-downloads/snapshots/3.23/composite.index3
-rw-r--r--org.eclipse.mylyn-downloads/snapshots/3.24/composite.index3
-rw-r--r--org.eclipse.mylyn-downloads/snapshots/oxygen/composite.index2
-rw-r--r--org.eclipse.mylyn-downloads/snapshots/photon/composite.index3
-rw-r--r--org.eclipse.mylyn-downloads/snapshots/weekly/composite.index2
7 files changed, 15 insertions, 2 deletions
diff --git a/org.eclipse.mylyn-downloads/releases/oxygen/composite.index b/org.eclipse.mylyn-downloads/releases/oxygen/composite.index
index 4539451d..0fb80df0 100644
--- a/org.eclipse.mylyn-downloads/releases/oxygen/composite.index
+++ b/org.eclipse.mylyn-downloads/releases/oxygen/composite.index
@@ -1,2 +1,3 @@
DIRS=$(find ../../drops/3.23.*/v*/ -maxdepth 0 | sort -r)
+DIRS+=" ../../docs/releases/3.0"
NAME="Mylyn for Eclipse Oxygen"
diff --git a/org.eclipse.mylyn-downloads/releases/photon/composite.index b/org.eclipse.mylyn-downloads/releases/photon/composite.index
new file mode 100644
index 00000000..73557bee
--- /dev/null
+++ b/org.eclipse.mylyn-downloads/releases/photon/composite.index
@@ -0,0 +1,3 @@
+DIRS=$(find ../../drops/3.24.*/v*/ -maxdepth 0 | sort -r)
+DIRS+=" ../../docs/releases/3.0"
+NAME="Mylyn for Eclipse Photon"
diff --git a/org.eclipse.mylyn-downloads/snapshots/3.23/composite.index b/org.eclipse.mylyn-downloads/snapshots/3.23/composite.index
new file mode 100644
index 00000000..7b17d9d1
--- /dev/null
+++ b/org.eclipse.mylyn-downloads/snapshots/3.23/composite.index
@@ -0,0 +1,3 @@
+DIRS=$(find ../../drops/3.23.*/ -mindepth 1 -maxdepth 1 -type d | sort -r | head -n 10)
+DIRS+=" ../../docs/releases/3.0"
+NAME="Mylyn 3.23 Snapshots for Eclipse 4.6 and 4.7"
diff --git a/org.eclipse.mylyn-downloads/snapshots/3.24/composite.index b/org.eclipse.mylyn-downloads/snapshots/3.24/composite.index
new file mode 100644
index 00000000..fa5b47bf
--- /dev/null
+++ b/org.eclipse.mylyn-downloads/snapshots/3.24/composite.index
@@ -0,0 +1,3 @@
+DIRS=$(find ../../drops/3.24.*/ -mindepth 1 -maxdepth 1 -type d | sort -r | head -n 10)
+DIRS+=" ../../docs/releases/3.0"
+NAME="Mylyn 3.24 Snapshots for Eclipse 4.6 and 4.7"
diff --git a/org.eclipse.mylyn-downloads/snapshots/oxygen/composite.index b/org.eclipse.mylyn-downloads/snapshots/oxygen/composite.index
index aabad2e7..5ee2892c 100644
--- a/org.eclipse.mylyn-downloads/snapshots/oxygen/composite.index
+++ b/org.eclipse.mylyn-downloads/snapshots/oxygen/composite.index
@@ -1,3 +1,3 @@
-DIRS=$(find ../../drops/3.22.*/ -mindepth 1 -maxdepth 1 -type d | sort -r | head -n 10)
+DIRS=$(find ../../drops/3.23.*/ -mindepth 1 -maxdepth 1 -type d | sort -r | head -n 10)
DIRS+=" ../../docs/releases/3.0"
NAME="Mylyn Snapshots for Eclipse Oxygen"
diff --git a/org.eclipse.mylyn-downloads/snapshots/photon/composite.index b/org.eclipse.mylyn-downloads/snapshots/photon/composite.index
new file mode 100644
index 00000000..fb5751db
--- /dev/null
+++ b/org.eclipse.mylyn-downloads/snapshots/photon/composite.index
@@ -0,0 +1,3 @@
+DIRS=$(find ../../drops/3.24.*/ -mindepth 1 -maxdepth 1 -type d | sort -r | head -n 10)
+DIRS+=" ../../docs/releases/3.0"
+NAME="Mylyn Snapshots for Eclipse Photon"
diff --git a/org.eclipse.mylyn-downloads/snapshots/weekly/composite.index b/org.eclipse.mylyn-downloads/snapshots/weekly/composite.index
index 5c72c1e6..2a25dcbd 100644
--- a/org.eclipse.mylyn-downloads/snapshots/weekly/composite.index
+++ b/org.eclipse.mylyn-downloads/snapshots/weekly/composite.index
@@ -1,3 +1,3 @@
DIRS=$(find ../../drops/3.2*/*/ -maxdepth 0 | sort -r | head -n 1)
DIRS+=" ../../docs/releases/3.0"
-NAME="Mylyn Weekly for Eclipse 4.5 and later"
+NAME="Mylyn Weekly for Eclipse 4.6 and later"

Back to the top