diff --git a/gogrid/pom.xml b/gogrid/pom.xml index dea80691e8..10ab7b2bfb 100644 --- a/gogrid/pom.xml +++ b/gogrid/pom.xml @@ -1,88 +1,86 @@ - - - - org.jclouds - jclouds-multi - 1.0-SNAPSHOT - ../pom.xml - - 4.0.0 - org.jclouds - jclouds-gogrid - jclouds GoGrid compute - jar - jclouds components to access GoGrid - - - scm:svn:http://jclouds.googlecode.com/svn/trunk/gogrid - scm:svn:https://jclouds.googlecode.com/svn/trunk/gogrid - http://jclouds.googlecode.com/svn/trunk/gogrid - - - ${jclouds.gogrid.apikey} - ${jclouds.gogrid.secret} - - - - ${project.groupId} - jclouds-compute - ${project.version} - - - ${project.groupId} - jclouds-compute - ${project.version} - test-jar - test - - - ${project.groupId} - jclouds-core - ${project.version} - test-jar - test - - - log4j - log4j - 1.2.14 - test - - - ${project.groupId} - jclouds-log4j - ${project.version} - test - - - org.jclouds - jclouds-jsch - 1.0-SNAPSHOT - - - + + + 4.0.0 + + org.jclouds + jclouds-project + 1.0-SNAPSHOT + ../project/pom.xml + + jclouds-gogrid + jclouds GoGrid compute + jclouds components to access GoGrid + + + scm:svn:http://jclouds.googlecode.com/svn/trunk/gogrid + scm:svn:https://jclouds.googlecode.com/svn/trunk/gogrid + http://jclouds.googlecode.com/svn/trunk/gogrid + + + ${jclouds.gogrid.apikey} + ${jclouds.gogrid.secret} + + + + ${project.groupId} + jclouds-compute + ${project.version} + + + ${project.groupId} + jclouds-jsch + ${project.version} + + + ${project.groupId} + jclouds-compute + ${project.version} + test-jar + test + + + ${project.groupId} + jclouds-core + ${project.version} + test-jar + test + + + log4j + log4j + 1.2.14 + test + + + ${project.groupId} + jclouds-log4j + ${project.version} + test + + + diff --git a/gogrid/src/main/java/org/jclouds/gogrid/GoGridPropertiesBuilder.java b/gogrid/src/main/java/org/jclouds/gogrid/GoGridPropertiesBuilder.java index c3ccb5eed6..de4ff05c68 100644 --- a/gogrid/src/main/java/org/jclouds/gogrid/GoGridPropertiesBuilder.java +++ b/gogrid/src/main/java/org/jclouds/gogrid/GoGridPropertiesBuilder.java @@ -1,21 +1,3 @@ -/** - * - * Copyright (C) 2010 Cloud Conscious, LLC. - * - * ==================================================================== - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ==================================================================== - */ /** * * Copyright (C) 2010 Cloud Conscious, LLC. diff --git a/gogrid/src/main/java/org/jclouds/gogrid/reference/GoGridConstants.java b/gogrid/src/main/java/org/jclouds/gogrid/reference/GoGridConstants.java index 9e1da18cfe..0e74b4ed5d 100644 --- a/gogrid/src/main/java/org/jclouds/gogrid/reference/GoGridConstants.java +++ b/gogrid/src/main/java/org/jclouds/gogrid/reference/GoGridConstants.java @@ -1,21 +1,3 @@ -/** - * - * Copyright (C) 2010 Cloud Conscious, LLC. - * - * ==================================================================== - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * ==================================================================== - */ /** * * Copyright (C) 2010 Cloud Conscious, LLC. diff --git a/gogrid/src/test/java/org/jclouds/gogrid/GoGridLiveTest.java b/gogrid/src/test/java/org/jclouds/gogrid/GoGridLiveTest.java index 371102c3b0..66f9f68ebe 100644 --- a/gogrid/src/test/java/org/jclouds/gogrid/GoGridLiveTest.java +++ b/gogrid/src/test/java/org/jclouds/gogrid/GoGridLiveTest.java @@ -279,7 +279,7 @@ public class GoGridLiveTest { } @Test(enabled=true) - private void testShellAccess() throws IOException { + public void testShellAccess() throws IOException { final String nameOfServer = "Server" + String.valueOf(new Date().getTime()).substring(6); serversToDeleteAfterTheTests.add(nameOfServer);