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/06/18 08:53:29 UTC

[plc4x] branch develop updated: commented out the test driver

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 69dbcb7  commented out the test driver
69dbcb7 is described below

commit 69dbcb7c55cd66791de8f1568e55ced4aea46be2
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Jun 18 10:26:10 2019 +0200

    commented out the test driver
---
 sandbox/code-generation/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/code-generation/pom.xml b/sandbox/code-generation/pom.xml
index 2d8b958..dd40660 100644
--- a/sandbox/code-generation/pom.xml
+++ b/sandbox/code-generation/pom.xml
@@ -62,7 +62,7 @@
 
     <module>driver-base-java</module>
 
-    <module>test-java-s7-driver</module>
+    <!--module>test-java-s7-driver</module-->
   </modules>
 
   <build>