Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 77A61200CC1 for ; Mon, 10 Jul 2017 08:53:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 766391671CA; Mon, 10 Jul 2017 06:53:11 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 15D85167202 for ; Mon, 10 Jul 2017 08:53:09 +0200 (CEST) Received: (qmail 82954 invoked by uid 500); 10 Jul 2017 06:53:09 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 81968 invoked by uid 99); 10 Jul 2017 06:53:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2017 06:53:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57C81F553B; Mon, 10 Jul 2017 06:53:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: niclas@apache.org To: commits@polygene.apache.org Date: Mon, 10 Jul 2017 06:53:33 -0000 Message-Id: <03c870ae57ba4c059385cdfb3f0a6b2e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [31/50] polygene-java git commit: Fixed a mistake in the larger refactoring. archived-at: Mon, 10 Jul 2017 06:53:11 -0000 Fixed a mistake in the larger refactoring. Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/cf12e4b8 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/cf12e4b8 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/cf12e4b8 Branch: refs/heads/es-jooq Commit: cf12e4b892759b5c15911a96a7aa619084902c13 Parents: 3c7271c Author: niclas Authored: Sun Jul 2 16:19:48 2017 +0800 Committer: niclas Committed: Sun Jul 2 16:19:48 2017 +0800 ---------------------------------------------------------------------- .../app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/cf12e4b8/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl ---------------------------------------------------------------------- diff --git a/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl b/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl index c7e161e..d30c1f3 100644 --- a/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl +++ b/tools/generator-polygene/app/templates/ConnectivityLayer/HttpServerModule/bootstrap.tmpl @@ -21,6 +21,7 @@ package <%= polygene.packageName %>.bootstrap.connectivity; import java.util.HashMap; <% if( hasFeature('security') ) { %> +import java.io.File; import org.apache.polygene.library.http.SecureJettyConfiguration; import org.apache.polygene.library.http.SecureJettyServiceAssembler; import org.apache.polygene.library.shiro.web.assembly.HttpShiroAssembler;