From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81181139694 for ; Thu, 23 Mar 2017 21:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6D7221C11D; Thu, 23 Mar 2017 21:05:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0AE321C11D for ; Thu, 23 Mar 2017 21:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBCD1341421 for ; Thu, 23 Mar 2017 21:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 525F3728B for ; Thu, 23 Mar 2017 21:04:58 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1490303096.acecd54d96ad57f9869674ed5990ff846793a6c4.monsieurp@gentoo> Subject: [gentoo-commits] proj/javatoolkit:master commit in: / X-VCS-Repository: proj/javatoolkit X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: acecd54d96ad57f9869674ed5990ff846793a6c4 X-VCS-Branch: master Date: Thu, 23 Mar 2017 21:04:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e33b9520-c27c-475f-9db1-b04209077c71 X-Archives-Hash: 36bd25bfd2c8e21d8491e1cd114e79aa commit: acecd54d96ad57f9869674ed5990ff846793a6c4 Author: Patrice Clement gentoo org> AuthorDate: Thu Mar 23 21:04:56 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 23 21:04:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=acecd54d remove extraneous space setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3952407..c216d84 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup ( packages = ["javatoolkit", "javatoolkit.maven", "javatoolkit.xml", "javatoolkit.parser", "javatoolkit.java"], package_dir = { 'javatoolkit' : 'src/py/javatoolkit' }, scripts = [ - "src/py/maven-helper.py", + "src/py/maven-helper.py", "src/py/xml-rewrite-3.py", "src/py/findclass", "src/py/xml-rewrite.py",