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 DD81B200CE7 for ; Sat, 16 Sep 2017 19:35:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DBF241609DA; Sat, 16 Sep 2017 17:35:04 +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 2B8621609D5 for ; Sat, 16 Sep 2017 19:35:04 +0200 (CEST) Received: (qmail 96847 invoked by uid 500); 16 Sep 2017 17:35:03 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 96829 invoked by uid 99); 16 Sep 2017 17:35:03 -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; Sat, 16 Sep 2017 17:35:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EFB9FE02F3; Sat, 16 Sep 2017 17:35:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: raydecampo@apache.org To: commits@commons.apache.org Date: Sat, 16 Sep 2017 17:35:07 -0000 Message-Id: <39b6b3a1c7144ebdba2eca32758978f6@git.apache.org> In-Reply-To: <325a152006d14b7dba5d0d2bf58ecdcf@git.apache.org> References: <325a152006d14b7dba5d0d2bf58ecdcf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [8/8] [math] MATH-1416: Remove o.a.m.primes package from commons-math as it have been moved to commons-numbers archived-at: Sat, 16 Sep 2017 17:35:05 -0000 MATH-1416: Remove o.a.m.primes package from commons-math as it have been moved to commons-numbers Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/d7f522e3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/d7f522e3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/d7f522e3 Branch: refs/heads/feature-MATH-1416 Commit: d7f522e317388fe603bf5f14194819264d57d81e Parents: 0868b08 Author: Ray DeCampo Authored: Sat Sep 16 13:24:14 2017 -0400 Committer: Ray DeCampo Committed: Sat Sep 16 13:24:14 2017 -0400 ---------------------------------------------------------------------- .../commons/math4/primes/package-info.java | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/d7f522e3/src/main/java/org/apache/commons/math4/primes/package-info.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/primes/package-info.java b/src/main/java/org/apache/commons/math4/primes/package-info.java deleted file mode 100644 index 076ec31..0000000 --- a/src/main/java/org/apache/commons/math4/primes/package-info.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/** - * Methods related to prime numbers like primality test, factor decomposition. - */ -package org.apache.commons.math4.primes;