Changeset 37314
- Timestamp:
- 2023-02-13T14:23:22+13:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/build.xml
r37193 r37314 1088 1088 <!-- install-common-src and install-collection-building are mutually exclusive and either one or the other will be done depending on whether collection building is enabled or not --> 1089 1089 <!--before configuring build-src, make sure that gnome-lib is compiled up--> 1090 <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,install-webswing-ext, setup-for-eclipse"1090 <target name="install" depends="init,compile-imagemagick,compile-gnome-lib,install-common-src,install-collection-building,install-runtime,install-solr-ext,install-webswing-ext,install-gli-for-webswing,setup-for-eclipse" 1091 1091 description="Install Greenstone 3. Use this when you first checkout the code: 'ant prepare new-install'."> 1092 1092 <echo>After successful installation, you can turn on https support on Windows and Linux</echo> … … 2745 2745 </target> 2746 2746 2747 <target name="configure-webswing-ext" depends="init" >2747 <target name="configure-webswing-ext" depends="init" description="Configure the webswing extension (regenerates the config files)"> 2748 2748 <exec executable="ant.bat" osfamily="windows" dir="${webswing-ext.home}" spawn="false" failonerror="true"> 2749 2749 <arg value="-Dweb.home=${web.home.unix}"/>
Note:
See TracChangeset
for help on using the changeset viewer.