Skip to content

Commit

Permalink
Auto scaling common module now uses common package.
Browse files Browse the repository at this point in the history
All sources in the common package are now under
"com.eucalyptus.autoscaling.common". This avoids having code in a single
package split across modules.
  • Loading branch information
sjones4 committed Jan 30, 2013
1 parent 5950ad8 commit 4643212
Show file tree
Hide file tree
Showing 21 changed files with 888 additions and 753 deletions.
Expand Up @@ -17,7 +17,7 @@
* CA 93117, USA or visit http://www.eucalyptus.com/licenses/ if you need
* additional information or have any questions.
************************************************************************/
package com.eucalyptus.autoscaling;
package com.eucalyptus.autoscaling.common;

import com.eucalyptus.auth.policy.PolicySpec;
import com.eucalyptus.component.ComponentId;
Expand Down

0 comments on commit 4643212

Please sign in to comment.