Rename classes package to application

Closes gh-20526
This commit is contained in:
Madhura Bhave
2020-03-16 16:03:29 -07:00
parent 3dea2201c4
commit 84b2e8c308
12 changed files with 20 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ import java.util.List;
import org.springframework.boot.loader.tools.Layer;
import org.springframework.boot.loader.tools.Layers;
import org.springframework.boot.loader.tools.Library;
import org.springframework.boot.loader.tools.layer.classes.ResourceStrategy;
import org.springframework.boot.loader.tools.layer.application.ResourceStrategy;
import org.springframework.boot.loader.tools.layer.library.LibraryStrategy;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.util.ArrayList;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.util.ArrayList;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.io.Serializable;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.io.Serializable;

View File

@@ -26,8 +26,8 @@ import org.junit.jupiter.api.Test;
import org.springframework.boot.loader.tools.Layer;
import org.springframework.boot.loader.tools.Library;
import org.springframework.boot.loader.tools.LibraryCoordinates;
import org.springframework.boot.loader.tools.layer.classes.FilteredResourceStrategy;
import org.springframework.boot.loader.tools.layer.classes.LocationFilter;
import org.springframework.boot.loader.tools.layer.application.FilteredResourceStrategy;
import org.springframework.boot.loader.tools.layer.application.LocationFilter;
import org.springframework.boot.loader.tools.layer.library.CoordinateFilter;
import org.springframework.boot.loader.tools.layer.library.FilteredLibraryStrategy;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.util.ArrayList;
import java.util.Collections;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.loader.tools.layer.classes;
package org.springframework.boot.loader.tools.layer.application;
import java.util.Collections;