Repository: incubator-nifi Updated Branches: refs/heads/NIFI-353 f78f74dc8 -> 36f11c3d9
NIFI-353: - Disabling the content viewer by default. Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/36f11c3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/36f11c3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/36f11c3d Branch: refs/heads/NIFI-353 Commit: 36f11c3d9d8466fa3f207b5fc859375b33370b53 Parents: f78f74d Author: Matt Gilman <[email protected]> Authored: Sun Mar 22 16:27:19 2015 -0400 Committer: Matt Gilman <[email protected]> Committed: Sun Mar 22 16:27:19 2015 -0400 ---------------------------------------------------------------------- nifi/nifi-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/36f11c3d/nifi/nifi-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-assembly/pom.xml b/nifi/nifi-assembly/pom.xml index 4f3f112..cae0f00 100644 --- a/nifi/nifi-assembly/pom.xml +++ b/nifi/nifi-assembly/pom.xml @@ -213,7 +213,7 @@ <nifi.content.repository.archive.max.usage.percentage /> <nifi.content.repository.archive.enabled>false</nifi.content.repository.archive.enabled> <nifi.content.repository.always.sync>false</nifi.content.repository.always.sync> - <nifi.content.viewer.url>../nifi-content-viewer</nifi.content.viewer.url> + <nifi.content.viewer.url /> <nifi.restore.directory /> <nifi.ui.banner.text />
