From 78920739e7f5c3e1ee6d6c4632e513aabf108eb2 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Thu, 19 Jan 2017 12:39:03 -0800 Subject: Lifecycle management for Toree Gateway The lifecycle enables starting/stopping the remote Toree instance when a Notebook is started/stopped. This also includes other minor changes to support Python 3.5.x --- src/main/assembly/distribution.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'src/main/assembly') diff --git a/src/main/assembly/distribution.xml b/src/main/assembly/distribution.xml index 11b3429..6d2bde8 100644 --- a/src/main/assembly/distribution.xml +++ b/src/main/assembly/distribution.xml @@ -45,10 +45,23 @@ python python - setup.py - toree-gateway-kernel.py + *.py + + src/main/resources + conf + + *.template + + + + src/main/resources/profiles + profiles + + *template + + -- cgit v1.2.3