summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Brandys <Szymon.Brandys@pl.ibm.com>2014-03-12 16:11:14 +0100
committerSzymon Brandys <Szymon.Brandys@pl.ibm.com>2014-03-12 16:11:14 +0100
commit2977fc8e752209373ad73108269ce87b3d2a4f5d (patch)
tree1620a38f6d04f1ae301ce2efeb9801f85f2366f0
parent1ccd5086faf2beb2b3e5f95abdff298a1e103a3d (diff)
downloadorg.eclipse.orion.client-origin/bug430175b.zip
org.eclipse.orion.client-origin/bug430175b.tar.gz
org.eclipse.orion.client-origin/bug430175b.tar.bz2
-rw-r--r--bundles/org.eclipse.orion.client.cf/web/cfui/plugins/cFDeployService.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.orion.client.cf/web/cfui/plugins/cFDeployService.js b/bundles/org.eclipse.orion.client.cf/web/cfui/plugins/cFDeployService.js
index 7e3d8d9..c9b4c9b 100644
--- a/bundles/org.eclipse.orion.client.cf/web/cfui/plugins/cFDeployService.js
+++ b/bundles/org.eclipse.orion.client.cf/web/cfui/plugins/cFDeployService.js
@@ -183,7 +183,7 @@ define(['orion/Deferred', 'orion/cfui/cFClient', 'orion/URITemplate', 'orion/ser
deferred.resolve({UriTemplate: "{+OrionHome}/cfui/deploy.html#" + project.ContentLocation + appPath,
Width: "400px",
Height: "300px",
- URITemplateId: "org.eclipse.orion.client.cf.deploy.uritemplate"});
+ UriTemplateId: "org.eclipse.orion.client.cf.deploy.uritemplate"});
// cFService.pushApp(target, null, decodeURIComponent(project.ContentLocation + appPath)).then(
// function(result){