You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/06/02 14:01:27 UTC

[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 <ha...@gmail.com>
Authored: Tue Jun 2 17:22:15 2015 +0530
Committer: Hasini Gunasinghe <ha...@gmail.com>
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";
-}