Update package names

This commit is contained in:
Dave Syer
2014-08-29 13:34:36 +01:00
parent a5e7542355
commit 2e5a1c8ff5
52 changed files with 111 additions and 111 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.assertFalse;
@@ -8,7 +8,7 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.IntegrationTest;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.boot.test.TestRestTemplate;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.web.WebAppConfiguration;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
@@ -22,8 +22,8 @@ import static org.junit.Assert.assertTrue;
import java.util.Collections;
import org.junit.Test;
import org.springframework.platform.config.Environment;
import org.springframework.platform.config.PropertySource;
import org.springframework.cloud.config.Environment;
import org.springframework.cloud.config.PropertySource;
import org.springframework.security.rsa.crypto.RsaSecretEncryptor;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
@@ -28,7 +28,7 @@ import org.eclipse.jgit.util.FileUtils;
import org.junit.Before;
import org.junit.Test;
import org.springframework.core.env.StandardEnvironment;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
import com.jcraft.jsch.Session;

View File

@@ -13,12 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
/**