Changeset 14677 for other-projects


Ignore:
Timestamp:
2007-10-15T09:33:55+13:00 (17 years ago)
Author:
oranfry
Message:

took out hard wired version numbers and the build directory

Location:
other-projects/trunk/gs3-release-maker
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/gs3-release-maker/build.xml

    r14627 r14677  
    691691    <target name="mac-prepare-unix">
    692692        <if><bool><istrue value="${execute}"/></bool>
    693             <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=3.03 prepare-unix" /></exec>
     693            <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=${version} prepare-unix" /></exec>
    694694        </if>
    695695    </target>
     
    697697    <target name="mac-update-unix">
    698698        <if><bool><istrue value="${execute}"/></bool>
    699             <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=3.03 update-unix" /></exec>
     699            <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=${version} update-unix" /></exec>
    700700        </if>
    701701    </target>
     
    703703    <target name="mac-configure-unix">
    704704        <if><bool><istrue value="${execute}"/></bool>
    705             <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=3.03 configure-unix" /></exec>
     705            <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=${version} configure-unix" /></exec>
    706706        </if>
    707707    </target>
     
    723723        <if><bool><istrue value="${execute}"/></bool>
    724724            <echo level="info">mac: ant build-unix</echo>
    725             <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=3.03 build-unix" /></exec>
     725            <exec executable="/usr/bin/ssh"><arg line="${username}:${password}@shuttle cd ${mac.release.dir}/greenstone3; PATH=$PATH:/usr/local/bin JAVA_HOME=/Library/Java/Home ant -f dist-resources/dist-build.xml -Dapp.version=${version} build-unix" /></exec>
    726726        </if>
    727727    </target>
Note: See TracChangeset for help on using the changeset viewer.