Changeset 13377


Ignore:
Timestamp:
2006-11-29T16:43:12+13:00 (17 years ago)
Author:
kjdon
Message:

removed some commented out stuff and install-for-dist and prepare-for-source targets which are no longer used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r13374 r13377  
    301301tomcat.port=${tomcat.port}
    302302tomcat.installed.path=${tomcat.installed.path} (this is the location of Tomcat's base dir if it is already installed)
    303 gsdl2.installed.path=${gsdl2.installed.path} (this is the location of Greenstone 2 if you have it)
    304303proxy.host=${proxy.host}
    305304proxy.port=${proxy.port}
     
    10201019  <target name="prepare-gs2build" depends="init" if="collection.building.enabled" unless="gs2build.present">
    10211020    <antcall target="checkout-gs2build"/>
    1022     <!-- rename the .gs2build files -->
    10231021    <antcall target="rename-gs2build-files"/>
    10241022    <antcall target="unzip-windows-packages"/>
     
    10341032 
    10351033  <target name="get-windows-binaries" depends="init" if="collection.building.enabled.windows">
    1036 <!--    <copy todir="${basedir}/bin">
    1037       <fileset dir="${basedir}/winbin/bin" includes="mg*.exe"/>
    1038     </copy>-->
    1039      <move todir="${gs2build.home}/bin/windows" failonerror="false">
     1034    <move todir="${gs2build.home}/bin/windows" failonerror="false">
    10401035      <fileset dir="${basedir}/winbin/bin"/>
    10411036    </move>
    10421037    <delete dir="${basedir}/winbin"/>
    1043    </target>
     1038  </target>
    10441039 
    10451040  <target name="unzip-windows-packages" depends="init" if="collection.building.enabled.windows"> 
     
    10921087    <copy file="${gs2build-extra.home}/win32.mak" tofile="${gs2build.home}/win32.mak"/>
    10931088    <copy file="${gs2build-extra.home}/setup.bat" tofile="${gs2build.home}/setup.bat"/>
    1094     <!--  <filterset>
    1095     <filter token="gsdlhome" value="${gs2build.home.windows}"/>
    1096      </filterset>
    1097     </copy>  -->
    10981089  </target>
    10991090 
     
    12601251  </target>
    12611252
    1262 
    1263 
    1264 
    1265 
    1266   <target name="install-for-dist" depends="accept-properties,init,configure,configure-tomcat">
    1267     <condition property="need.xml.jars">
    1268       <equals arg1="1.5" arg2="${ant.java.version}"/>
    1269     </condition>
    1270     <antcall target="rename-xml-jars"/>
    1271     <antcall target="rename-gs2build-files-windows"/>
    1272     <antcall target="deploy-localsite"/>
    1273   </target>
    1274 
    1275 
    1276   <target name="prepare-for-source" depends="init,unzip-windows-packages,rename-gs2build-files-windows,prepare-tomcat,prepare-web"/>
    12771253</project>
    12781254
Note: See TracChangeset for help on using the changeset viewer.