Changeset 19013 for release-kits/wirk3


Ignore:
Timestamp:
2009-04-16T15:44:34+12:00 (15 years ago)
Author:
oranfry
Message:

changed the way perl gets inserted

Location:
release-kits/wirk3/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/compile.xml

    r17898 r19013  
    1010            <property name="branch.revision" value="${branch.revision}"/>
    1111        </ant>
     12        <antcall target="insert-windows-perl"><param name="gsdl.basedir" value="compiled/gs2build"/></antcall>
    1213        <ant target="build-windows" dir="compiled" antfile="${wirk3.home}/ant-scripts/operations-on-gs3home.xml" inheritAll="false">
    1314            <property name="app.version" value="${version}"/>
  • release-kits/wirk3/ant-scripts/operations-on-gs3home.xml

    r18082 r19013  
    2727        <antcall target="unzip-windows-packages"/>
    2828        <antcall target="checkout-winbin"/>
    29         <antcall target="get-perl-for-windows"/>
     29        <!--<antcall target="get-perl-for-windows"/>-->
    3030    </target>
    3131 
Note: See TracChangeset for help on using the changeset viewer.