Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA41C17C65 for ; Tue, 2 Jun 2015 12:01:25 +0000 (UTC) Received: (qmail 53914 invoked by uid 500); 2 Jun 2015 12:01:20 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 53762 invoked by uid 500); 2 Jun 2015 12:01:20 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 53500 invoked by uid 99); 2 Jun 2015 12:01:20 -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; Tue, 02 Jun 2015 12:01:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 96984E0AD2; Tue, 2 Jun 2015 12:01:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smarru@apache.org To: commits@airavata.apache.org Date: Tue, 02 Jun 2015 12:01:27 -0000 Message-Id: In-Reply-To: <07c358d2c75c488d8f386482e5f8c37d@git.apache.org> References: <07c358d2c75c488d8f386482e5f8c37d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [8/8] airavata git commit: deleting an unused file. deleting an unused file. Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/1149810c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/1149810c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/1149810c Branch: refs/heads/master Commit: 1149810ca460437831272bbeccab3688f5d0ec40 Parents: 7e11e95 Author: Hasini Gunasinghe Authored: Tue Jun 2 17:22:15 2015 +0530 Committer: Hasini Gunasinghe Committed: Tue Jun 2 17:22:15 2015 +0530 ---------------------------------------------------------------------- .../api/server/security/Properties.java | 27 -------------------- 1 file changed, 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/1149810c/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/security/Properties.java ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/security/Properties.java b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/security/Properties.java deleted file mode 100644 index b6e5a39..0000000 --- a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/security/Properties.java +++ /dev/null @@ -1,27 +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. - * - */ -package org.apache.airavata.api.server.security; - -public class Properties { - public static String oauthAuthzServerURL = "https://localhost:9443/services/"; - public static String userName = "admin"; - public static String password = "admin"; -}