diff options
author | Szymon Brandys <Szymon.Brandys@pl.ibm.com> | 2014-03-12 16:11:14 +0100 |
---|---|---|
committer | Szymon Brandys <Szymon.Brandys@pl.ibm.com> | 2014-03-12 16:11:14 +0100 |
commit | 2977fc8e752209373ad73108269ce87b3d2a4f5d (patch) | |
tree | 1620a38f6d04f1ae301ce2efeb9801f85f2366f0 | |
parent | 1ccd5086faf2beb2b3e5f95abdff298a1e103a3d (diff) | |
download | org.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.js | 2 |
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){ |