Skip to content

Commit 82b6d9d

Browse files
committed
Correct cpswt-redeploy.sh script
1 parent 81c9f2e commit 82b6d9d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cpswt-redeploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

3-
#for package in CppTestHarness core-cpp C2WConsoleLogger rti-base-cpp CPSWTConfig SynchronizedFederate; do
4-
for package in SynchronizedFederate; do
3+
for package in CppTestHarness core-cpp C2WConsoleLogger rti-base-cpp CPSWTConfig SynchronizedFederate; do
54

65
echo "PLEASE REMOVE THE FOLLOWING PACKAGES FROM YOUR MAVEN REPOSITORY:"
76
echo

0 commit comments

Comments
 (0)