Ignore:
Timestamp:
2011-07-04T19:43:43+12:00 (13 years ago)
Author:
ak19
Message:

Still on ticket 449. Now srclink_file metadata (contains an underscore that makes things difficult for GS3) is renamed to srclinkFile. Related commits are in GS2's runtime-src formattools.cpp and dublincore.cpp and GS3's default/transform/config_format.xsl and Action.java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/MP3Plugin.pm

    r23355 r24225  
    267267   
    268268    $doc_obj->add_metadata ($section, "srcicon", "_iconmp3_");
     269    # srclink_file is now deprecated because of the "_" in the metadataname. Use srclinkFile
    269270    $doc_obj->add_metadata ($section, "srclink_file", $assoc_url);
     271    $doc_obj->add_metadata ($section, "srclinkFile", $assoc_url);
    270272    my $applet_metadata = $self->{'applet_metadata'};
    271273    if (defined $applet_metadata && $applet_metadata ) {
Note: See TracChangeset for help on using the changeset viewer.