Skip to content

Commit

Permalink
Package rename hammer/jenkins -> jenkins/stackhammer
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren committed May 8, 2012
1 parent 4d76a83 commit ab1ab5f
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 615 deletions.
606 changes: 8 additions & 598 deletions .classpath

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -35,8 +35,8 @@
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.cloudsmith.hammer</groupId>
<artifactId>hammer-api</artifactId>
<groupId>org.cloudsmith.stackhammer</groupId>
<artifactId>api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
Expand Down
@@ -1,4 +1,4 @@
package org.cloudsmith.hammer.jenkins.util;
package org.cloudsmith.jenkins.stackhammer;

import hudson.Functions;
import hudson.model.Action;
Expand All @@ -15,9 +15,9 @@
import javax.servlet.http.HttpServletResponse;

import org.apache.commons.codec.binary.Base64;
import org.cloudsmith.hammer.api.model.Diagnostic;
import org.cloudsmith.hammer.api.model.Repository;
import org.cloudsmith.hammer.api.model.ResultWithDiagnostic;
import org.cloudsmith.stackhammer.api.model.Diagnostic;
import org.cloudsmith.stackhammer.api.model.Repository;
import org.cloudsmith.stackhammer.api.model.ResultWithDiagnostic;
import org.kohsuke.stapler.StaplerRequest;
import org.kohsuke.stapler.StaplerResponse;
import org.kohsuke.stapler.export.ExportedBean;
Expand Down
Expand Up @@ -8,7 +8,7 @@
* Contributors:
* Thomas Hallgren (Cloudsmith Inc.) - initial API and implementation
*/
package org.cloudsmith.hammer.jenkins;
package org.cloudsmith.jenkins.stackhammer;

import hudson.Launcher;
import hudson.model.BuildListener;
Expand All @@ -18,15 +18,14 @@
import java.io.PrintStream;
import java.net.URI;

import org.cloudsmith.hammer.api.StackHammerModule;
import org.cloudsmith.hammer.api.model.Diagnostic;
import org.cloudsmith.hammer.api.model.Provider;
import org.cloudsmith.hammer.api.model.Repository;
import org.cloudsmith.hammer.api.model.ResultWithDiagnostic;
import org.cloudsmith.hammer.api.service.RepositoryService;
import org.cloudsmith.hammer.api.service.StackHammerFactory;
import org.cloudsmith.hammer.api.service.StackService;
import org.cloudsmith.hammer.jenkins.util.BuildData;
import org.cloudsmith.stackhammer.api.StackHammerModule;
import org.cloudsmith.stackhammer.api.model.Diagnostic;
import org.cloudsmith.stackhammer.api.model.Provider;
import org.cloudsmith.stackhammer.api.model.Repository;
import org.cloudsmith.stackhammer.api.model.ResultWithDiagnostic;
import org.cloudsmith.stackhammer.api.service.RepositoryService;
import org.cloudsmith.stackhammer.api.service.StackHammerFactory;
import org.cloudsmith.stackhammer.api.service.StackService;
import org.kohsuke.stapler.DataBoundConstructor;

import com.google.inject.Guice;
Expand Down
Expand Up @@ -9,7 +9,7 @@
* Thomas Hallgren (Cloudsmith Inc.) - initial API and implementation
*/

package org.cloudsmith.hammer.jenkins;
package org.cloudsmith.jenkins.stackhammer;

import hudson.Extension;
import hudson.model.AbstractProject;
Expand Down

0 comments on commit ab1ab5f

Please sign in to comment.