Moved SystemManagementResources in other package than SystemResources

* moved classes to new package to seperate it from SystemResource
* updated references

Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
This commit is contained in:
Fabian Nonnenmacher
2016-02-05 09:37:20 +01:00
committed by Nonnenmacher Fabian
parent ffa46afc7a
commit 016350de4e
5 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.hawkbit.rest.resource.model.system;
package org.eclipse.hawkbit.rest.resource.model.systemmanagement;
import java.util.Collection;

View File

@@ -6,7 +6,7 @@
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.hawkbit.rest.resource.model.system;
package org.eclipse.hawkbit.rest.resource.model.systemmanagement;
import java.util.List;

View File

@@ -6,7 +6,7 @@
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.hawkbit.rest.resource.model.system;
package org.eclipse.hawkbit.rest.resource.model.systemmanagement;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;