# HG changeset patch # User František Kučera <franta-hg@frantovo.cz> # Date 1235302374 -3600 # Node ID 0bce16ca8a775b84ca8ee9fbf72c68c1f28d5649 # Parent c03fd5a581395c7fbaa46bd5b89e0724fd602d1f Přejmenování „realmu“ → FrantovoLDAP + nb drobnosti diff -r c03fd5a58139 -r 0bce16ca8a77 java/hg-projekty/nbproject/genfiles.properties --- a/java/hg-projekty/nbproject/genfiles.properties Sun Feb 22 00:36:01 2009 +0100 +++ b/java/hg-projekty/nbproject/genfiles.properties Sun Feb 22 12:32:54 2009 +0100 @@ -1,8 +1,8 @@ -build.xml.data.CRC32=60df2804 +build.xml.data.CRC32=5c12c690 build.xml.script.CRC32=71bbd073 build.xml.stylesheet.CRC32=c0ebde35 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=60df2804 +nbproject/build-impl.xml.data.CRC32=5c12c690 nbproject/build-impl.xml.script.CRC32=9de16738 nbproject/build-impl.xml.stylesheet.CRC32=174458fc diff -r c03fd5a58139 -r 0bce16ca8a77 java/hg-projekty/nbproject/project.properties --- a/java/hg-projekty/nbproject/project.properties Sun Feb 22 00:36:01 2009 +0100 +++ b/java/hg-projekty/nbproject/project.properties Sun Feb 22 12:32:54 2009 +0100 @@ -49,7 +49,6 @@ javadoc.windowtitle= jspcompilation.classpath=${jspc.classpath}:${javac.classpath} lib.dir=${web.docbase.dir}/WEB-INF/lib -no.dependencies=false persistence.xml.dir=${conf.dir} platform.active=default_platform resource.dir=setup diff -r c03fd5a58139 -r 0bce16ca8a77 java/hg-projekty/nbproject/project.xml --- a/java/hg-projekty/nbproject/project.xml Sun Feb 22 00:36:01 2009 +0100 +++ b/java/hg-projekty/nbproject/project.xml Sun Feb 22 12:32:54 2009 +0100 @@ -8,10 +8,10 @@ <web-module-libraries/> <web-module-additional-libraries/> <source-roots> - <root id="src.dir" name="Source Packages"/> + <root id="src.dir"/> </source-roots> <test-roots> - <root id="test.src.dir" name="Test Packages"/> + <root id="test.src.dir"/> </test-roots> </data> </configuration> diff -r c03fd5a58139 -r 0bce16ca8a77 java/hg-projekty/web/WEB-INF/web.xml --- a/java/hg-projekty/web/WEB-INF/web.xml Sun Feb 22 00:36:01 2009 +0100 +++ b/java/hg-projekty/web/WEB-INF/web.xml Sun Feb 22 12:32:54 2009 +0100 @@ -46,7 +46,7 @@ <login-config> <auth-method>BASIC</auth-method> - <realm-name>mercurial</realm-name> + <realm-name>FrantovoLDAP</realm-name> </login-config> </web-app>