[Major] Planning commands are in planning package

This commit is contained in:
Robert von Burg 2016-09-22 21:04:40 +02:00
parent 7255bcedc0
commit c89a275452
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.command.plan;
package li.strolch.command.planning;
import java.util.Iterator;
import java.util.List;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.command.plan;
package li.strolch.command.planning;
import li.strolch.agent.api.ComponentContainer;
import li.strolch.model.Resource;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.command.plan;
package li.strolch.command.planning;
import li.strolch.agent.api.ComponentContainer;
import li.strolch.model.Resource;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.command.plan;
package li.strolch.command.planning;
import java.util.Iterator;
import java.util.Map.Entry;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package li.strolch.command.plan;
package li.strolch.command.planning;
import java.util.List;