diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 15:04:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 19:54:31 +0000 |
commit | d3a19d8eb7558bb7ca056ff31127c9002a7d0853 (patch) | |
tree | 40161e3ceff12b2b82c2ce24a1be0121e776a35d /odk | |
parent | 988af531b337f8c829554ac2d12d41369bb2f19e (diff) |
remove lang path substitution
it's unused internally as far as I can see and has very incomplete (and surely
some wrong values) from some sort of mid 90s Euro-centric worldview
Change-Id: Ibce9e8b76545791ab59b9e11c6ff6e1f33afcb3c
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java index f326a55a133e..8f026840d4e2 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/PathSubstitutionTest.java @@ -45,7 +45,7 @@ public class PathSubstitutionTest extends java.lang.Object { */ private static String[] predefinedPathVariables = { "$(home)","$(inst)","$(prog)","$(temp)","$(user)", - "$(work)","$(path)","$(lang)","$(langid)","$(vlang)" + "$(work)","$(path)","$(langid)","$(vlang)" }; /* |