Fixed reference bug
This commit is contained in:
parent
c43cad3add
commit
6cfb9ef254
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue