summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/globals.pm
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-04 15:32:26 +0100
committerAndras Timar <atimar@suse.com>2011-12-04 15:32:26 +0100
commit0411cd764bc960ad737d67cffac3fa81d483e317 (patch)
tree8eedcdbcc558b52a145945020d3be409b4afae13 /solenv/bin/modules/installer/globals.pm
parent9c9dbc1e26a268e0f1e7ceaccec384b3cde70a2b (diff)
remove packaging for Java Desktop System (JDS)
Diffstat (limited to 'solenv/bin/modules/installer/globals.pm')
-rw-r--r--solenv/bin/modules/installer/globals.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/bin/modules/installer/globals.pm b/solenv/bin/modules/installer/globals.pm
index 28eba099bf32..2510cc0594ff 100644
--- a/solenv/bin/modules/installer/globals.pm
+++ b/solenv/bin/modules/installer/globals.pm
@@ -176,7 +176,6 @@ BEGIN
$globaltempdirname = "ooopackaging";
$cyg_temppath = "";
$temppathdefined = 0;
- $jdstemppathdefined = 0;
$packageversion = 1;
$packagerevision = 1;
$rpm = "";
@@ -314,10 +313,6 @@ BEGIN
$addsystemintegration = 0;
$added_directories = 0;
$makedownload = 1;
- $makejds = 1;
- $jdsexcludefilename = "";
- $jds_language_controlled = 0;
- $correct_jds_language = 0;
@installsetfiles = ();
@binarytableonlyfiles = ();
@allscpactions = ();
@@ -489,7 +484,6 @@ BEGIN
@forced_properties = ("SERVICETAG_PRODUCTNAME", "SERVICETAG_PRODUCTVERSION", "SERVICETAG_PARENTNAME", "SERVICETAG_SOURCE", "SERVICETAG_URN");
@removedirs = ();
- @jdsremovedirs = ();
@emptypackages = ();
%fontpackageexists = ();