summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer
diff options
context:
space:
mode:
authorTim Retout <tim@retout.co.uk>2012-02-17 23:03:29 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:40:57 +0000
commit1994b8c1d169b02a92c3d8c582d5c161e96ea6d0 (patch)
treedb4100047986dc28ec892afb44252a3f4ee5d2e2 /solenv/bin/modules/installer
parent26f3aaa28c03baa898030cb894f9a3ad7f1cb10d (diff)
Remove installer::existence.
Diffstat (limited to 'solenv/bin/modules/installer')
-rw-r--r--solenv/bin/modules/installer/archivefiles.pm1
-rw-r--r--solenv/bin/modules/installer/epmfile.pm1
-rw-r--r--solenv/bin/modules/installer/existence.pm30
-rw-r--r--solenv/bin/modules/installer/helppack.pm1
-rw-r--r--solenv/bin/modules/installer/languagepack.pm1
-rw-r--r--solenv/bin/modules/installer/languages.pm1
-rw-r--r--solenv/bin/modules/installer/profiles.pm1
-rw-r--r--solenv/bin/modules/installer/scriptitems.pm1
-rw-r--r--solenv/bin/modules/installer/strip.pm1
-rw-r--r--solenv/bin/modules/installer/windows/binary.pm1
-rw-r--r--solenv/bin/modules/installer/windows/component.pm1
-rw-r--r--solenv/bin/modules/installer/windows/createfolder.pm1
-rw-r--r--solenv/bin/modules/installer/windows/feature.pm1
-rw-r--r--solenv/bin/modules/installer/windows/featurecomponent.pm1
-rw-r--r--solenv/bin/modules/installer/windows/file.pm1
-rw-r--r--solenv/bin/modules/installer/windows/idtglobal.pm1
-rw-r--r--solenv/bin/modules/installer/windows/inifile.pm1
-rw-r--r--solenv/bin/modules/installer/windows/shortcut.pm1
-rw-r--r--solenv/bin/modules/installer/windows/sign.pm1
-rw-r--r--solenv/bin/modules/installer/windows/strip.pm1
-rw-r--r--solenv/bin/modules/installer/worker.pm1
-rw-r--r--solenv/bin/modules/installer/ziplist.pm1
22 files changed, 0 insertions, 51 deletions
diff --git a/solenv/bin/modules/installer/archivefiles.pm b/solenv/bin/modules/installer/archivefiles.pm
index a81b0f640638..8d682e412a0c 100644
--- a/solenv/bin/modules/installer/archivefiles.pm
+++ b/solenv/bin/modules/installer/archivefiles.pm
@@ -29,7 +29,6 @@ package installer::archivefiles;
use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm
index 6a91fb4c9634..1ec035c16841 100644
--- a/solenv/bin/modules/installer/epmfile.pm
+++ b/solenv/bin/modules/installer/epmfile.pm
@@ -29,7 +29,6 @@ package installer::epmfile;
use Cwd;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/existence.pm b/solenv/bin/modules/installer/existence.pm
deleted file mode 100644
index cb9ab1d156b4..000000000000
--- a/solenv/bin/modules/installer/existence.pm
+++ /dev/null
@@ -1,30 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-package installer::existence;
-
-1;
diff --git a/solenv/bin/modules/installer/helppack.pm b/solenv/bin/modules/installer/helppack.pm
index e4fad3767ead..977b0bad867c 100644
--- a/solenv/bin/modules/installer/helppack.pm
+++ b/solenv/bin/modules/installer/helppack.pm
@@ -28,7 +28,6 @@
package installer::helppack;
use installer::converter;
-use installer::existence;
use installer::files;
use installer::globals;
use installer::logger;
diff --git a/solenv/bin/modules/installer/languagepack.pm b/solenv/bin/modules/installer/languagepack.pm
index 9c8e16c818d9..1bfcd8a37678 100644
--- a/solenv/bin/modules/installer/languagepack.pm
+++ b/solenv/bin/modules/installer/languagepack.pm
@@ -28,7 +28,6 @@
package installer::languagepack;
use installer::converter;
-use installer::existence;
use installer::files;
use installer::globals;
use installer::logger;
diff --git a/solenv/bin/modules/installer/languages.pm b/solenv/bin/modules/installer/languages.pm
index b6bf0a11782a..757ea9dbba93 100644
--- a/solenv/bin/modules/installer/languages.pm
+++ b/solenv/bin/modules/installer/languages.pm
@@ -28,7 +28,6 @@
package installer::languages;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::globals;
use installer::remover;
diff --git a/solenv/bin/modules/installer/profiles.pm b/solenv/bin/modules/installer/profiles.pm
index 156796e4dbf2..fba586b56526 100644
--- a/solenv/bin/modules/installer/profiles.pm
+++ b/solenv/bin/modules/installer/profiles.pm
@@ -28,7 +28,6 @@
package installer::profiles;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/scriptitems.pm b/solenv/bin/modules/installer/scriptitems.pm
index 67db9ef0a9bc..ac678be5e458 100644
--- a/solenv/bin/modules/installer/scriptitems.pm
+++ b/solenv/bin/modules/installer/scriptitems.pm
@@ -28,7 +28,6 @@
package installer::scriptitems;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::globals;
use installer::languages;
diff --git a/solenv/bin/modules/installer/strip.pm b/solenv/bin/modules/installer/strip.pm
index 777b7739ac75..154f39b73838 100644
--- a/solenv/bin/modules/installer/strip.pm
+++ b/solenv/bin/modules/installer/strip.pm
@@ -28,7 +28,6 @@
package installer::strip;
use installer::converter;
-use installer::existence;
use installer::globals;
use installer::logger;
use installer::pathanalyzer;
diff --git a/solenv/bin/modules/installer/windows/binary.pm b/solenv/bin/modules/installer/windows/binary.pm
index 96ee50eb4b19..bc5eeaf585f4 100644
--- a/solenv/bin/modules/installer/windows/binary.pm
+++ b/solenv/bin/modules/installer/windows/binary.pm
@@ -27,7 +27,6 @@
package installer::windows::binary;
-use installer::existence;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/component.pm b/solenv/bin/modules/installer/windows/component.pm
index 7a230802508c..72382607e508 100644
--- a/solenv/bin/modules/installer/windows/component.pm
+++ b/solenv/bin/modules/installer/windows/component.pm
@@ -28,7 +28,6 @@
package installer::windows::component;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/createfolder.pm b/solenv/bin/modules/installer/windows/createfolder.pm
index ab1c4f7e7721..5f42ee71c74a 100644
--- a/solenv/bin/modules/installer/windows/createfolder.pm
+++ b/solenv/bin/modules/installer/windows/createfolder.pm
@@ -27,7 +27,6 @@
package installer::windows::createfolder;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/feature.pm b/solenv/bin/modules/installer/windows/feature.pm
index dbc0efad203c..80f7954cb786 100644
--- a/solenv/bin/modules/installer/windows/feature.pm
+++ b/solenv/bin/modules/installer/windows/feature.pm
@@ -27,7 +27,6 @@
package installer::windows::feature;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/featurecomponent.pm b/solenv/bin/modules/installer/windows/featurecomponent.pm
index 10792180cbd8..580630fff9ca 100644
--- a/solenv/bin/modules/installer/windows/featurecomponent.pm
+++ b/solenv/bin/modules/installer/windows/featurecomponent.pm
@@ -28,7 +28,6 @@
package installer::windows::featurecomponent;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/file.pm b/solenv/bin/modules/installer/windows/file.pm
index a0dee6c36e9d..100bf9ae34dc 100644
--- a/solenv/bin/modules/installer/windows/file.pm
+++ b/solenv/bin/modules/installer/windows/file.pm
@@ -28,7 +28,6 @@
package installer::windows::file;
use Digest::MD5;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/idtglobal.pm b/solenv/bin/modules/installer/windows/idtglobal.pm
index 76e49888d34b..baa4e77ac308 100644
--- a/solenv/bin/modules/installer/windows/idtglobal.pm
+++ b/solenv/bin/modules/installer/windows/idtglobal.pm
@@ -29,7 +29,6 @@ package installer::windows::idtglobal;
use Cwd;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/inifile.pm b/solenv/bin/modules/installer/windows/inifile.pm
index 9afe6cdfe3f4..d13fafc26fd6 100644
--- a/solenv/bin/modules/installer/windows/inifile.pm
+++ b/solenv/bin/modules/installer/windows/inifile.pm
@@ -27,7 +27,6 @@
package installer::windows::inifile;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/shortcut.pm b/solenv/bin/modules/installer/windows/shortcut.pm
index cef50205de6b..4b7ff36f2e10 100644
--- a/solenv/bin/modules/installer/windows/shortcut.pm
+++ b/solenv/bin/modules/installer/windows/shortcut.pm
@@ -27,7 +27,6 @@
package installer::windows::shortcut;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/windows/sign.pm b/solenv/bin/modules/installer/windows/sign.pm
index 8fb7b3fe13a0..a874fa63c09e 100644
--- a/solenv/bin/modules/installer/windows/sign.pm
+++ b/solenv/bin/modules/installer/windows/sign.pm
@@ -29,7 +29,6 @@ package installer::windows::sign;
use Cwd;
use installer::converter;
-use installer::existence;
use installer::files;
use installer::globals;
use installer::scriptitems;
diff --git a/solenv/bin/modules/installer/windows/strip.pm b/solenv/bin/modules/installer/windows/strip.pm
index 6f9f98392211..8cccba19de99 100644
--- a/solenv/bin/modules/installer/windows/strip.pm
+++ b/solenv/bin/modules/installer/windows/strip.pm
@@ -29,7 +29,6 @@ package installer::windows::strip;
use File::Temp qw(tmpnam);
use installer::converter;
-use installer::existence;
use installer::globals;
use installer::logger;
use installer::pathanalyzer;
diff --git a/solenv/bin/modules/installer/worker.pm b/solenv/bin/modules/installer/worker.pm
index 13089d521f9a..1d3d19a987a8 100644
--- a/solenv/bin/modules/installer/worker.pm
+++ b/solenv/bin/modules/installer/worker.pm
@@ -34,7 +34,6 @@ use File::Temp qw(tmpnam);
use File::Path;
use installer::control;
use installer::converter;
-use installer::existence;
use installer::exiter;
use installer::files;
use installer::globals;
diff --git a/solenv/bin/modules/installer/ziplist.pm b/solenv/bin/modules/installer/ziplist.pm
index d5137414502c..5ee0bb6451d3 100644
--- a/solenv/bin/modules/installer/ziplist.pm
+++ b/solenv/bin/modules/installer/ziplist.pm
@@ -27,7 +27,6 @@
package installer::ziplist;
-use installer::existence;
use installer::exiter;
use installer::globals;
use installer::logger;