diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-06-06 12:50:58 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-06-06 12:50:58 +0000 |
commit | f8106eb67642d5ffeecde506a557d6205fe9e4e5 (patch) | |
tree | 942baa2da8181b6443773be3491b391731b81654 /conf | |
parent | 62c29a13f24aa7ce23caff7a4c9b21c8bdaf8d4b (diff) |
classpath-native: Add patch allowing PhoneME builds with Classpath tools.
classpath-minimal: Move to bugfix release 0.97.2.
classpath: Move to bugfix release 0.97.2.
chinook-compat.conf: Set classpath preference to 0.97.2.
preferred-om-2008-versions.inc: Set classpath preference to 0.97.2.
classpath 0.97.2:
* Updated NetworkInterface patch to include header file changes.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/chinook-compat.conf | 2 | ||||
-rw-r--r-- | conf/distro/include/preferred-om-2008-versions.inc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index e834c8c4c8..1503a6f380 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -169,7 +169,7 @@ PREFERRED_PROVIDER_midpath-backend-gtk = "midpath-backend-gtk-hildon" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath" -PREFERRED_VERSION_classpath = "0.97.1" +PREFERRED_VERSION_classpath = "0.97.2" PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.3+3.4M5" diff --git a/conf/distro/include/preferred-om-2008-versions.inc b/conf/distro/include/preferred-om-2008-versions.inc index 1fc30312f5..0c6b63ec04 100644 --- a/conf/distro/include/preferred-om-2008-versions.inc +++ b/conf/distro/include/preferred-om-2008-versions.inc @@ -162,9 +162,9 @@ PREFERRED_VERSION_chrpath-native ?= "0.13" PREFERRED_VERSION_ckermit ?= "211" PREFERRED_VERSION_clamav ?= "0.91.1" PREFERRED_VERSION_clamsmtp ?= "1.8" -PREFERRED_VERSION_classpath ?= "0.97.1" -PREFERRED_VERSION_classpath-gtk ?= "0.97.1" -PREFERRED_VERSION_classpath-minimal ?= "0.97.1" +PREFERRED_VERSION_classpath ?= "0.97.2" +PREFERRED_VERSION_classpath-gtk ?= "0.97.2" +PREFERRED_VERSION_classpath-minimal ?= "0.97.2" PREFERRED_VERSION_classpath-native ?= "0.96.1" PREFERRED_VERSION_clearsilver ?= "0.10.3" PREFERRED_VERSION_clish ?= "0.7.1" |