Changeset 25136


Ignore:
Timestamp:
2012-02-22T16:29:45+13:00 (12 years ago)
Author:
sjm84
Message:

Corrected the cgi-bin dirs to point to the common-src folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r25133 r25136  
    17921792      <arg value="export"/>
    17931793      <arg value="-r"/><arg value="${branch.revision}"/>
    1794       <arg value="${svn.root}/main/${branch.path}/greenstone2/cgi-bin/gliserver.pl"/>
     1794      <arg value="${svn.root}/main/${branch.path}/greenstone2/common-src/cgi-bin/gliserver.pl"/>
    17951795    </exec>
    17961796    <exec executable="svn" dir="web/WEB-INF/cgi">
    17971797      <arg value="export"/>
    17981798      <arg value="-r"/><arg value="${branch.revision}"/>
    1799       <arg value="${svn.root}/main/${branch.path}/greenstone2/cgi-bin/gsdlCGI.pm"/>
     1799      <arg value="${svn.root}/main/${branch.path}/greenstone2/common-src/cgi-bin/gsdlCGI.pm"/>
    18001800    </exec>
    18011801
Note: See TracChangeset for help on using the changeset viewer.