Rename some packages with more logical names

This commit is contained in:
dsyer
2008-03-01 10:24:28 +00:00
parent 0eb239c9cb
commit 90cb1e8ea3
41 changed files with 76 additions and 68 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.core.repository;
package org.springframework.batch.core.configuration;
import org.springframework.batch.core.domain.Job;

View File

@@ -13,9 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.core.repository;
package org.springframework.batch.core.configuration;
import org.springframework.batch.core.domain.Job;
import org.springframework.batch.core.repository.NoSuchJobException;
/**
* A runtime service locator interface for retrieving job configurations by

View File

@@ -13,9 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.core.repository;
package org.springframework.batch.core.configuration;
import org.springframework.batch.core.domain.Job;
import org.springframework.batch.core.repository.DuplicateJobException;
/**
* A runtime service registry interface for registering job configurations by

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.batch.core.repository;
package org.springframework.batch.core.configuration;
import java.util.Collection;