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 2020/05/01 15:45:52 UTC

[plc4x] 01/02: - Disabled the hello-webapp example as the Apache Royale folks seem unable to release.

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

commit 6f4e81eeed10a9d1d4453bfa95a0cbc0e80b312f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri May 1 17:45:17 2020 +0200

    - Disabled the hello-webapp example as the Apache Royale folks seem unable to release.
---
 plc4j/examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml
index 2e743d0..e5df2c8 100644
--- a/plc4j/examples/pom.xml
+++ b/plc4j/examples/pom.xml
@@ -48,7 +48,7 @@
     <module>hello-integration-edgent</module>
     <module>hello-opm</module>
     <module>hello-storage-elasticsearch</module>
-    <module>hello-webapp</module>
+    <!--module>hello-webapp</module-->
     <module>hello-world-plc4x</module>
     <module>hello-integration-iotdb</module>
   </modules>