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 EA21C200BAB for ; Sat, 8 Oct 2016 01:46:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E8C87160AE9; Fri, 7 Oct 2016 23:46:30 +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 343AC160AE8 for ; Sat, 8 Oct 2016 01:46:30 +0200 (CEST) Received: (qmail 1028 invoked by uid 500); 7 Oct 2016 23:46:29 -0000 Mailing-List: contact dev-help@edgent.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@edgent.apache.org Delivered-To: mailing list dev@edgent.apache.org Received: (qmail 1017 invoked by uid 99); 7 Oct 2016 23:46:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 23:46:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D5B561A00BB for ; Fri, 7 Oct 2016 23:46:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id wrjwOgmM7QrA for ; Fri, 7 Oct 2016 23:46:26 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 491D25F22F for ; Fri, 7 Oct 2016 23:46:26 +0000 (UTC) Received: (qmail 318 invoked by uid 99); 7 Oct 2016 23:46:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 23:46:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9A69E2C2A6D for ; Fri, 7 Oct 2016 23:46:20 +0000 (UTC) Date: Fri, 7 Oct 2016 23:46:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@edgent.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (EDGENT-262) origin and disposition of console/servlets/webapp_content/js/ext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 07 Oct 2016 23:46:31 -0000 [ https://issues.apache.org/jira/browse/EDGENT-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15556646#comment-15556646 ] ASF GitHub Bot commented on EDGENT-262: --------------------------------------- GitHub user home4slc opened a pull request: https://github.com/apache/incubator-edgent/pull/217 EDGENT-262 remove console licenses Removed all the *license* files from console/servlets/webapp_content/js/ext and pointed to the MIT license in servlets/LICENSE You can merge this pull request into a Git repository by running: $ git pull https://github.com/home4slc/incubator-edgent EDGENT-262_remove_licenses Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-edgent/pull/217.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #217 ---- commit 16ce45df00296b886c8cb5582e265d5a5b0344a8 Author: Susan L. Cline Date: 2016-10-07T23:39:46Z EDGENT-262 remove console licenses ---- > origin and disposition of console/servlets/webapp_content/js/ext > ---------------------------------------------------------------- > > Key: EDGENT-262 > URL: https://issues.apache.org/jira/browse/EDGENT-262 > Project: Edgent > Issue Type: Task > Reporter: Dale LaBossiere > > Working towards removal of external dependencies from the Edgent repository (EDGENT-261, EDGENT-139) I encountered console/servlets/webapp_content/js/ext/jquery-ui-1.11.4.custom. > [~slc] what's the origin of these files? > Looking at the name I had hoped it was the same as org.webjars:jquery-ui:1.11.4 (@ https://mvnrepository.com/artifact/org.webjars/jquery-ui/1.11.4) but no such luck. > Ultimately, will we be able to remove those files from the repository and download them from a maven repository to build Edgent and include in a generated console.war and binary release? > If not, that seems to imply needing to augment various files to capture the included content's license/notice info: > console.war/{LICENSE,NOTICE} > edgent-repository/LICENSE,NOTICE > binary-release-{license,notice} > looking for some guidance. -- This message was sent by Atlassian JIRA (v6.3.4#6332)