SF.net SVN: gar:[25564] csw/mgar/pkg/java/ecj/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Feb 12 21:32:47 CET 2016


Revision: 25564
          http://sourceforge.net/p/gar/code/25564
Author:   dmichelsen
Date:     2016-02-12 20:32:47 +0000 (Fri, 12 Feb 2016)
Log Message:
-----------
java/ecj/trunk: Use correct version of ecj.jar this time

Modified Paths:
--------------
    csw/mgar/pkg/java/ecj/trunk/Makefile
    csw/mgar/pkg/java/ecj/trunk/checksums

Modified: csw/mgar/pkg/java/ecj/trunk/Makefile
===================================================================
--- csw/mgar/pkg/java/ecj/trunk/Makefile	2016-02-12 15:57:17 UTC (rev 25563)
+++ csw/mgar/pkg/java/ecj/trunk/Makefile	2016-02-12 20:32:47 UTC (rev 25564)
@@ -1,12 +1,14 @@
 NAME = ecj
-VERSION = 4.3M4
+VERSION = 4.5
 CATEGORIES = java
 GARTYPE = v2
 
 DESCRIPTION = JDT Core Batch Compiler
 
-# There seems to be some issue with the download code which breaks on & in the URL, download manually for now and put into /home/src
-MASTER_SITES += http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops4/S-4.3M4-201212140730/
+# The download location is described at the the unpacked gcc tarball in contrib/download_ecj
+# The file should be named ecj-latest.jar which happens to be 4.5, not the latest 4.9.
+# It is advisable from time to time to check if this still holds.
+MASTER_SITES += ftp://sourceware.org/pub/java/
 DISTFILES += $(DISTNAME).jar
 DISTFILES += ecj1
 DISTFILES += README.CSW

Modified: csw/mgar/pkg/java/ecj/trunk/checksums
===================================================================
--- csw/mgar/pkg/java/ecj/trunk/checksums	2016-02-12 15:57:17 UTC (rev 25563)
+++ csw/mgar/pkg/java/ecj/trunk/checksums	2016-02-12 20:32:47 UTC (rev 25564)
@@ -1 +1 @@
-a8bcbea304cb13bd78780e690955e9a1  ecj-4.3M4.jar
+d7cd6a27c8801e66cbaa964a039ecfdb  ecj-4.5.jar

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list