Changeset 23582


Ignore:
Timestamp:
2011-01-14T11:51:31+13:00 (13 years ago)
Author:
sjm84
Message:

Updating the admin program to check out extensions from the correct place after the rearranging of the extension svn structure

Location:
main/trunk/greenstone3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/ext/extension_project_list.xml

    r23581 r23582  
    7171    <sequenceList>
    7272      <step id="download" action="download" label="Download Extension">
    73         <mainSource method="svn">http://svn.greenstone.org/gs2-extensions/video/trunk/src</mainSource>
     73        <mainSource method="svn">http://svn.greenstone.org/gs2-extensions/video-and-audio/trunk/src</mainSource>
    7474      </step>
    7575
  • main/trunk/greenstone3/src/java/org/greenstone/admin/guiext/DownloadStep.java

    r21954 r23582  
    5050    ExtensionInformation info = _parent.getParent();
    5151   
    52     _mainSource = new Source("svn", info.getBaseURL() + info.getFileStem() + "/trunk/", "", this);
     52    _mainSource = new Source("svn", info.getBaseURL() + info.getFileStem() + "/trunk/src", "", this);
    5353
    5454    _button.addActionListener(new DownloadButtonListener());
Note: See TracChangeset for help on using the changeset viewer.