~ubuntu-branches/debian/sid/nordugrid-arc/sid

« back to all changes in this revision

Viewing changes to src/services/a-rex/infoproviders/GLUE2ldifPrinter.pm

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2012-12-13 16:41:31 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121213164131-0fumka0jar8mxm07
Tags: 2.0.1-1
* 2.0.1 Release
* Drop patches accepted upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
557
557
    #$self->attribute(objectClass => "organization");
558
558
    #$self->attribute(o => "glue");
559
559
    # builds the grid subtree, with domain information
560
 
    $self->beginGroup("grid");
 
560
    #$self->beginGroup("grid");
561
561
    $self->AdminDomain(&$data->{AdminDomain});
562
 
    $self->end;
 
562
    #$self->end;
563
563
    $self->beginGroup("resource");
564
564
    $self->Services(&$data->{Services});
565
565
    $self->ComputingService(&$data->{ComputingService});