Changeset 10828


Ignore:
Timestamp:
2005-11-02T16:01:24+13:00 (18 years ago)
Author:
kjdon
Message:

moved deploy-localsite to be done on install, not preparation of a distribution. this generates the file web/WEB-INF/server-config.wsdd, which has a hard-coded path in it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10816 r10828  
    15261526    <antcall target="clean-packages-c++"/>
    15271527    <antcall target="clean-gs2build"/>
    1528     <antcall target="deploy-localsite"/>
    15291528    <xslt in="build.xml" out="dist-build.xml" style="dist-resources/convert-build-xml.xsl"/>
    15301529    <delete dir="${basedir}/dist-resources"/>
     
    15461545    <antcall target="rename-xml-jars"/>
    15471546    <antcall target="rename-gs2build-files-windows"/>
     1547    <antcall target="deploy-localsite"/>
    15481548  </target>
    15491549</project>
Note: See TracChangeset for help on using the changeset viewer.