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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.