Skip to content

Commit

Permalink
Eliminate netconf/tools/
Browse files Browse the repository at this point in the history
Move the two utilities we have into usecase/, as these really are
specific use cases.

Change-Id: Ibc39da22da86de48c4741a7819515f2018934c57
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga committed Mar 3, 2025
1 parent aa7f5a0 commit 0aaff0e
Show file tree
Hide file tree
Showing 84 changed files with 2 additions and 35 deletions.
1 change: 0 additions & 1 deletion netconf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
<modules>
<module>netconf-netty-util</module>
<module>netconf-auth</module>
<module>tools</module>
</modules>
</project>
34 changes: 0 additions & 34 deletions netconf/tools/pom.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions usecase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
<modules>
<module>karaf</module>
<module>karaf-static</module>
<module>netconf-test-perf</module>
<module>netconf-testtool</module>
</modules>
</project>

0 comments on commit 0aaff0e

Please sign in to comment.