IDEA-116126 - NoClassDefFound on attempt to deploy to heroku

This commit is contained in:
Michael Golubev
2013-11-08 12:06:11 +01:00
parent 630eacf6d6
commit e3cfba11dd
18 changed files with 6 additions and 6 deletions
@@ -4,16 +4,16 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../sandbox/resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/resources" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="git4idea" exported="" />
<orderEntry type="module" module-name="remote-servers-impl" exported="" />
<orderEntry type="module" module-name="core-api" exported="" />
<orderEntry type="module" module-name="remote-servers-api" />
<orderEntry type="module" module-name="remote-servers-agent-rt" />
<orderEntry type="module" module-name="core-api" />
<orderEntry type="module" module-name="vcs-api" />
<orderEntry type="module" module-name="remote-servers-api" />
<orderEntry type="module" module-name="git4idea" />
<orderEntry type="module" module-name="remote-servers-impl" />
<orderEntry type="module" module-name="lang-api" />
<orderEntry type="module" module-name="lang-impl" />
</component>
@@ -65,7 +65,7 @@ public abstract class CloudGitServerRuntimeInstanceBase<
@NotNull
@Override
public String getDeploymentName(@NotNull DeploymentSource source) {
return DEFAULT_NAME_PROVIDER.getDeploymentName(source);
return CloudDeploymentNameProvider.DEFAULT_NAME_PROVIDER.getDeploymentName(source);
}
public void connect(final ServerConnector.ConnectionCallback<DC> callback) {