Skip to content

Commit

Permalink
Revert to SWT 3.8.2 (ticket #1828, #1297)
Browse files Browse the repository at this point in the history
Update distclean target
Changelog update
  • Loading branch information
zzz committed Aug 9, 2016
1 parent 8d80772 commit 82d0ea8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGES
@@ -1,8 +1,11 @@
[Version key: $major.$minor$type, $type: a(lpha), b(eta), r(elease)c(andidate)]

* 2016-06-xx 1.106b-4 (zzz)
* 2016-08-09 1.106b-4 (zzz)
- Clean up 'find forums' popup, add icons to buttons,
improve message count and last post columns
- Revert to SWT 3.8.2 20130131
- Translation updates
- New translations: Finnish, Norwegian Bokmal

* 2016-06-21 1.106b-3 (zzz)
- Database speedups and caching
Expand Down
16 changes: 16 additions & 0 deletions build.xml
Expand Up @@ -1139,11 +1139,27 @@
<delete file="syndie-installer*.jar" />
<delete file="syndie-installer*.exe" />
<delete file="syndie-update.xpi2p" />
<delete file="syndie-mac64.xpi2p" />
<delete file="syndie-mac64-update.xpi2p" />
<delete file="syndie-win32.xpi2p" />
<delete file="syndie-win32-update.xpi2p" />
<delete file="syndie-win64.xpi2p" />
<delete file="syndie-win64-update.xpi2p" />
<delete file="syndie-linux-i386.xpi2p" />
<delete file="syndie-linux-i386-update.xpi2p" />
<delete file="syndie-linux-x86-64.xpi2p" />
<delete file="syndie-linux-x86-64-update.xpi2p" />
<delete file="syndie-update.su3" />
<delete file="syndie-mac64.su3" />
<delete file="syndie-mac64-update.su3" />
<delete file="syndie-win32.su3" />
<delete file="syndie-win32-update.su3" />
<delete file="syndie-win64.su3" />
<delete file="syndie-win64-update.su3" />
<delete file="syndie-linux-i386.su3" />
<delete file="syndie-linux-i386-update.su3" />
<delete file="syndie-linux-x86-64.su3" />
<delete file="syndie-linux-x86-64-update.su3" />
</target>

<target name="totallyclean" depends="distclean" description="Most thorough clearning">
Expand Down
36 changes: 25 additions & 11 deletions swt/swt.properties
@@ -1,11 +1,25 @@
swt.lin32.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-gtk-linux-x86.zip&r=1
swt.lin64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-gtk-linux-x86_64.zip&r=1
swt.win32.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-win32-win32-x86.zip&r=1
swt.win64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-win32-win32-x86_64.zip&r=1
swt.mac64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-cocoa-macosx-x86_64.zip&r=1

swt.lin32.sha1=9c5ac0433febce6337339d0336279ca45b792794
swt.lin64.sha1=e9cc021fc700a18b8d844349a052188c93c16c33
swt.win32.sha1=afdcf6b73f1458cf0edecc8eab88749d540de0ce
swt.win64.sha1=1233d24910a66519ec7edefc55796943005fb9c9
swt.mac64.sha1=d04d5f880b91366c42582d8b7df9ef64442a1ee7
#swt.lin32.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-gtk-linux-x86.zip&r=1
#swt.lin64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-gtk-linux-x86_64.zip&r=1
#swt.win32.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-win32-win32-x86.zip&r=1
#swt.win64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-win32-win32-x86_64.zip&r=1
#swt.mac64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.5-201506032000/swt-4.5-cocoa-macosx-x86_64.zip&r=1

#swt.lin32.sha1=9c5ac0433febce6337339d0336279ca45b792794
#swt.lin64.sha1=e9cc021fc700a18b8d844349a052188c93c16c33
#swt.win32.sha1=afdcf6b73f1458cf0edecc8eab88749d540de0ce
#swt.win64.sha1=1233d24910a66519ec7edefc55796943005fb9c9
#swt.mac64.sha1=d04d5f880b91366c42582d8b7df9ef64442a1ee7



swt.lin32.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86.zip&r=1
swt.lin64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-gtk-linux-x86_64.zip&r=1
swt.win32.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-win32-win32-x86.zip&r=1
swt.win64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-win32-win32-x86_64.zip&r=1
swt.mac64.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.8.2-201301310800/swt-3.8.2-cocoa-macosx-x86_64.zip&r=1

swt.lin32.sha1=60cf261b61bb2144192c067bbb6175b3a2b6539b
swt.lin64.sha1=94ed13a9c9c8eff56b09adaf53d8b863af713832
swt.win32.sha1=c135a961af5b1d3dcc03c5296fea90871b110605
swt.win64.sha1=2e834c0d3c8fb7fa00269b221b319dd4752865d8
swt.mac64.sha1=584cbdffabe1851fa6d8c9f6b76213932bb0457a

0 comments on commit 82d0ea8

Please sign in to comment.