Skip to content

Commit

Permalink
use MASTER.txt now #552
Browse files Browse the repository at this point in the history
  • Loading branch information
chochos committed May 15, 2015
1 parent b51c141 commit 7481c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -136,7 +136,7 @@
<!-- generate the ceylon.language.js file -->
<target name="build-js-language-module" depends="compile" unless="skip.language.module">
<java classname="com.redhat.ceylon.compiler.js.Stitcher" classpathref="test.run.classpath" fork="true">
<arg value="../ceylon.language/runtime-js/MASTER.js" />
<arg value="../ceylon.language/runtime-js/MASTER.txt" />
<arg value="${runtime}/${jslangmodule}" />
</java>
<antcall target="sha1sum">
Expand Down

0 comments on commit 7481c8b

Please sign in to comment.