Skip to content

Commit

Permalink
Fix directory of build/dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
HMON committed Jul 9, 2021
1 parent de52216 commit 4c9ea46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/allScripts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="artifacts.root" location="${testgenerator.home}/build/dependencies" />
<property name="build" value="0000" />
<property name="testgenerator.version" value="${build}" />
<property name="languageLibs" location="${basedir}/dependencies" />
<property name="languageLibs" location="${basedir}/../build/dependencies" />
<property name="platform" location="${languageLibs}/com.mbeddr.platform" />
<property name="artifacts.mps" location="${mps.home}" />
<property name="artifacts.mpsBuild" location="${mps.home}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,13 @@
<property role="TrG5h" value="languageLibs" />
<node concept="55IIr" id="4rV_RxWWQgR" role="398pKh">
<node concept="2Ry0Ak" id="4rV_RxWWQgS" role="iGT6I">
<property role="2Ry0Am" value="dependencies" />
<property role="2Ry0Am" value=".." />
<node concept="2Ry0Ak" id="5_PB5QRYoOO" role="2Ry0An">
<property role="2Ry0Am" value="build" />
<node concept="2Ry0Ak" id="5_PB5QRYoOT" role="2Ry0An">
<property role="2Ry0Am" value="dependencies" />
</node>
</node>
</node>
</node>
</node>
Expand Down

0 comments on commit 4c9ea46

Please sign in to comment.