ecj-initial: Increased maximum heap space to 1 GiB.
authorRobert Schuster <robertschuster@fsfe.org>
Thu, 1 Oct 2009 15:09:32 +0000 (17:09 +0200)
committerRobert Schuster <robertschuster@fsfe.org>
Thu, 1 Oct 2009 15:10:43 +0000 (17:10 +0200)
ecj-bootstrap-native: Dito.

recipes/ecj/ecj-bootstrap-native.bb
recipes/ecj/ecj-initial.bb
recipes/ecj/files/ecj.in
recipes/ecj/libecj-bootstrap_3.4.1.bb
recipes/ecj/libecj-bootstrap_3.4.bb
recipes/ecj/libecj-bootstrap_3.5.bb

index 2bda972..6c80de7 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI = "file://ecj.in"
 
 S = "${WORKDIR}"
 
-PR = "r1"
+PR = "r2"
 
 JAR = "ecj-bootstrap.jar"
 
index 1064536..6695fbd 100644 (file)
@@ -9,6 +9,8 @@ LICENSE = "EPL"
 
 DEPENDS = "libecj-bootstrap"
 
+PR = "r1"
+
 SRC_URI = "file://ecj.in"
 
 S = "${WORKDIR}"
index 2099991..2cff259 100755 (executable)
@@ -1 +1 @@
-${RUNTIME} -Xmx512m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
+${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
index 85662ab..c7e605b 100644 (file)
@@ -1,6 +1,6 @@
 require libecj-bootstrap.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
        http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4.1-200809111700/ecjsrc-3.4.1.zip \
index 381f424..61a980a 100644 (file)
@@ -1,6 +1,6 @@
 require libecj-bootstrap.inc
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "\
        http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.4-200806172000/ecjsrc-3.4.zip \
index 005000e..adc9712 100644 (file)
@@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1"
 
 require libecj-bootstrap.inc
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = " \
           http://mirrors.ibiblio.org/pub/mirrors/eclipse/eclipse/downloads/drops/R-3.5-200906111540/ecjsrc-3.5.zip \