nbproject/project.xml

Sun, 10 Dec 2017 16:10:14 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 10 Dec 2017 16:10:14 +0100
changeset 8
2dfdb79b5344
parent 4
a89240b61819
child 14
2b270c714678
permissions
-rw-r--r--

adds slf4j to project as netbeans library (make sure to have it configured in your environment)

universe@0 1 <?xml version="1.0" encoding="UTF-8"?>
universe@0 2 <project xmlns="http://www.netbeans.org/ns/project/1">
universe@0 3 <type>org.netbeans.modules.web.project</type>
universe@0 4 <configuration>
universe@0 5 <data xmlns="http://www.netbeans.org/ns/web-project/3">
universe@0 6 <name>LightPIT</name>
universe@0 7 <minimum-ant-version>1.6.5</minimum-ant-version>
universe@4 8 <web-module-libraries>
universe@4 9 <library dirs="200">
universe@4 10 <file>${libs.jstl.classpath}</file>
universe@4 11 <path-in-war>WEB-INF/lib</path-in-war>
universe@4 12 </library>
universe@8 13 <library dirs="200">
universe@8 14 <file>${libs.SLF4J-JDK.classpath}</file>
universe@8 15 <path-in-war>WEB-INF/lib</path-in-war>
universe@8 16 </library>
universe@4 17 </web-module-libraries>
universe@0 18 <web-module-additional-libraries/>
universe@0 19 <source-roots>
mike@3 20 <root id="src.dir"/>
universe@0 21 </source-roots>
universe@0 22 <test-roots>
mike@3 23 <root id="test.src.dir"/>
universe@0 24 </test-roots>
universe@0 25 </data>
universe@0 26 </configuration>
universe@0 27 </project>

mercurial