diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-18 10:00:51 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-04-18 10:01:59 +0300 |
commit | 4b663231f6b5937224fdc1c10a0e1fabd2bd85da (patch) | |
tree | 27c6bd2b1f99041be0596a6a966b69f9e063346f /configure.in | |
parent | 8f80a0af7e48193d0c035c220537d7f40b915f56 (diff) |
Move DocumentLoader to the "experimental" subdirectory
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1ecadf5d0391..499cbf0fcdad 100644 --- a/configure.in +++ b/configure.in @@ -3284,7 +3284,7 @@ if test "$cross_compiling" = "yes"; then tar cf - \ bin/repo-list.in \ android/Bootstrap/local.properties.in \ - android/experiments/DocumentLoader/local.properties.in \ + android/experimental/DocumentLoader/local.properties.in \ android/experimental/eagles051387/.classpath.in \ android/qa/sc/local.properties.in \ android/qa/desktop/local.properties.in \ @@ -11367,7 +11367,7 @@ fi AC_CONFIG_FILES([config_host.mk ooo.lst bin/repo-list \ android/Bootstrap/local.properties \ -android/experiments/DocumentLoader/local.properties \ +android/experimental/DocumentLoader/local.properties \ android/experimental/eagles051387/.classpath \ android/qa/sc/local.properties \ android/qa/desktop/local.properties]) |