Skip to content

Commit

Permalink
switching off FTP upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ashatalin committed Feb 8, 2011
1 parent 5817158 commit 9246f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/MPS-buildserver.xml
Expand Up @@ -9,7 +9,7 @@
<import file="${ant.file}/../../tests/jetbrains/mps/mps.tests.xml"/>
<target name="test.and.build" depends="test, build"/>
<target name="test" depends="mps.tests.all"/>
<target name="upload" depends="MPS-external-dist.default">
<target name="upload" depends="MPS-external-dist.default">
<java jar="${ant.home}/lib/ant-launcher.jar"
fork="true"
dir="${mps.home}/build"
Expand All @@ -24,7 +24,7 @@
<arg value="${mps.home}/build/upload.xml"/>
</java>
</target>
<target name="build" depends="MPS-external-dist.default,upload">
<target name="build" depends="MPS-external-dist.default">
<delete dir="${real.deploy.dir}"/>
<mkdir dir="${real.deploy.dir}"/>
<copydir src="${deploy.dir}" dest="${real.deploy.dir}"/>
Expand Down

0 comments on commit 9246f00

Please sign in to comment.