Skip to content

Commit

Permalink
Also generate Eclipse projects for Graal SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Feb 22, 2018
1 parent 170934b commit 9a1d9fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<property name="unit.dir" value="tests/java" />
<property name="kompos.dir" value="tools/kompos" />
<property name="truffle.dir" location="${lib.dir}/truffle/truffle" />
<property name="sdk.build" location="${lib.dir}/truffle/sdk/mxbuild/dists" />
<property name="sdk.dir" location="${lib.dir}/truffle/sdk" />
<property name="sdk.build" location="${sdk.dir}/mxbuild/dists" />
<property name="truffle.build" location="${truffle.dir}/mxbuild/dists" />
<property name="somns-deps.version" value="0.3.3" />
<property name="checkstyle.version" value="7.6.1" />
Expand Down Expand Up @@ -83,6 +84,9 @@
<exec executable="${mx.cmd}" dir="${truffle.dir}" failonerror="true">
<arg value="eclipseinit"/>
</exec>
<exec executable="${mx.cmd}" dir="${sdk.dir}" failonerror="true">
<arg value="eclipseinit"/>
</exec>
</target>

<target name="libs" depends="truffle-libs,bd-libs" unless="skip.libs">
Expand Down

0 comments on commit 9a1d9fc

Please sign in to comment.