You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/04/21 15:11:31 UTC

directory-fortress-enmasse git commit: FC-92 - Remove debug flag from context.xml

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 7bc2035ea -> 4c33b8df1


FC-92 - Remove debug flag from context.xml


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/commit/4c33b8df
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/tree/4c33b8df
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/diff/4c33b8df

Branch: refs/heads/master
Commit: 4c33b8df17fc187afb609d8b02587278a3120196
Parents: 7bc2035
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Apr 21 08:03:56 2015 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Apr 21 08:03:56 2015 -0500

----------------------------------------------------------------------
 src/main/resources/META-INF/NOTICE.txt  | 32 ----------------------------
 src/main/resources/META-INF/context.xml |  2 --
 2 files changed, 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/4c33b8df/src/main/resources/META-INF/NOTICE.txt
----------------------------------------------------------------------
diff --git a/src/main/resources/META-INF/NOTICE.txt b/src/main/resources/META-INF/NOTICE.txt
deleted file mode 100755
index 46dc66a..0000000
--- a/src/main/resources/META-INF/NOTICE.txt
+++ /dev/null
@@ -1,32 +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.
-#
-Apache Directory Fortress Web
-
-The purpose of this NOTICE.txt file is to include notices that are required by the copyright owner and their license. Some of the accompanying products have an attribution requirement, so see below. Other accompanying products do not require attribution, so are not listed.
-
-This product includes software developed by:
-
-1. The Apache Software Foundation (http://www.apache.org/)
-2. The Eigenbase Project (http://www.eigenbase.org/)
-3. JUnit.org (http://www.junit.org/)
-4. The Java Community Process (http://www.jcp.org/)
-5. SLF4J (http://www.slf4j.org/)
-6. Terracotta (http://www.terracotta.org/TPL)
-7. Spring (http://www.springsource.org/)
-8. AspectJ (http://www.eclipse.org/aspectj/)

http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/4c33b8df/src/main/resources/META-INF/context.xml
----------------------------------------------------------------------
diff --git a/src/main/resources/META-INF/context.xml b/src/main/resources/META-INF/context.xml
index 35ce73c..7ddef04 100644
--- a/src/main/resources/META-INF/context.xml
+++ b/src/main/resources/META-INF/context.xml
@@ -20,8 +20,6 @@
 <Context reloadable="true">
 
     <Realm className="org.apache.directory.fortress.realm.tomcat.Tc7AccessMgrProxy"
-           debug="0"
-           resourceName="UserDatabase"
            defaultRoles=""
            containerType="TomcatContext"
            realmClasspath=""