Fixed reference bug

This commit is contained in:
Eyck Jentzsch 2019-12-05 16:27:53 +01:00
parent c43cad3add
commit 6cfb9ef254
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@
name="com.minres.rdl.target">
<description>Sets the RDL Editor target platform</description>
</setupTask>
<stream name="${git-stream}"
<stream name="${git.stream}"
label="Stream to checkout"/>
<description>A Xtext based SystemRDL editor with syntax highlighting and context sensitive help.</description>
</setup:Project>

View File

@ -100,7 +100,7 @@
name="Neon Platform">
<description>Sets the RDL Editor target platform</description>
</setupTask>
<stream name="${git-stream}"
<stream name="${git.stream}"
label="Stream to checkout"/>
<description>A lightweight tool to visualize VCD and transaction traces.</description>
</setup:Project>