1.1 --- a/java/hg-projekty/nbproject/genfiles.properties Sun Feb 22 00:36:01 2009 +0100
1.2 +++ b/java/hg-projekty/nbproject/genfiles.properties Sun Feb 22 12:32:54 2009 +0100
1.3 @@ -1,8 +1,8 @@
1.4 -build.xml.data.CRC32=60df2804
1.5 +build.xml.data.CRC32=5c12c690
1.6 build.xml.script.CRC32=71bbd073
1.7 build.xml.stylesheet.CRC32=c0ebde35
1.8 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
1.9 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
1.10 -nbproject/build-impl.xml.data.CRC32=60df2804
1.11 +nbproject/build-impl.xml.data.CRC32=5c12c690
1.12 nbproject/build-impl.xml.script.CRC32=9de16738
1.13 nbproject/build-impl.xml.stylesheet.CRC32=174458fc
2.1 --- a/java/hg-projekty/nbproject/project.properties Sun Feb 22 00:36:01 2009 +0100
2.2 +++ b/java/hg-projekty/nbproject/project.properties Sun Feb 22 12:32:54 2009 +0100
2.3 @@ -49,7 +49,6 @@
2.4 javadoc.windowtitle=
2.5 jspcompilation.classpath=${jspc.classpath}:${javac.classpath}
2.6 lib.dir=${web.docbase.dir}/WEB-INF/lib
2.7 -no.dependencies=false
2.8 persistence.xml.dir=${conf.dir}
2.9 platform.active=default_platform
2.10 resource.dir=setup
3.1 --- a/java/hg-projekty/nbproject/project.xml Sun Feb 22 00:36:01 2009 +0100
3.2 +++ b/java/hg-projekty/nbproject/project.xml Sun Feb 22 12:32:54 2009 +0100
3.3 @@ -8,10 +8,10 @@
3.4 <web-module-libraries/>
3.5 <web-module-additional-libraries/>
3.6 <source-roots>
3.7 - <root id="src.dir" name="Source Packages"/>
3.8 + <root id="src.dir"/>
3.9 </source-roots>
3.10 <test-roots>
3.11 - <root id="test.src.dir" name="Test Packages"/>
3.12 + <root id="test.src.dir"/>
3.13 </test-roots>
3.14 </data>
3.15 </configuration>
4.1 --- a/java/hg-projekty/web/WEB-INF/web.xml Sun Feb 22 00:36:01 2009 +0100
4.2 +++ b/java/hg-projekty/web/WEB-INF/web.xml Sun Feb 22 12:32:54 2009 +0100
4.3 @@ -46,7 +46,7 @@
4.4
4.5 <login-config>
4.6 <auth-method>BASIC</auth-method>
4.7 - <realm-name>mercurial</realm-name>
4.8 + <realm-name>FrantovoLDAP</realm-name>
4.9 </login-config>
4.10
4.11 </web-app>