You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/10/10 11:16:37 UTC

[plc4x] branch develop updated: - Oficially added the simulator module.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7e46e4e  - Oficially added the simulator module.
7e46e4e is described below

commit 7e46e4e36613b0e9d54e8def0d057da893c36046
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Oct 10 13:16:29 2019 +0200

    - Oficially added the simulator module.
---
 sandbox/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index 60a9392..46b627a 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -36,6 +36,7 @@
 
   <modules>
     <module>code-gen</module>
+    <module>plc-simulator</module>
     <module>streampipes-connectors</module>
 
     <module>test-java-ab-eth-driver</module>