From 404fa1aae3fa24f2dcf2a7097a930b2496018362 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 29 Mar 2011 11:28:08 +0000
Subject: [PATCH]  - put similar parts near each other

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44720 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/gcc.cfg | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/buildout/software-profiles/gcc.cfg b/buildout/software-profiles/gcc.cfg
index 1d570a30dc..c5a43b0748 100644
--- a/buildout/software-profiles/gcc.cfg
+++ b/buildout/software-profiles/gcc.cfg
@@ -41,13 +41,6 @@ environment =
   CPPFLAGS =-I${mpfr:location}/include -I${gmp:location}/include
   LDFLAGS =-L${mpfr:location}/lib -Wl,-rpath -Wl,${mpfr:location}/lib -L${gmp:location}/lib -Wl,-rpath -Wl,${gmp:location}/lib
 
-[gcc-download]
-recipe = hexagonit.recipe.download
-url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-4.5.2.tar.bz2
-md5sum = d6559145853fbaaa0fd7556ed93bce9a
-strip-top-level-dir = True
-destination = ${gcc-java-source:location}
-
 [ecj]
 recipe = hexagonit.recipe.download
 download-only = true
@@ -55,6 +48,13 @@ url = ftp://sourceware.org/pub/java/ecj-4.5.jar
 md5sum = d7cd6a27c8801e66cbaa964a039ecfdb
 filename = ecj.jar
 
+[gcc-download]
+recipe = hexagonit.recipe.download
+url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-4.5.2.tar.bz2
+md5sum = d6559145853fbaaa0fd7556ed93bce9a
+strip-top-level-dir = True
+destination = ${gcc-java-source:location}
+
 [gcc-java-download]
 recipe = hexagonit.recipe.download
 url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.2/gcc-java-4.5.2.tar.bz2
-- 
2.30.9