Skip to content

Commit

Permalink
refactoring: Moved the plc4net module outside of the sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Dec 15, 2021
1 parent 2775ec9 commit e8f89cb
Show file tree
Hide file tree
Showing 259 changed files with 11 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions sandbox/plc4net/pom.xml → plc4net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache.plc4x.sandbox</groupId>
<artifactId>plc4x-sandbox</artifactId>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>plc4net</artifactId>
<packaging>pom</packaging>

<name>Sandbox: PLC4Net</name>
<name>PLC4Net</name>
<description>Implementation of the protocol adapters for usage as .Net module.</description>

<!-- Disabled for now as C# support is currently not installed in Apache SonarQube -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,14 @@
</modules>
</profile>

<!-- Build PLC4X including the .Net modules -->
<profile>
<id>with-dotnet</id>
<modules>
<module>plc4net</module>
</modules>
</profile>

<!-- Build PLC4X including the Sandbox modules -->
<profile>
<id>with-sandbox</id>
Expand Down
8 changes: 0 additions & 8 deletions sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@
</modules>
</profile>

<!-- Build PLC4X including the .Net modules -->
<profile>
<id>with-dotnet</id>
<modules>
<module>plc4net</module>
</modules>
</profile>

<!-- Build PLC4X including the Python modules -->
<profile>
<id>with-python</id>
Expand Down

0 comments on commit e8f89cb

Please sign in to comment.