Changeset 37193


Ignore:
Timestamp:
2023-01-28T15:46:46+13:00 (17 months ago)
Author:
kjdon
Message:

added install-gli-for-webswing = compile gli, make te jar, then copy the jar into webswing apps area

File:
1 edited

Legend:

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

    r37147 r37193  
    41274127    </if>
    41284128  </target>
    4129 
     4129  <target name="install-gli-for-webswing" description="Compile and install GLI.jar into webswing ext" depends="compile-gli">
     4130    <copy file="${gli.home}/GLI.jar" todir="${web.writablehome}/ext/webswing/apps/gli" />
     4131  </target>
    41304132  <target name="gli" description="Run the Greenstone Librarian Interface" depends="init" if="collection.building.enabled">
    41314133    <exec executable="${basedir}/gli/gli.sh" os="${os.linux},${os.solaris}" dir="${basedir}/gli" spawn="true">
Note: See TracChangeset for help on using the changeset viewer.