Sat, 31 Mar 2018 18:11:09 +0200
removes the privileged data source from the application and the ability to have a web UI for a setup
This is a permanent decision: setups should be performed on the server by some admin. There is too much, which could go wrong and we have little chance to catch anything within a web UI.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.web.project</type> <configuration> <data xmlns="http://www.netbeans.org/ns/web-project/3"> <name>LightPIT</name> <minimum-ant-version>1.6.5</minimum-ant-version> <web-module-libraries> <library dirs="200"> <file>${libs.jstl.classpath}</file> <path-in-war>WEB-INF/lib</path-in-war> </library> <library dirs="200"> <file>${libs.SLF4J-LOG4J2.classpath}</file> <path-in-war>WEB-INF/lib</path-in-war> </library> <library dirs="200"> <file>${libs.LOG4J2-WEB.classpath}</file> <path-in-war>WEB-INF/lib</path-in-war> </library> </web-module-libraries> <web-module-additional-libraries/> <source-roots> <root id="src.dir"/> </source-roots> <test-roots> <root id="test.src.dir"/> </test-roots> </data> </configuration> </project>