2013-04-13  Matthias Klose  <doko@ubuntu.com>

	* Makefile (TAG): Set to R3_8_2 (cvsroot, login): Remove,
	(checkout): Download from git repository.
	(compile): Compile for 1.5, catch errors copying resource files,
	don't include the META-INF file.
	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java: Adopt to
	new API.
	
2009-09-28  Matthias Klose  <doko@ubuntu.com>

	* Makefile (TAG): Set to R3_5_1.
	
2009-09-11  Matthias Klose  <doko@ubuntu.com>

	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java:
	Replace InvalidInputException with IllegalArgumentException.
	For eclipse 3.5.1.
	* Makefile (TAG): Set to v_972_R35x.

2009-09-09  David Daney  <ddaney@caviumnetworks.com>

	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java
	(fail): Print a stack trace to stdout.
	(getZipOutput, getDependencyOutput): Add an empty dummy file.

2008-08-13  Tom Tromey  <tromey@redhat.com>

	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java
	(configure): Set maxRepetition.

2008-07-21  Tom Tromey  <tromey@redhat.com>

	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java: Update for
	new Eclipse compiler.
	* Makefile (TAG): Update.

2007-07-27  Tom Tromey  <tromey@redhat.com>

	* Makefile (TAG): Update.

2007-07-27  Tom Tromey  <tromey@redhat.com>

	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java
	(configure): Use setDestinationPath.
	* Makefile (TAG): New variable.
	(checkout): Use it.

2007-03-02  Tom Tromey  <tromey@redhat.com>

	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java
	(configure): Set generatePackagesStructure.  For Eclipse 3.2.2.

2007-01-30  Tom Tromey  <tromey@redhat.com>

	* Makefile (ecj-source.tar.bz2): New target.
	(all): Use it.
	(upload): Upload source tar.
	* org/eclipse/jdt/internal/compiler/batch/GCCMain.java
	(turnWarningsToErrors): New method.
	(handleWall): New method.
	(configure): Changed handling of -w.  Handle -Werror, -Wall.

2006-10-17  Tom Tromey  <tromey@redhat.com>

	* Makefile (compile): Put gcc properties into correct .properties
	file.
	* gcc.properties: New file.

2006-10-16  Tom Tromey  <tromey@redhat.com>

	* Makefile (upload): Changed sense of test.

	* Makefile (compile): Include META-INF.  Make sure .properties end
	up in bin.
	(.PHONY): New target.

