summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-03-02 21:55:39 +0100
committerAndras Timar <atimar@suse.com>2013-03-03 19:19:26 +0100
commita5783fe922b2419b5b662eb5f544a1f401341dbf (patch)
tree034f7cba7ec642ce937b0ac94eed13b839141834 /solenv
parent5e8402ade84ab1816d32793e3476521e1c5b1027 (diff)
remove stale javafilters
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm1
-rw-r--r--solenv/bin/modules/installer/windows/registry.pm1
2 files changed, 0 insertions, 2 deletions
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index e5ce42d13050..0c9f55e2c945 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -54,7 +54,6 @@ sub shorten_feature_gid
$$stringref =~ s/_Optional_/_o_/;
$$stringref =~ s/_Tools_/_tl_/;
$$stringref =~ s/_Wrt_Flt_/_w_f_/;
- $$stringref =~ s/_Javafilter_/_jf_/;
$$stringref =~ s/_Productivity_/_pr_/;
}
diff --git a/solenv/bin/modules/installer/windows/registry.pm b/solenv/bin/modules/installer/windows/registry.pm
index edeb868d70fd..54d13d165458 100644
--- a/solenv/bin/modules/installer/windows/registry.pm
+++ b/solenv/bin/modules/installer/windows/registry.pm
@@ -66,7 +66,6 @@ sub get_registry_component_name
$componentname =~ s/gid_module_/g_m_/g;
$componentname =~ s/_optional_/_o_/g;
- $componentname =~ s/_javafilter_/_jf_/g;
# This componentname must be more specific
my $addon = "_";