Skip to content

Commit

Permalink
Switch back to SlimerJS
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Nov 25, 2016
1 parent e82cb1c commit 8ea195a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -237,6 +237,7 @@
see the comment there.
-->
<!--
<plugin>
<groupId>com.github.klieber</groupId>
<artifactId>phantomjs-maven-plugin</artifactId>
Expand All @@ -251,7 +252,7 @@
</executions>
</plugin>
<!--
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -281,7 +282,6 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand All @@ -304,9 +304,9 @@
<argument>-classpath</argument>
<classpath/>
<!-- For PhantomJS: -->
<argument>-Dphantomjs.binary=${phantomjs.binary}</argument>
<!-- <argument>-Dphantomjs.binary=${phantomjs.binary}</argument> -->
<!-- For SlimerJS instead: -->
<!-- <argument>-Dphantomjs.binary=${project.build.directory}/dependency/slimerjs-0.10.1/slimerjs</argument> -->
<argument>-Dphantomjs.binary=${project.build.directory}/dependency/slimerjs-0.10.1/slimerjs</argument>
<argument>-Dfaust.diplo.allowedFailures=${faust.diplo.allowedFailures}</argument>
<argument>-Dfaust.diplo.server=${faust.diplo.server}</argument>
<argument>-Dfaust.diplo.debug=${faust.diplo.debug}</argument>
Expand Down

0 comments on commit 8ea195a

Please sign in to comment.