Bug 495162

Summary: Renamed Cobbler*Command to just *Command
Product: [Community] Spacewalk Reporter: Jesus M. Rodriguez <jesusr>
Component: ServerAssignee: Mike McCune <mmccune>
Status: CLOSED WONTFIX QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: low Docs Contact:
Priority: low    
Version: 0.5CC: cperry
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-25 15:09:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 585232    

Description Jesus M. Rodriguez 2009-04-10 00:33:44 UTC
Seems redundant to call them Cobbler*Command when they all live in 
the cobbler package. 

find . -name Cobbler*Command.java 
./code/src/com/redhat/rhn/manager/satellite/CobblerSyncCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerProfileDeleteCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerLoginCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerDistroCreateCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerProfileSyncCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerSnippetEditCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerDistroDeleteCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerDistroSyncCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerProfileEditCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerVirtualSystemCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerSystemSyncCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerProfileCreateCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerDistroCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerProfileCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerDistroEditCommand.java
./code/src/com/redhat/rhn/manager/kickstart/cobbler/CobblerSystemCreateCommand.java