summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/VMware
diff options
context:
space:
mode:
authorOliver Tappe2008-01-09 13:23:47 +0100
committerOliver Tappe2008-01-09 13:23:47 +0100
commitfe18e621405083a4f1bbb52e86181f057f1293e3 (patch)
tree652c652a5bc10415f42559c3f7644a7e85689a65 /os-plugins/plugins/VMware
parent* implemented automatic synchronization of new/changed attributes (either (diff)
downloadcore-fe18e621405083a4f1bbb52e86181f057f1293e3.tar.gz
core-fe18e621405083a4f1bbb52e86181f057f1293e3.tar.xz
core-fe18e621405083a4f1bbb52e86181f057f1293e3.zip
* several fixes related to the handling of plugin-specific attributes
by the config-demuxer git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1452 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/VMware')
-rw-r--r--os-plugins/plugins/VMware/OpenSLX/OSPlugin/VMware.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/os-plugins/plugins/VMware/OpenSLX/OSPlugin/VMware.pm b/os-plugins/plugins/VMware/OpenSLX/OSPlugin/VMware.pm
index 6fddf78c..f764722e 100644
--- a/os-plugins/plugins/VMware/OpenSLX/OSPlugin/VMware.pm
+++ b/os-plugins/plugins/VMware/OpenSLX/OSPlugin/VMware.pm
@@ -21,13 +21,6 @@ use base qw(OpenSLX::OSPlugin::Base);
use OpenSLX::Basics;
use OpenSLX::Utils;
-################################################################################
-# if you have any questions regarding the concept of OS-plugins and their
-# implementation, please drop a mail to: ot@openslx.com, or join the IRC-channel
-# '#openslx' (on freenode).
-################################################################################
-### interface methods
-################################################################################
sub new
{
my $class = shift;