Repository: ignite Updated Branches: refs/heads/ignite-843-rc1 1e60a0d9c -> 312653509
IGNITE-1867 Rename. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/31265350 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/31265350 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/31265350 Branch: refs/heads/ignite-843-rc1 Commit: 31265350960ae3570e6716b2e92663b3c6f56f5c Parents: 1e60a0d Author: Andrey <[email protected]> Authored: Mon Nov 9 08:40:46 2015 +0700 Committer: Andrey <[email protected]> Committed: Mon Nov 9 08:40:46 2015 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/routes/summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/31265350/modules/control-center-web/src/main/js/routes/summary.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/routes/summary.js b/modules/control-center-web/src/main/js/routes/summary.js index 80aa97f..ee39181 100644 --- a/modules/control-center-web/src/main/js/routes/summary.js +++ b/modules/control-center-web/src/main/js/routes/summary.js @@ -67,7 +67,7 @@ router.post('/download', function (req, res) { zip.file('config/' + cluster.name + '-server.xml', $generatorXml.cluster(cluster)); zip.file('config/' + cluster.name + '-client.xml', $generatorXml.cluster(cluster, clientNearConfiguration)); - zip.file(srcPath + 'ConfigurationFactory.java', $generatorJava.cluster(cluster, 'ServerConfigurationFactory')); + zip.file(srcPath + 'ServerConfigurationFactory.java', $generatorJava.cluster(cluster, 'ServerConfigurationFactory')); zip.file(srcPath + 'ClientConfigurationFactory.java', $generatorJava.cluster(cluster, 'ClientConfigurationFactory', clientNearConfiguration)); zip.file('pom.xml', $generatorPom.pom(cluster.caches, '1.5.0').asString());
